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-08-12T19:34:00.735Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-mnnj8 with PID 14 (/app/app.jar started by so in /app)
2021-08-12T19:34:00.747Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-12T19:34:00.748Z||main|||||INFO|500||The following profiles are active: basic
2021-08-12T19:34:08.900Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-12T19:34:08.901Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-12T19:34:08.993Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-12T19:34:10.594Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-12T19:34:10.761Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-12T19:34:11.255Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-12T19:34:11.265Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-12T19:34:11.358Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-12T19:34:11.498Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-12T19:34:11.939Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-12T19:34:12.893Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T19:34:14.837Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T19:34:14.878Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-12T19:34:15.448Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T19:34:15.640Z||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-08-12T19:34:16.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T19:34:17.678Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-12T19:34:17.696Z||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$$841ab945.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-08-12T19:34:17.697Z||main|||||WARN|500||The sdc end point is not alive
2021-08-12T19:34:19.932Z||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-08-12T19:34:22.322Z||main|||||WARN|500||---
2021-08-12T19:34:22.322Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-12T19:34:22.323Z||main|||||WARN|500||---
2021-08-12T19:34:22.607Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-12T19:34:25.670Z||main|||||INFO|500||Started Application in 26.927 seconds (JVM running for 28.041)
2021-08-12T19:34:25.675Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:34:25.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:34:25.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:34:25.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:34:25.794Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3db4b198-4dd7-4d26-920c-3df5498187c9 url= /sdc/v1/artifactTypes
2021-08-12T19:34:25.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:34:26.901Z||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.24.191] 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-08-12T19:34:26.906Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b2b5a69
2021-08-12T19:34:26.907Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:34:26.915Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:34:26.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:34:26.919Z||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-08-12T19:35:15.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:35:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:35:15.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:35:15.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:35:15.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55221ad2-1583-43e1-b02a-4ad0ca346de4 url= /sdc/v1/artifactTypes
2021-08-12T19:35:15.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:35:16.725Z||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.24.191] 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-08-12T19:35:16.726Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63464b15
2021-08-12T19:35:16.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:35:16.727Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:35:16.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:35:16.727Z||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-08-12T19:36:05.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:36:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:36:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:36:05.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:36:05.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5ebd0ef-c7fa-4bb1-a763-4e66b205ac73 url= /sdc/v1/artifactTypes
2021-08-12T19:36:05.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:36:06.706Z||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.24.191] 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-08-12T19:36:06.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@478b81e4
2021-08-12T19:36:06.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:36:06.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:36:06.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:36:06.708Z||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-08-12T19:36:55.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:36:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:36:55.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:36:55.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:36:55.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65899510-804f-4544-90aa-08938503a0e3 url= /sdc/v1/artifactTypes
2021-08-12T19:36:55.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:36:56.723Z||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.24.191] 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-08-12T19:36:56.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17628594
2021-08-12T19:36:56.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:36:56.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:36:56.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:36:56.726Z||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-08-12T19:37:45.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:37:45.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:37:45.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:37:45.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:37:45.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0af307b9-3ed2-47dd-a5b0-941fe9d77b7b url= /sdc/v1/artifactTypes
2021-08-12T19:37:45.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:37:46.708Z||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.24.191] 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-08-12T19:37:46.709Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bfa6874
2021-08-12T19:37:46.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:37:46.710Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:37:46.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:37:46.710Z||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-08-12T19:38:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:38:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:38:35.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:38:35.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:38:35.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60a1ce60-eaf7-40da-8964-b14e88d57c2f url= /sdc/v1/artifactTypes
2021-08-12T19:38:35.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:38:36.723Z||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.24.191] 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-08-12T19:38:36.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e04f34d
2021-08-12T19:38:36.725Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:38:36.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:38:36.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:38:36.726Z||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-08-12T19:39:25.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:39:25.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:39:25.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:39:25.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:39:25.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10ddeda7-d52c-4044-9571-86d01e6070c2 url= /sdc/v1/artifactTypes
2021-08-12T19:39:25.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:39:26.706Z||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.24.191] 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-08-12T19:39:26.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c39910b
2021-08-12T19:39:26.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:39:26.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:39:26.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:39:26.709Z||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-08-12T19:40:15.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:40:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:40:15.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:40:15.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:40:15.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7a2c356-e501-4ded-9525-90fddc312702 url= /sdc/v1/artifactTypes
2021-08-12T19:40:15.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:40:16.722Z||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.24.191] 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-08-12T19:40:16.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@743ebf8f
2021-08-12T19:40:16.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:40:16.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:40:16.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:40:16.724Z||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-08-12T19:41:05.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:41:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:41:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:41:05.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:41:05.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1110470e-ee7a-45e0-a991-be757bfeb7d6 url= /sdc/v1/artifactTypes
2021-08-12T19:41:05.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:41:06.708Z||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.24.191] 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-08-12T19:41:06.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@206d86
2021-08-12T19:41:06.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:41:06.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:41:06.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:41:06.710Z||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-08-12T19:41:55.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:41:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:41:55.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:41:55.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:41:55.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21b272f7-22ce-4f5c-af1e-578df79dec19 url= /sdc/v1/artifactTypes
2021-08-12T19:41:55.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:41:56.695Z||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.24.191] 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-08-12T19:41:56.696Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dd79f89
2021-08-12T19:41:56.696Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:41:56.696Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:41:56.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:41:56.697Z||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-08-12T19:42:45.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:42:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:42:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:42:45.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:42:45.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99a36c27-2f92-45fa-8976-59978c3e59a2 url= /sdc/v1/artifactTypes
2021-08-12T19:42:45.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:42:46.706Z||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.24.191] 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-08-12T19:42:46.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a971e6e
2021-08-12T19:42:46.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:42:46.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:42:46.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:42:46.708Z||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-08-12T19:43:35.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:43:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:43:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:43:35.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:43:35.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23ad193a-dbe5-4a22-b659-d0a633bfb15b url= /sdc/v1/artifactTypes
2021-08-12T19:43:35.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:43:36.723Z||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.24.191] 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-08-12T19:43:36.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63968f
2021-08-12T19:43:36.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:43:36.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:43:36.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:43:36.725Z||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-08-12T19:44:06.113Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-12T19:44:25.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:44:25.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:44:25.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:44:25.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:44:25.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d167c682-ed38-4324-a846-ec939e91af87 url= /sdc/v1/artifactTypes
2021-08-12T19:44:25.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:44:26.709Z||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.24.191] 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-08-12T19:44:26.709Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@665fb9c2
2021-08-12T19:44:26.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:44:26.710Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:44:26.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:44:26.710Z||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-08-12T19:45:15.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:45:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:45:15.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:45:15.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:45:15.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6fbd5b10-74b0-4b65-9ea4-abc3c684b298 url= /sdc/v1/artifactTypes
2021-08-12T19:45:15.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:45:16.691Z||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.24.191] 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-08-12T19:45:16.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cf03b4d
2021-08-12T19:45:16.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:45:16.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:45:16.694Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:45:16.695Z||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-08-12T19:46:05.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:46:05.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:46:05.667Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:46:05.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:46:05.679Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dda09165-7d96-4b9d-a0c6-df0d86f7192c url= /sdc/v1/artifactTypes
2021-08-12T19:46:05.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:46:06.708Z||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.24.191] 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-08-12T19:46:06.709Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b02ec09
2021-08-12T19:46:06.709Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:46:06.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:46:06.710Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:46:06.710Z||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-08-12T19:46:55.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:46:55.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:46:55.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:46:55.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:46:55.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efdd8977-d196-4107-931c-c7798ae1ed5e url= /sdc/v1/artifactTypes
2021-08-12T19:46:55.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:46:56.694Z||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.24.191] 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-08-12T19:46:56.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74afe144
2021-08-12T19:46:56.695Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:46:56.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:46:56.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:46:56.695Z||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-08-12T19:47:45.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:47:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:47:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:47:45.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:47:45.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfa93149-4a9d-4390-957b-8c48aff34dab url= /sdc/v1/artifactTypes
2021-08-12T19:47:45.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:47:46.707Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:47:46.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d15a1fd
2021-08-12T19:47:46.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:47:46.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:47:46.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:47:46.708Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:48:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:48:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:48:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:48:35.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:48:35.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 841e9dea-9869-4083-88b1-8f57392b6cf6 url= /sdc/v1/artifactTypes
2021-08-12T19:48:35.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:48:36.722Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:48:36.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@568b4195
2021-08-12T19:48:36.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:48:36.725Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:48:36.725Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:48:36.725Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:49:25.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:49:25.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:49:25.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:49:25.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:49:25.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a8c0610-0bc6-4098-90de-f3900b47bf3f url= /sdc/v1/artifactTypes
2021-08-12T19:49:25.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:49:26.706Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:49:26.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60f3b8f3
2021-08-12T19:49:26.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:49:26.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:49:26.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:49:26.708Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:50:15.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:50:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:50:15.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:50:15.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:50:15.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28130091-9884-431e-89eb-d12a853bee4b url= /sdc/v1/artifactTypes
2021-08-12T19:50:15.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:50:16.692Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:50:16.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d44e5
2021-08-12T19:50:16.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:50:16.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:50:16.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:50:16.694Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:51:05.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:51:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:51:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:51:05.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:51:05.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e62f4c77-93b2-4631-9037-378dc88b38fb url= /sdc/v1/artifactTypes
2021-08-12T19:51:05.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:51:06.708Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:51:06.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49dadd68
2021-08-12T19:51:06.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:51:06.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:51:06.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:51:06.709Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:51:55.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:51:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:51:55.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:51:55.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:51:55.678Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fde75ef1-1b30-4c26-8b77-8bfde35b525b url= /sdc/v1/artifactTypes
2021-08-12T19:51:55.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:51:56.691Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:51:56.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ce0ff48
2021-08-12T19:51:56.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:51:56.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:51:56.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:51:56.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:52:45.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:52:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:52:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:52:45.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:52:45.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab9b3418-9401-4bc1-8926-f03922b2205e url= /sdc/v1/artifactTypes
2021-08-12T19:52:45.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:52:46.708Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:52:46.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1353a995
2021-08-12T19:52:46.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:52:46.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:52:46.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:52:46.709Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:53:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:53:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:53:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:53:35.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:53:35.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c00ce46-2157-47e6-bf2d-d8c8aabc6df5 url= /sdc/v1/artifactTypes
2021-08-12T19:53:35.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:53:36.692Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:53:36.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@425b25fb
2021-08-12T19:53:36.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:53:36.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:53:36.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:53:36.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:54:25.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:54:25.664Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:54:25.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:54:25.666Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:54:25.669Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27301316-ff40-422c-9c10-5f4cf650c971 url= /sdc/v1/artifactTypes
2021-08-12T19:54:25.669Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:54:26.707Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:54:26.708Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76e4a292
2021-08-12T19:54:26.708Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:54:26.708Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:54:26.709Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:54:26.709Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:55:15.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:55:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:55:15.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:55:15.667Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:55:15.674Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55f7510c-f6f7-46d3-8c3e-7cea9bb97257 url= /sdc/v1/artifactTypes
2021-08-12T19:55:15.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:55:16.722Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:55:16.722Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@721c03c6
2021-08-12T19:55:16.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:55:16.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:55:16.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:55:16.723Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:56:05.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:56:05.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:56:05.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:56:05.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:56:05.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02613b08-2d6d-4c95-840c-2326ae109b53 url= /sdc/v1/artifactTypes
2021-08-12T19:56:05.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:56:06.712Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:56:06.713Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@466c7fd6
2021-08-12T19:56:06.713Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:56:06.714Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:56:06.714Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:56:06.714Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:56:55.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:56:55.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:56:55.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:56:55.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:56:55.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05334639-abd1-4b2e-8d8d-cfd400db7760 url= /sdc/v1/artifactTypes
2021-08-12T19:56:55.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:56:56.691Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:56:56.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62e56c21
2021-08-12T19:56:56.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:56:56.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:56:56.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:56:56.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:57:45.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:57:45.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:57:45.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:57:45.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:57:45.676Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9af00fbd-2b1e-408d-b4c7-9a5ff69f9cfc url= /sdc/v1/artifactTypes
2021-08-12T19:57:45.676Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:57:46.706Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:57:46.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d647ae0
2021-08-12T19:57:46.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:57:46.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:57:46.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:57:46.707Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:58:35.664Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:58:35.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:58:35.665Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:58:35.667Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:58:35.675Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97a9b6a1-48f2-4b00-9cb9-9d77512dd108 url= /sdc/v1/artifactTypes
2021-08-12T19:58:35.675Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:58:36.692Z||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.24.191] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-12T19:58:36.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a6624db
2021-08-12T19:58:36.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T19:58:36.694Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T19:58:36.694Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T19:58:36.695Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-12T19:59:25.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T19:59:25.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T19:59:25.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T19:59:25.669Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T19:59:25.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2825f3ce-d07e-4436-b8cd-1b8935784e63 url= /sdc/v1/artifactTypes
2021-08-12T19:59:25.674Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T19:59:25.881Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-12T19:59:25.889Z||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-08-12T19:59:25.912Z||scheduling-1|||||DEBUG|500||create keys
2021-08-12T19:59:25.920Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-12T19:59:25.945Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T19:59:25.964Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e467f887-fa39-4785-8ca1-166e776bdf0b url= /sdc/v1/registerForDistribution
2021-08-12T19:59:26.045Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e467f887-fa39-4785-8ca1-166e776bdf0b url= /sdc/v1/registerForDistribution
2021-08-12T19:59:26.045Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-12T19:59:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T19:59:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T19:59:26.062Z||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-08-12T19:59:26.062Z||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-08-12T19:59:26.062Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T19:59:26.062Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T19:59:26.063Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-12T19:59:36.260Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T19:59:36.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:00:26.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:00:26.055Z||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-08-12T20:00:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:00:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:00:26.058Z||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-08-12T20:00:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:00:35.603Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:00:35.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:01:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:01:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:01:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:01:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:01:26.057Z||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-08-12T20:01:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:01:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:01:35.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:02:26.054Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:02:26.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:02:26.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:02:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:02:26.058Z||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-08-12T20:02:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:02:35.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:02:35.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:03:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:03:26.055Z||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-08-12T20:03:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:03:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:03:26.057Z||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-08-12T20:03:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:03:35.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:03:35.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:04:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:04:26.055Z||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-08-12T20:04:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:04:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:04:26.056Z||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-08-12T20:04:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:04:35.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:04:35.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:05:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:05:26.055Z||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-08-12T20:05:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:05:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:05:26.056Z||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-08-12T20:05:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:05:35.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:05:35.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:06:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:06:26.055Z||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-08-12T20:06:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:06:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:06:26.059Z||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-08-12T20:06:26.059Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:06:35.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:06:35.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:07:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:07:26.055Z||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-08-12T20:07:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:07:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:07:26.057Z||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-08-12T20:07:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:07:35.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:07:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:08:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:08:26.055Z||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-08-12T20:08:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:08:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:08:26.057Z||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-08-12T20:08:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:08:35.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:08:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:09:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:09:26.055Z||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-08-12T20:09:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:09:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:09:26.057Z||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-08-12T20:09:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:09:35.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:09:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:10:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:10:26.055Z||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-08-12T20:10:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:10:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:10:26.057Z||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-08-12T20:10:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:10:35.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:10:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:11:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:11:26.055Z||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-08-12T20:11:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:11:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:11:26.057Z||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-08-12T20:11:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:11:35.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:11:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:12:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:12:26.055Z||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-08-12T20:12:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:12:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:12:26.057Z||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-08-12T20:12:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:12:35.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:12:35.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:13:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:13:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:13:26.056Z||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-08-12T20:13:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:13:26.057Z||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-08-12T20:13:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:13:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:13:35.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:14:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:14:26.055Z||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-08-12T20:14:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:14:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:14:26.056Z||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-08-12T20:14:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:14:35.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:14:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:15:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:15:26.055Z||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-08-12T20:15:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:15:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:15:26.057Z||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-08-12T20:15:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:15:35.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:15:35.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:16:26.055Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:16:26.056Z||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-08-12T20:16:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:16:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:16:26.057Z||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-08-12T20:16:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:16:35.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:16:35.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:17:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:17:26.055Z||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-08-12T20:17:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:17:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:17:26.056Z||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-08-12T20:17:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:17:35.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:17:35.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:18:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:18:26.055Z||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-08-12T20:18:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:18:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:18:26.057Z||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-08-12T20:18:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:18:35.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:18:35.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:19:26.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:19:26.055Z||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-08-12T20:19:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:19:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:19:26.057Z||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-08-12T20:19:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:19:35.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:19:35.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:20:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:20:26.055Z||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-08-12T20:20:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:20:26.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:20:26.057Z||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-08-12T20:20:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:20:35.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:20:35.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:21:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:21:26.055Z||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-08-12T20:21:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:21:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:21:26.057Z||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-08-12T20:21:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:21:35.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:21:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:22:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:22:26.055Z||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-08-12T20:22:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:22:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:22:26.056Z||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-08-12T20:22:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:22:35.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:22:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:23:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:23:26.055Z||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-08-12T20:23:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:23:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:23:26.057Z||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-08-12T20:23:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:23:35.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:23:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:24:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:24:26.055Z||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-08-12T20:24:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:24:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:24:26.057Z||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-08-12T20:24:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:24:35.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:24:35.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:25:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:25:26.055Z||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-08-12T20:25:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:25:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:25:26.057Z||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-08-12T20:25:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:25:35.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:25:35.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:26:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:26:26.055Z||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-08-12T20:26:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:26:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:26:26.056Z||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-08-12T20:26:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:26:35.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:26:35.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:27:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:27:26.055Z||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-08-12T20:27:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:27:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:27:26.057Z||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-08-12T20:27:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:27:35.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:27:35.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:28:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:28:26.055Z||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-08-12T20:28:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:28:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:28:26.056Z||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-08-12T20:28:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:28:35.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:28:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:29:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:29:26.055Z||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-08-12T20:29:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:29:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:29:26.057Z||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-08-12T20:29:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:29:35.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:29:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:30:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:30:26.055Z||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-08-12T20:30:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:30:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:30:26.057Z||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-08-12T20:30:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:30:35.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:30:35.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:31:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:31:26.055Z||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-08-12T20:31:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:31:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:31:26.057Z||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-08-12T20:31:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:31:35.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:31:35.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:32:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:32:26.055Z||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-08-12T20:32:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:32:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:32:26.057Z||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-08-12T20:32:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:32:35.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:32:35.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:33:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:33:26.055Z||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-08-12T20:33:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:33:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:33:26.057Z||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-08-12T20:33:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:33:35.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:33:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:34:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:34:26.055Z||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-08-12T20:34:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:34:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:34:26.056Z||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-08-12T20:34:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:34:35.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:34:35.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:35:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:35:26.055Z||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-08-12T20:35:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:35:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:35:26.057Z||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-08-12T20:35:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:35:35.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:35:35.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:36:26.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:36:26.055Z||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-08-12T20:36:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:36:26.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:36:26.056Z||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-08-12T20:36:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:36:35.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:36:35.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:37:26.054Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:37:26.055Z||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-08-12T20:37:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:37:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:37:26.058Z||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-08-12T20:37:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:37:35.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:37:35.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:26.054Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:38:26.055Z||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-08-12T20:38:26.055Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:38:26.057Z||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-08-12T20:38:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:26.656Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:26.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:26.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"56875201-9e27-4906-bb05-ad88df8001c1","serviceName":"basic_onboard_GPrmDx","serviceVersion":"1.0","serviceUUID":"1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5","serviceDescription":"service","serviceInvariantUUID":"96fc069d-57af-4c61-88b9-04bc4d194f7f","resources":[{"resourceInstanceName":"basic_onboard_GPrmDx 0","resourceName":"basic_onboard_GPrmDx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"270c9ab7-3265-4b40-9e67-64bd238cf488","resourceInvariantUUID":"0b2aeff5-b199-473c-8e15-665337509f5d","resourceCustomizationUUID":"32432f62-0df7-4964-a0f4-7326f49fa206","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml","artifactChecksum":"MzM5MTk2MGQwNTk4ZjRiOGJkOGM2MDY5N2VkNTVjNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92853f3c-a0d9-4c6d-9777-837c9be10fa0","artifactVersion":"1"},{"artifactName":"basic_onboard_gprmdx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json","artifactChecksum":"NzdmZGQxZWIwYjlmNWYxNDIyNzlhZGE5N2RiZTk1NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"193a63fa-8722-4fbb-8c73-3dc89e4bcb2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac227c46-020b-41bb-b648-1109245df7c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5d1189b-b62d-4025-9340-7eff58a525d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07bd449a-3116-4564-bff3-c24e3e76a320","artifactVersion":"2","generatedFromUUID":"ac227c46-020b-41bb-b648-1109245df7c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGprmdx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml","artifactChecksum":"YTczNGU2N2EwMGM5ZDYwMjkzZWE1YzNkNDgwMDdlOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3f5bd26-d0bf-4bc6-ab26-9d90c04c3b2f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGprmdx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar","artifactChecksum":"ZGZmMTgyNDg0ZWFmZGM2ODhhMGYwYzBiY2JiNTg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4462261f-0e82-4350-b32d-97bb407ef34a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T20:38:26.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.691Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.698Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.707Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:26.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.707Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800679197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800678464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800679560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800674770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628800680992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "dcae-sch",
  "timestamp": 1628800681664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800689161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800689182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800689198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800689199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800683404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "cds",
  "timestamp": 1628800690217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-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-08-12T20:38:26.808Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-08-12T20:38:26.814Z||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-08-12T20:38:26.815Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T20:38:26.825Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:26.826Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T20:38:26.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:26.914Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800690550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800690640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800685585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800692315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800692345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800693319,
  "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-08-12T20:38:26.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:26.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:26.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800693353,
  "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-08-12T20:38:26.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:26.984Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:26.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800694040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800687487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628800694322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628800694356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800695644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800695742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800696748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800697354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:26.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "policy-id",
  "timestamp": 1628800697750,
  "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-08-12T20:38:27.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800697842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:27.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800698420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800699203,
  "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-08-12T20:38:27.021Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "clamp",
  "timestamp": 1628800699449,
  "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-08-12T20:38:27.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.035Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628800700208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800701259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:27.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "aai-ml",
  "timestamp": 1628800702263,
  "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-08-12T20:38:27.053Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:38:27.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:38:27.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:27.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:38:27.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:27.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:27.729Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:27.729Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:38:27.829Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:27.830Z||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-08-12T20:38:27.830Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:27.840Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:27.840Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:28.730Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:28.731Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:28.733Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:28.733Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:38:28.834Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:28.835Z||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-08-12T20:38:28.835Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:28.846Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:28.847Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:29.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:29.735Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:29.739Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:29.739Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:29.839Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:29.840Z||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-08-12T20:38:29.840Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:29.850Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:29.851Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:30.740Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:30.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:30.743Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:30.744Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T20:38:30.844Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:30.845Z||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-08-12T20:38:30.845Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:30.856Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:30.857Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:31.744Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:31.745Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:31.749Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:31.749Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:38:31.849Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:31.850Z||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-08-12T20:38:31.850Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:31.860Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:31.861Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:32.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:38:32.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:32.752Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:32.752Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:38:32.853Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:32.853Z||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-08-12T20:38:32.854Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:32.864Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:32.865Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:33.756Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "serviceName": "basic_onboard_GPrmDx",
  "serviceVersion": "1.0",
  "serviceUUID": "1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "96fc069d-57af-4c61-88b9-04bc4d194f7f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GPrmDx 0",
      "resourceCustomizationUUID": "32432f62-0df7-4964-a0f4-7326f49fa206",
      "resourceName": "basic_onboard_GPrmDx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "270c9ab7-3265-4b40-9e67-64bd238cf488",
      "resourceInvariantUUID": "0b2aeff5-b199-473c-8e15-665337509f5d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gprmdx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
          "artifactChecksum": "NzdmZGQxZWIwYjlmNWYxNDIyNzlhZGE5N2RiZTk1NzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "193a63fa-8722-4fbb-8c73-3dc89e4bcb2d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac227c46-020b-41bb-b648-1109245df7c0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "07bd449a-3116-4564-bff3-c24e3e76a320",
            "generatedFromUUID": "ac227c46-020b-41bb-b648-1109245df7c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "07bd449a-3116-4564-bff3-c24e3e76a320",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGprmdx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
      "artifactChecksum": "ZGZmMTgyNDg0ZWFmZGM2ODhhMGYwYzBiY2JiNTg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4462261f-0e82-4350-b32d-97bb407ef34a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T20:38:33.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T20:38:33.757Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5 ASDC
2021-08-12T20:38:33.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:56875201-9e27-4906-bb05-ad88df8001c1
ServiceName:basic_onboard_GPrmDx
ServiceVersion:1.0
ServiceUUID:1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
ServiceInvariantUUID:96fc069d-57af-4c61-88b9-04bc4d194f7f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGprmdx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
ArtifactUUID:4462261f-0e82-4350-b32d-97bb407ef34a
ArtifactChecksum:ZGZmMTgyNDg0ZWFmZGM2ODhhMGYwYzBiY2JiNTg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GPrmDx 0
ResourceCustomizationUUID:32432f62-0df7-4964-a0f4-7326f49fa206
ResourceInvariantUUID:0b2aeff5-b199-473c-8e15-665337509f5d
ResourceName:basic_onboard_GPrmDx
ResourceType:VF
ResourceUUID:270c9ab7-3265-4b40-9e67-64bd238cf488
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gprmdx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
ArtifactUUID:193a63fa-8722-4fbb-8c73-3dc89e4bcb2d
ArtifactChecksum:NzdmZGQxZWIwYjlmNWYxNDIyNzlhZGE5N2RiZTk1NzI=
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/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac227c46-020b-41bb-b648-1109245df7c0
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/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
ArtifactUUID:07bd449a-3116-4564-bff3-c24e3e76a320
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/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
ArtifactUUID:07bd449a-3116-4564-bff3-c24e3e76a320
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T20:38:33.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5 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-08-12T20:38:33.942Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:38:33.943Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:38:33.944Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:38:33.944Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4462261f-0e82-4350-b32d-97bb407ef34a from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:33.944Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:33.946Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:34.349Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:34.362Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar 4462261f-0e82-4350-b32d-97bb407ef34a 74843
2021-08-12T20:38:34.362Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar ASDC sendASDCNotification
2021-08-12T20:38:34.363Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:34.363Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:34.364Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:34.365Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:34.365Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800714362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:34.466Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:34.467Z||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-08-12T20:38:34.467Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:34.478Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:34.479Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:35.366Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:38:35.368Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:38:35.368Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4462261f-0e82-4350-b32d-97bb407ef34a, URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar to file: /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:35.369Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:35.544Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:35.544Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:36.014Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8595782036941679897/Definitions/service-BasicOnboardGprmdx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-12T20:38:37.984Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T20:38:37.988Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:38:37.988Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.988Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GPrmDx 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GPrmDx 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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||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-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:37.989Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:38:37.997Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:37.999Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.004Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.004Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:38:38.006Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:38:38.008Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:38:38.009Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:38:38.010Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.010Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.014Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.021Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is not matching search criteria
2021-08-12T20:38:38.021Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T20:38:38.021Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.022Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:38.024Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:38.025Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is not matching search criteria
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cafcbb9d-07c1-4036-b6dd-91bb088edae1
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.026Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:38.027Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GPrmDx
Description:service
Model UUID:1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
Model Version:NULL
Model InvariantUuid:96fc069d-57af-4c61-88b9-04bc4d194f7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GPrmDx
Model UUID:1e31292a-ae61-4852-8854-5ee832eb9259
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b2aeff5-b199-473c-8e15-665337509f5d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:32432f62-0df7-4964-a0f4-7326f49fa206
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1dcdb7b-b15e-4eb5-a543-92812c60b708
ModelName:BasicOnboardGprmdx..base_ubuntu18..module-0
ModelUuid:7b3674ad-f330-4555-9e9b-f179d0eba600
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cafcbb9d-07c1-4036-b6dd-91bb088edae1
ModelInvariantUuid:4dfea158-9715-40e1-ab1e-0447070a5176
ModelName:basic_onboard_GPrmDx-nodes.ubuntu18Cvfc
ModelUuid:d85c894c-f352-4212-ae62-965ce7101403
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:50c50060-e6f6-48d1-b744-7cd9c3ccda38
ModelInvariantUuid:316cbbf7-85be-458b-bb62-764cf033a09a
ModelName:BasicOnboardGprmdx.compute.nodes.heat.ubuntu18
ModelUuid:709e99fe-9633-4921-879d-1ebbbf0fee38
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-08-12T20:38:38.042Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 270c9ab7-3265-4b40-9e67-64bd238cf488
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-08-12T20:38:38.139Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||basic_onboard_GPrmDx 0
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 270c9ab7-3265-4b40-9e67-64bd238cf488
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 193a63fa-8722-4fbb-8c73-3dc89e4bcb2d from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:38.145Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:40.369Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:40.369Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json 193a63fa-8722-4fbb-8c73-3dc89e4bcb2d 798
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json ASDC sendASDCNotification
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:40.370Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:40.372Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:40.372Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800720370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:40.472Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:40.473Z||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-08-12T20:38:40.473Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:40.484Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:40.485Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:41.373Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGprmdx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c1dcdb7b-b15e-4eb5-a543-92812c60b708",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b3674ad-f330-4555-9e9b-f179d0eba600",
    "vfModuleModelCustomizationUUID": "2940dbeb-bfb7-401d-9efc-8c02f0757b0c",
    "isBase": true,
    "artifacts": [
      "ac227c46-020b-41bb-b648-1109245df7c0",
      "07bd449a-3116-4564-bff3-c24e3e76a320"
    ],
    "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-08-12T20:38:41.394Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGprmdx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b3674ad-f330-4555-9e9b-f179d0eba600
VfModuleModelInvariantUUID:c1dcdb7b-b15e-4eb5-a543-92812c60b708
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac227c46-020b-41bb-b648-1109245df7c0
,
07bd449a-3116-4564-bff3-c24e3e76a320

}
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-08-12T20:38:41.396Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGprmdx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c1dcdb7b-b15e-4eb5-a543-92812c60b708",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b3674ad-f330-4555-9e9b-f179d0eba600",
    "vfModuleModelCustomizationUUID": "2940dbeb-bfb7-401d-9efc-8c02f0757b0c",
    "isBase": true,
    "artifacts": [
      "ac227c46-020b-41bb-b648-1109245df7c0",
      "07bd449a-3116-4564-bff3-c24e3e76a320"
    ],
    "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-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGprmdx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b3674ad-f330-4555-9e9b-f179d0eba600
VfModuleModelInvariantUUID:c1dcdb7b-b15e-4eb5-a543-92812c60b708
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac227c46-020b-41bb-b648-1109245df7c0
,
07bd449a-3116-4564-bff3-c24e3e76a320

}
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-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac227c46-020b-41bb-b648-1109245df7c0 from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:41.397Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:42.853Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:42.853Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml ac227c46-020b-41bb-b648-1109245df7c0 5033
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:42.854Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:42.857Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:42.857Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800722854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:42.957Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:42.959Z||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-08-12T20:38:42.959Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:42.968Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:42.969Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:43.858Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07bd449a-3116-4564-bff3-c24e3e76a320 from URL: /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:43.858Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:38:43.859Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:45.403Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env 07bd449a-3116-4564-bff3-c24e3e76a320 909
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:45.404Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:38:45.405Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:45.407Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:45.408Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800725404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:38:45.508Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:45.508Z||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-08-12T20:38:45.509Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:45.519Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:45.519Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:38:46.408Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
2021-08-12T20:38:46.410Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GPrmDx 0 270c9ab7-3265-4b40-9e67-64bd238cf488 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-08-12T20:38:46.441Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 32432f62-0df7-4964-a0f4-7326f49fa206
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32432f62-0df7-4964-a0f4-7326f49fa206 matches Tosca VF Customization UUID: 32432f62-0df7-4964-a0f4-7326f49fa206
2021-08-12T20:38:46.442Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 32432f62-0df7-4964-a0f4-7326f49fa206  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-08-12T20:38:46.447Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.448Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 32432f62-0df7-4964-a0f4-7326f49fa206: {\"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-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d85729d
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:38:46.449Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2940dbeb-bfb7-401d-9efc-8c02f0757b0c
2021-08-12T20:38:46.450Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2940dbeb-bfb7-401d-9efc-8c02f0757b0c
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-08-12T20:38:46.463Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.463Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.464Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:46.464Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.464Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is not matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T20:38:46.465Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cafcbb9d-07c1-4036-b6dd-91bb088edae1
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-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.473Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GPrmDx 0 is matching search criteria
2021-08-12T20:38:46.474Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GPrmDx 0] matching following query criteria: sdcType=VF, customizationUUID=32432f62-0df7-4964-a0f4-7326f49fa206
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-08-12T20:38:46.476Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.476Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.476Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5: basic_onboard_GPrmDx
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.477Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GPrmDx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:38:46.478Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_GPrmDx 
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-08-12T20:38:46.646Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GPrmDx 270c9ab7-3265-4b40-9e67-64bd238cf488 1 ASDC deployResourceStructure
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json ASDC sendASDCNotification
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:46.647Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:46.649Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:46.649Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800726647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:46.749Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:46.750Z||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-08-12T20:38:46.750Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:46.763Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:46.763Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:47.649Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T20:38:47.650Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml
2021-08-12T20:38:47.650Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:47.651Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:47.653Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:47.653Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800727649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:47.753Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:47.754Z||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-08-12T20:38:47.755Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:47.766Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:47.767Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:48.654Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T20:38:48.655Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env
2021-08-12T20:38:48.655Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:48.655Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:48.657Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:48.657Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800728654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:48.757Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:48.759Z||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-08-12T20:38:48.759Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:48.769Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:48.770Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:49.658Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar ASDC sendASDCNotification
2021-08-12T20:38:49.658Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar
2021-08-12T20:38:49.659Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:38:49.659Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:38:49.661Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:38:49.661Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800729658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:38:49.761Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:38:49.762Z||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-08-12T20:38:49.763Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:38:49.773Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:38:49.774Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:38:50.662Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:38:50.681Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:38:50.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:39:20.686Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:39:20.699Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:39:20.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:39:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:39:26.057Z||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-08-12T20:39:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:39:26.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:39:26.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:39:26.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:39:26.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:39:50.705Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:39:50.719Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:39:50.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:40:20.722Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:40:20.732Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:40:20.736Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:40:20.736Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:40:20.737Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:40:20.737Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:40:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:40:26.057Z||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-08-12T20:40:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:40:26.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:40:26.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:40:26.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:40:26.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:40:50.737Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:40:50.748Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:40:50.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:41:20.751Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:41:20.763Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:41:20.766Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:41:20.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:41:20.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:41:20.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:41:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:41:26.057Z||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-08-12T20:41:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:41:26.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:41:26.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800700863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:41:26.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:41:26.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800708792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800706054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800712821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:41:26.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628800713827,
  "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-08-12T20:41:26.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56875201-9e27-4906-bb05-ad88df8001c1
2021-08-12T20:41:26.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:41:26.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800714362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800720370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800722854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800725404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800726647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/basic_onboard_gprmdx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800727649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800728654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/resourceInstances/basic_onboard_gprmdx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800729658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGprmdx/1.0/artifacts/service-BasicOnboardGprmdx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:41:26.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:41:50.767Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:41:50.782Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:41:50.785Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:41:50.785Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:41:50.785Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:41:50.786Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||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-08-12T20:41:50.792Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T20:42:20.793Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56875201-9e27-4906-bb05-ad88df8001c1 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-08-12T20:42:20.802Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56875201-9e27-4906-bb05-ad88df8001c1 and serviceModelVersionId: 1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5
2021-08-12T20:42:20.802Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96fc069d-57af-4c61-88b9-04bc4d194f7f
2021-08-12T20:42:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:26.057Z||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-08-12T20:42:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:34.694Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0
2021-08-12T20:42:34.793Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T20:42:35.463Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|INFO|500||Invoke
2021-08-12T20:42:35.470Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[56875201-9e27-4906-bb05-ad88df8001c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6fb95ef-c960-451f-8fbc-e7004f2afd19], X-ECOMP-RequestID=[56875201-9e27-4906-bb05-ad88df8001c1], X-TransactionId=[], X-ONAP-RequestID=[56875201-9e27-4906-bb05-ad88df8001c1], Content-Type=[application/merge-patch+json]}
2021-08-12T20:42:35.585Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T20:42:35.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:42:35.862Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?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/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-20:42:35:591-17586], vertex-id=[176360], Content-Length=[0], Date=[Thu, 12 Aug 2021 20:42:35 GMT], Content-Type=[application/json]}
2021-08-12T20:42:35.864Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T20:42:35.865Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fc069d-57af-4c61-88b9-04bc4d194f7f/model-vers/model-ver/1f0e79a0-cc8a-4b3b-bc8f-cb1ee51876a5?depth=0|INFO|500||InvokeReturn
2021-08-12T20:42:35.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T20:42:35.869Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||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-08-12T20:42:35.874Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||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-08-12T20:42:35.884Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56875201-9e27-4906-bb05-ad88df8001c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T20:42:35.885Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T20:42:35.886Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:42:35.888Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:42:35.888Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800955884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:42:35.988Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:42:35.989Z||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-08-12T20:42:35.990Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:35.999Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:42:36.000Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-08-12T20:42:36.912Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:36.913Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:36.913Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:47.099Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:42:47.099Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:47.100Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:47.100Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:42:56.640Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:42:56.640Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:42:56.641Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:42:56.641Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:06.180Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:43:06.181Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:43:06.182Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:43:06.183Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:15.720Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:43:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:43:26.055Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:43:26.055Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:43:26.056Z||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-08-12T20:43:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:43:26.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:43:26.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:43:26.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56875201-9e27-4906-bb05-ad88df8001c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628800955884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:43:26.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:43:35.592Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:44:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|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-08-12T20:44:26.054Z|56875201-9e27-4906-bb05-ad88df8001c1|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:44:26.056Z||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-08-12T20:44:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:26.680Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:26.681Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.681Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2975cc13-6816-4a1d-b919-6404c49eb952","serviceName":"vFW 2021-08-12 20-40-37","serviceVersion":"1.0","serviceUUID":"1623a8ea-957e-48e0-9fb8-40da43f5b989","serviceDescription":"catalog service description","serviceInvariantUUID":"8421c567-aee9-4c53-8ae0-288d57fde9e8","resources":[{"resourceInstanceName":"vFW e81b360c-fa49 0","resourceName":"vFW e81b360c-fa49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5002752b-98d0-45e3-8924-d8bf3a947d99","resourceInvariantUUID":"3973d435-53f7-4fbb-8eca-dda3614d5c86","resourceCustomizationUUID":"63cc7ea5-5b14-4ca6-b268-c35276cc7566","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ3YjkxZTcyNmZjMzIyNjllM2RmYWExOTJkNWZkNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af4606b0-4d00-47eb-b4e9-d369bebfeda9","artifactVersion":"1"},{"artifactName":"vfwe81b360cfa490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json","artifactChecksum":"ZWYyYTYzYjE0Yjk4MjBjODExOWU1MzdiMTAyNWYyNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ebe82f28-b61d-40e7-aba7-94b5e70844b2","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07014c48-f0f5-46ea-be6d-bee4f5bc0187","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml","artifactChecksum":"NDE0MWNhOGY1ZmM2YjAyM2RiNThkODY1YzgyMmNhNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eab87aa0-f98d-47fb-a2f7-42d9d460d934","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fab8f511-a199-4e45-b841-3c79cafea979","artifactVersion":"3","generatedFromUUID":"07014c48-f0f5-46ea-be6d-bee4f5bc0187"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210812204037-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml","artifactChecksum":"MGRmOTExYzQwODZhMDYxOTU4MTkzNGYxZjk3MzA0NzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff09a17f-0120-498d-91c2-97c796038974","artifactVersion":"1"},{"artifactName":"service-Vfw20210812204037-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar","artifactChecksum":"ZTYyYjlmZDRhOThkNGI4ODBjMDJhYWZmNTJlMWEzZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"224099e6-4c1e-4df7-bbd1-d8a26725ed76","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T20:44:26.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:26.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:26.685Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:26.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.688Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:26.688Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801023464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801025585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801030863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801027487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801034770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801041741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801041999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801042096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801042264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801043101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "cds",
  "timestamp": 1628801043270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-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-08-12T20:44:26.722Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.723Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801044056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "policy-id",
  "timestamp": 1628801044103,
  "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-08-12T20:44:26.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801044317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801045451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801039197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801039560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801046454,
  "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-08-12T20:44:26.763Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.763Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801046508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801046608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801047407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801047631,
  "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-08-12T20:44:26.782Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.782Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.788Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801040992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.789Z||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-08-12T20:44:26.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.789Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801047852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801048207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "dcae-sch",
  "timestamp": 1628801041664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801048634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801049212,
  "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-08-12T20:44:26.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.798Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 and ComponentName POLICY
2021-08-12T20:44:26.798Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:26.799Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-08-12T20:44:26.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801049414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801043404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:26.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801050214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801051220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801052224,
  "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-08-12T20:44:26.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801053226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801055746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "aai-ml",
  "timestamp": 1628801056749,
  "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-08-12T20:44:26.826Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:44:26.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:44:26.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:44:26.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801065403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:26.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:44:27.688Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:27.690Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:27.692Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:27.693Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:44:27.793Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:27.794Z||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-08-12T20:44:27.794Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:27.804Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:27.805Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:28.693Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:28.694Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:28.697Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:28.697Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:44:28.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:28.798Z||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-08-12T20:44:28.798Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:28.807Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:28.807Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:29.697Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:29.698Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:29.700Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:29.700Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:29.801Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:29.802Z||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-08-12T20:44:29.803Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:29.813Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:29.814Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:44:30.701Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:30.702Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:30.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:30.704Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T20:44:30.805Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:30.805Z||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-08-12T20:44:30.806Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:30.816Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:30.817Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:31.705Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:31.706Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:31.709Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:31.709Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:44:31.809Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:31.810Z||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-08-12T20:44:31.810Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:31.820Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:31.821Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:44:32.710Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:44:32.711Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:32.713Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:32.713Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:44:32.813Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:32.814Z||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-08-12T20:44:32.815Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:32.827Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:32.828Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:33.714Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "serviceName": "vFW 2021-08-12 20-40-37",
  "serviceVersion": "1.0",
  "serviceUUID": "1623a8ea-957e-48e0-9fb8-40da43f5b989",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8421c567-aee9-4c53-8ae0-288d57fde9e8",
  "resources": [
    {
      "resourceInstanceName": "vFW e81b360c-fa49 0",
      "resourceCustomizationUUID": "63cc7ea5-5b14-4ca6-b268-c35276cc7566",
      "resourceName": "vFW e81b360c-fa49",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5002752b-98d0-45e3-8924-d8bf3a947d99",
      "resourceInvariantUUID": "3973d435-53f7-4fbb-8eca-dda3614d5c86",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe81b360cfa490_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
          "artifactChecksum": "ZWYyYTYzYjE0Yjk4MjBjODExOWU1MzdiMTAyNWYyNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ebe82f28-b61d-40e7-aba7-94b5e70844b2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "07014c48-f0f5-46ea-be6d-bee4f5bc0187",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "fab8f511-a199-4e45-b841-3c79cafea979",
            "generatedFromUUID": "07014c48-f0f5-46ea-be6d-bee4f5bc0187"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "fab8f511-a199-4e45-b841-3c79cafea979",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210812204037-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
      "artifactChecksum": "ZTYyYjlmZDRhOThkNGI4ODBjMDJhYWZmNTJlMWEzZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "224099e6-4c1e-4df7-bbd1-d8a26725ed76"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T20:44:33.715Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T20:44:33.715Z|56875201-9e27-4906-bb05-ad88df8001c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1623a8ea-957e-48e0-9fb8-40da43f5b989 ASDC
2021-08-12T20:44:33.715Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2975cc13-6816-4a1d-b919-6404c49eb952
ServiceName:vFW 2021-08-12 20-40-37
ServiceVersion:1.0
ServiceUUID:1623a8ea-957e-48e0-9fb8-40da43f5b989
ServiceInvariantUUID:8421c567-aee9-4c53-8ae0-288d57fde9e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210812204037-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
ArtifactUUID:224099e6-4c1e-4df7-bbd1-d8a26725ed76
ArtifactChecksum:ZTYyYjlmZDRhOThkNGI4ODBjMDJhYWZmNTJlMWEzZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e81b360c-fa49 0
ResourceCustomizationUUID:63cc7ea5-5b14-4ca6-b268-c35276cc7566
ResourceInvariantUUID:3973d435-53f7-4fbb-8eca-dda3614d5c86
ResourceName:vFW e81b360c-fa49
ResourceType:VF
ResourceUUID:5002752b-98d0-45e3-8924-d8bf3a947d99
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe81b360cfa490_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
ArtifactUUID:ebe82f28-b61d-40e7-aba7-94b5e70844b2
ArtifactChecksum:ZWYyYTYzYjE0Yjk4MjBjODExOWU1MzdiMTAyNWYyNmU=
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/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
ArtifactUUID:07014c48-f0f5-46ea-be6d-bee4f5bc0187
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
ArtifactUUID:fab8f511-a199-4e45-b841-3c79cafea979
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
ArtifactUUID:fab8f511-a199-4e45-b841-3c79cafea979
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T20:44:33.715Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1623a8ea-957e-48e0-9fb8-40da43f5b989 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-08-12T20:44:33.751Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 224099e6-4c1e-4df7-bbd1-d8a26725ed76 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:33.752Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:33.753Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:34.389Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:34.394Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar 224099e6-4c1e-4df7-bbd1-d8a26725ed76 110190
2021-08-12T20:44:34.394Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar ASDC sendASDCNotification
2021-08-12T20:44:34.394Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:34.395Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:34.395Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:34.398Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:34.398Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801074394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:34.498Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:34.499Z||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-08-12T20:44:34.499Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:34.511Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:34.512Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:44:35.398Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:44:35.400Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-12T20:44:35.400Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 224099e6-4c1e-4df7-bbd1-d8a26725ed76, URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar to file: /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.401Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.401Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.401Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:35.654Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10069951181569177650/Definitions/service-Vfw20210812204037-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-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-08-12T20:44:37.848Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e81b360c-fa49 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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e81b360c-fa49 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.849Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.850Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.851Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:37.852Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:37.853Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=41397851-20a4-458b-a828-2c133bf85020
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:37.854Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67fca993-3778-4676-8fe5-9b7f295d0f85
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:37.855Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9645c509-2b90-4c35-95c5-9a85f367c230
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.856Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:37.857Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-12 20-40-37
Description:catalog service description
Model UUID:1623a8ea-957e-48e0-9fb8-40da43f5b989
Model Version:NULL
Model InvariantUuid:8421c567-aee9-4c53-8ae0-288d57fde9e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e81b360c-fa49
Model UUID:d7c5b732-451e-446f-985a-e20c01bcda75
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3973d435-53f7-4fbb-8eca-dda3614d5c86
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63cc7ea5-5b14-4ca6-b268-c35276cc7566
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f443000c-e357-4310-98e0-c7a0dd4d0f8d
ModelName:VfwE81b360cFa49..base_vfw..module-0
ModelUuid:a7b221a3-ea20-499a-9d9c-194f15554d53
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:41397851-20a4-458b-a828-2c133bf85020
ModelInvariantUuid:90cd9d40-9d39-4a72-a795-5c20a3921e52
ModelName:vFW e81b360c-fa49-nodes.vfwCvfc
ModelUuid:3f89eda8-5f7f-4d89-a2fa-96e8dca75e1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:469c433e-4448-4fd7-b408-84664d21f41e
ModelInvariantUuid:e64cc526-8b69-44e7-ad18-940702322f43
ModelName:VfwE81b360cFa49.compute.nodes.heat.vfw
ModelUuid:b2020a49-8ff3-43a2-a690-045b5a7f5371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:67fca993-3778-4676-8fe5-9b7f295d0f85
ModelInvariantUuid:ef307fb2-a59a-42ea-8b17-7ff5d384a3c1
ModelName:vFW e81b360c-fa49-nodes.vsnCvfc
ModelUuid:1cea3e12-d0be-4898-86a8-43b65288b7ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e5fce45b-110c-4a56-a005-454fd61c4055
ModelInvariantUuid:a7b86feb-6535-458a-9b3e-d851aa5e320a
ModelName:VfwE81b360cFa49.compute.nodes.heat.vsn
ModelUuid:ffe7e226-caf1-4862-a36d-d2fbaab645aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9645c509-2b90-4c35-95c5-9a85f367c230
ModelInvariantUuid:e35ce814-034a-4de0-97b8-b218604c8b6c
ModelName:vFW e81b360c-fa49-nodes.vpgCvfc
ModelUuid:f2616eb6-72f8-4061-81fd-90440fdbab52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a6c8543f-df5d-4502-8763-0e4177841791
ModelInvariantUuid:22ebd3db-d6ea-4ade-aa17-e0ab2e7a441a
ModelName:VfwE81b360cFa49.compute.nodes.heat.vpg
ModelUuid:45416243-b96b-4fe5-97fc-6561f839ffa4
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-08-12T20:44:37.866Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5002752b-98d0-45e3-8924-d8bf3a947d99
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-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||vFW e81b360c-fa49 0
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5002752b-98d0-45e3-8924-d8bf3a947d99
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ebe82f28-b61d-40e7-aba7-94b5e70844b2 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:37.869Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:40.091Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:40.091Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json ebe82f28-b61d-40e7-aba7-94b5e70844b2 785
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json ASDC sendASDCNotification
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:40.092Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:40.094Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:40.094Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801080092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:40.195Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T20:44:40.195Z||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-08-12T20:44:40.196Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:40.205Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:40.206Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:41.095Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE81b360cFa49..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f443000c-e357-4310-98e0-c7a0dd4d0f8d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7b221a3-ea20-499a-9d9c-194f15554d53",
    "vfModuleModelCustomizationUUID": "1fc447f4-c7f9-4789-8f96-408cdf9a0a62",
    "isBase": true,
    "artifacts": [
      "07014c48-f0f5-46ea-be6d-bee4f5bc0187",
      "fab8f511-a199-4e45-b841-3c79cafea979"
    ],
    "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-08-12T20:44:41.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE81b360cFa49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7b221a3-ea20-499a-9d9c-194f15554d53
VfModuleModelInvariantUUID:f443000c-e357-4310-98e0-c7a0dd4d0f8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
07014c48-f0f5-46ea-be6d-bee4f5bc0187
,
fab8f511-a199-4e45-b841-3c79cafea979

}
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-08-12T20:44:41.104Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE81b360cFa49..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f443000c-e357-4310-98e0-c7a0dd4d0f8d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7b221a3-ea20-499a-9d9c-194f15554d53",
    "vfModuleModelCustomizationUUID": "1fc447f4-c7f9-4789-8f96-408cdf9a0a62",
    "isBase": true,
    "artifacts": [
      "07014c48-f0f5-46ea-be6d-bee4f5bc0187",
      "fab8f511-a199-4e45-b841-3c79cafea979"
    ],
    "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-08-12T20:44:41.104Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE81b360cFa49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7b221a3-ea20-499a-9d9c-194f15554d53
VfModuleModelInvariantUUID:f443000c-e357-4310-98e0-c7a0dd4d0f8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
07014c48-f0f5-46ea-be6d-bee4f5bc0187
,
fab8f511-a199-4e45-b841-3c79cafea979

}
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-08-12T20:44:41.104Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07014c48-f0f5-46ea-be6d-bee4f5bc0187 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:41.105Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:41.105Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:42.802Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:42.803Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml 07014c48-f0f5-46ea-be6d-bee4f5bc0187 20368
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:42.804Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:42.807Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:42.807Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801082804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:42.907Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:42.908Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T20:44:42.908Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:42.918Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:42.918Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:43.807Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fab8f511-a199-4e45-b841-3c79cafea979 from URL: /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:43.808Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-12T20:44:43.808Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:45.451Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-12T20:44:45.451Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env fab8f511-a199-4e45-b841-3c79cafea979 2098
2021-08-12T20:44:45.451Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T20:44:45.452Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:45.452Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:44:45.452Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:45.454Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:45.454Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801085451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:44:45.554Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:45.555Z||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-08-12T20:44:45.555Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:45.565Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:45.565Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:46.455Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1623a8ea-957e-48e0-9fb8-40da43f5b989
2021-08-12T20:44:46.456Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e81b360c-fa49 0 5002752b-98d0-45e3-8924-d8bf3a947d99 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-08-12T20:44:46.484Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.484Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.484Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-12T20:44:46.485Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 63cc7ea5-5b14-4ca6-b268-c35276cc7566
2021-08-12T20:44:46.485Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63cc7ea5-5b14-4ca6-b268-c35276cc7566 matches Tosca VF Customization UUID: 63cc7ea5-5b14-4ca6-b268-c35276cc7566
2021-08-12T20:44:46.485Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 63cc7ea5-5b14-4ca6-b268-c35276cc7566  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-08-12T20:44:46.487Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.488Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 63cc7ea5-5b14-4ca6-b268-c35276cc7566: {\"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-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c7e2039
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1fc447f4-c7f9-4789-8f96-408cdf9a0a62
2021-08-12T20:44:46.489Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1fc447f4-c7f9-4789-8f96-408cdf9a0a62
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-08-12T20:44:46.492Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.492Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.492Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:46.493Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.504Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:46.505Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.506Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=41397851-20a4-458b-a828-2c133bf85020
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-08-12T20:44:46.509Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:46.510Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T20:44:46.511Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.512Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67fca993-3778-4676-8fe5-9b7f295d0f85
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-08-12T20:44:46.514Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.515Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.515Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.517Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.517Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.518Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T20:44:46.519Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T20:44:46.520Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9645c509-2b90-4c35-95c5-9a85f367c230
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-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Node template vFW e81b360c-fa49 0 is matching search criteria
2021-08-12T20:44:46.522Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e81b360c-fa49 0] matching following query criteria: sdcType=VF, customizationUUID=63cc7ea5-5b14-4ca6-b268-c35276cc7566
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-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1623a8ea-957e-48e0-9fb8-40da43f5b989: vFW e81b360c-fa49
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.524Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-12 20-40-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:44:46.525Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-08-12 20-40-37 
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-08-12T20:44:46.708Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e81b360c-fa49 5002752b-98d0-45e3-8924-d8bf3a947d99 1 ASDC deployResourceStructure
2021-08-12T20:44:46.709Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json ASDC sendASDCNotification
2021-08-12T20:44:46.709Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json
2021-08-12T20:44:46.709Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:46.710Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:46.711Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:46.711Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801086709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:46.812Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:46.813Z||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-08-12T20:44:46.813Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:46.823Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:46.824Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:47.713Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T20:44:47.713Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml
2021-08-12T20:44:47.713Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:47.714Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:47.716Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:47.716Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801087712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:47.816Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:47.817Z||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-08-12T20:44:47.817Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:47.828Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:47.828Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:48.717Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T20:44:48.718Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env
2021-08-12T20:44:48.718Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:48.718Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:48.720Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:48.721Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801088717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:48.821Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:48.822Z||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-08-12T20:44:48.822Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:48.833Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:48.835Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:49.721Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar ASDC sendASDCNotification
2021-08-12T20:44:49.722Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar
2021-08-12T20:44:49.722Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:44:49.722Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:44:49.724Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:44:49.725Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801089721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:44:49.825Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:44:49.825Z||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-08-12T20:44:49.825Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:44:49.835Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:44:49.835Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:44:50.725Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2975cc13-6816-4a1d-b919-6404c49eb952
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:44:50.737Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2975cc13-6816-4a1d-b919-6404c49eb952
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:44:50.742Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:44:50.743Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-08-12T20:44:50.748Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T20:45:20.749Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:45:20.754Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2975cc13-6816-4a1d-b919-6404c49eb952 and serviceModelVersionId: 1623a8ea-957e-48e0-9fb8-40da43f5b989
2021-08-12T20:45:20.755Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8421c567-aee9-4c53-8ae0-288d57fde9e8
2021-08-12T20:45:20.756Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0
2021-08-12T20:45:20.763Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T20:45:20.811Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|INFO|500||Invoke
2021-08-12T20:45:20.811Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2975cc13-6816-4a1d-b919-6404c49eb952], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[455e3d33-f56d-40eb-881a-77ebcc7dc1ad], X-ECOMP-RequestID=[2975cc13-6816-4a1d-b919-6404c49eb952], X-TransactionId=[], X-ONAP-RequestID=[2975cc13-6816-4a1d-b919-6404c49eb952], Content-Type=[application/merge-patch+json]}
2021-08-12T20:45:20.834Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T20:45:21.095Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?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/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210812-20:45:20:839-87278], vertex-id=[413728], Content-Length=[0], Date=[Thu, 12 Aug 2021 20:45:20 GMT], Content-Type=[application/json]}
2021-08-12T20:45:21.095Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T20:45:21.096Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8421c567-aee9-4c53-8ae0-288d57fde9e8/model-vers/model-ver/1623a8ea-957e-48e0-9fb8-40da43f5b989?depth=0|INFO|500||InvokeReturn
2021-08-12T20:45:21.096Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T20:45:21.096Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||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-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2975cc13-6816-4a1d-b919-6404c49eb952 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T20:45:21.101Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:45:21.103Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:45:21.103Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801121101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:45:21.203Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:45:21.204Z||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-08-12T20:45:21.204Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:45:21.217Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:45:21.218Z||pool-34-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-08-12T20:45:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:45:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:45:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:45:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:45:26.057Z||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-08-12T20:45:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:45:26.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:45:26.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:45:26.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:45:26.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:45:35.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:46:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:46:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:46:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:46:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:46:26.057Z||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-08-12T20:46:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:46:26.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:46:26.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801067413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "clamp",
  "timestamp": 1628801068418,
  "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-08-12T20:46:26.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2975cc13-6816-4a1d-b919-6404c49eb952
2021-08-12T20:46:26.591Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2975cc13-6816-4a1d-b919-6404c49eb952 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-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801066054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801074394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801080092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801082804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801085451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801086709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/vfwe81b360cfa490_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801087712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801088717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/resourceInstances/vfwe81b360cfa490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801089721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812204037/1.0/artifacts/service-Vfw20210812204037-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2975cc13-6816-4a1d-b919-6404c49eb952",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801121101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:46:26.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:46:35.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:47:26.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:47:26.055Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:47:26.055Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:47:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:47:26.057Z||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-08-12T20:47:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:47:35.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:47:35.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:48:26.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:48:26.055Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:48:26.055Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:48:26.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:48:26.057Z||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-08-12T20:48:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:48:35.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:48:35.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:49:26.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:49:26.055Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:49:26.055Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:49:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:49:26.056Z||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-08-12T20:49:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:49:35.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:49:35.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:50:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:50:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:50:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:50:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:50:26.057Z||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-08-12T20:50:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:50:35.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:50:35.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:51:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:51:26.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:51:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:51:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:51:26.057Z||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-08-12T20:51:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:51:35.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:51:35.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:52:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:52:26.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:52:26.054Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:52:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:52:26.056Z||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-08-12T20:52:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:52:35.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:52:35.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:53:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:53:26.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:53:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:53:26.056Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:53:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:53:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:53:35.591Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:53:35.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:54:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:54:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:54:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:54:26.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:54:26.057Z||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-08-12T20:54:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:54:35.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:54:35.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:55:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:55:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:55:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:55:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:55:26.057Z||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-08-12T20:55:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:55:35.609Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:55:35.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:26.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:56:26.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:56:26.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:56:26.056Z||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-08-12T20:56:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:26.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:26.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801760992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "clamp",
  "timestamp": 1628801763404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "aai-ml",
  "timestamp": 1628801759197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801759560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801765585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "cds",
  "timestamp": 1628801758464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "dcae-sch",
  "timestamp": 1628801761664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "policy-id",
  "timestamp": 1628801767487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628801759560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628801765585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628801760992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "clamp",
  "timestamp": 1628801763404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "aai-ml",
  "timestamp": 1628801759197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "dcae-sch",
  "timestamp": 1628801761664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "cds",
  "timestamp": 1628801758464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "policy-id",
  "timestamp": 1628801767487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "aai-ml",
  "timestamp": 1628801769900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "cds",
  "timestamp": 1628801769934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "policy-id",
  "timestamp": 1628801770529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "cds",
  "timestamp": 1628801770939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T20:56:26.263Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.263Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "policy-id",
  "timestamp": 1628801771535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "clamp",
  "timestamp": 1628801772516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "policy-id",
  "timestamp": 1628801772542,
  "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-08-12T20:56:26.277Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.277Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "aai-ml",
  "timestamp": 1628801773120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "clamp",
  "timestamp": 1628801773535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "aai-ml",
  "timestamp": 1628801774123,
  "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-08-12T20:56:26.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "clamp",
  "timestamp": 1628801774538,
  "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-08-12T20:56:26.308Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:56:26.308Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:56:26.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801774770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628801774770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801780863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801780863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801784595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:56:26.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:56:26.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:26.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T20:56:26.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bb2e604-34c4-44f6-a302-ccfddb35f467","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"324140bd-6f4d-4a7d-9c88-57583807279a","serviceDescription":"service","serviceInvariantUUID":"4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1c23ba28-1831-43fd-9d30-abb5a5c17375","resourceInvariantUUID":"ba68e617-94eb-4c86-8b74-d75daff19a28","resourceCustomizationUUID":"06b46751-95df-44b1-813a-ee9b9a04b1d1","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":"NjY1M2YyNGZhZDE0Yzk5ZWE2MWQyYTU2MzgwYmY2NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fc9e41a-94dd-4121-b502-1b6e45758283","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzFlZjBjOTI5ODJiNDRhYTczODZiMjg5YTcwYWUzYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c99a62f-8821-48a7-903d-3b1d361aa6b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T20:56:26.682Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:56:26.683Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:26.685Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:26.685Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801786054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:56:26.786Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:26.787Z||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-08-12T20:56:26.787Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:26.797Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:26.797Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:56:27.686Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T20:56:27.686Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:27.688Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:27.688Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801786054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:56:27.788Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:27.789Z||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-08-12T20:56:27.789Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:27.798Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:27.799Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:56:28.689Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "324140bd-6f4d-4a7d-9c88-57583807279a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "06b46751-95df-44b1-813a-ee9b9a04b1d1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1c23ba28-1831-43fd-9d30-abb5a5c17375",
      "resourceInvariantUUID": "ba68e617-94eb-4c86-8b74-d75daff19a28",
      "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": "YzFlZjBjOTI5ODJiNDRhYTczODZiMjg5YTcwYWUzYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c99a62f-8821-48a7-903d-3b1d361aa6b6"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T20:56:28.690Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T20:56:28.690Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 324140bd-6f4d-4a7d-9c88-57583807279a ASDC
2021-08-12T20:56:28.690Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6bb2e604-34c4-44f6-a302-ccfddb35f467
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:324140bd-6f4d-4a7d-9c88-57583807279a
ServiceInvariantUUID:4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8
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:1c99a62f-8821-48a7-903d-3b1d361aa6b6
ArtifactChecksum:YzFlZjBjOTI5ODJiNDRhYTczODZiMjg5YTcwYWUzYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:06b46751-95df-44b1-813a-ee9b9a04b1d1
ResourceInvariantUUID:ba68e617-94eb-4c86-8b74-d75daff19a28
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1c23ba28-1831-43fd-9d30-abb5a5c17375
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-12T20:56:28.691Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 324140bd-6f4d-4a7d-9c88-57583807279a 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-08-12T20:56:28.720Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:56:28.720Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1c99a62f-8821-48a7-903d-3b1d361aa6b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T20:56:28.721Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:29.367Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1c99a62f-8821-48a7-903d-3b1d361aa6b6 52225
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:29.370Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T20:56:29.371Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:29.372Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:29.373Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801789370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:56:29.473Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:29.474Z||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-08-12T20:56:29.474Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:29.483Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:29.484Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T20:56:30.375Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T20:56:30.375Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T20:56:30.376Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1c99a62f-8821-48a7-903d-3b1d361aa6b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:30.376Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-12T20:56:30.376Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:30.377Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:30.696Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9029615614479399170/Definitions/service-BasicNetwork-template.yml
2021-08-12T20:56:31.058Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T20:56:31.058Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T20:56:31.058Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.059Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.060Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.061Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.062Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:324140bd-6f4d-4a7d-9c88-57583807279a
Model Version:NULL
Model InvariantUuid:4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ba68e617-94eb-4c86-8b74-d75daff19a28
Model UUID:d560b7b0-8a66-4796-8319-a29fc9286987
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:06b46751-95df-44b1-813a-ee9b9a04b1d1
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-08-12T20:56:31.069Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 1c23ba28-1831-43fd-9d30-abb5a5c17375
2021-08-12T20:56:31.069Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||No resources found for Service: 324140bd-6f4d-4a7d-9c88-57583807279a
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-08-12T20:56:31.073Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||
2021-08-12T20:56:31.073Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 324140bd-6f4d-4a7d-9c88-57583807279a
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 324140bd-6f4d-4a7d-9c88-57583807279a
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-12T20:56:31.074Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.080Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.080Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.080Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 324140bd-6f4d-4a7d-9c88-57583807279a: Generic NeutronNet
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.081Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.111Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.111Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.111Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T20:56:31.112Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T20:56:31.164Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T20:56:31.165Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:56:31.166Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:56:31.166Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801791164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:56:31.266Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T20:56:31.268Z||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-08-12T20:56:31.268Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:56:31.278Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:56:31.278Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T20:56:32.167Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:56:32.179Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:56:32.182Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:56:32.182Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:56:32.183Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:56:32.183Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:57:02.183Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:57:02.198Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:57:02.201Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:57:26.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:57:26.057Z||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-08-12T20:57:26.058Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:57:26.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:57:26.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T20:57:26.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801786107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:57:26.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:57:32.202Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:57:32.212Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:57:32.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:58:02.217Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:58:02.227Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T20:58:02.229Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T20:58:26.056Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:58:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T20:58:26.057Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:58:26.577Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:58:26.578Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.578Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801786054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T20:58:26.579Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:58:26.579Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.579Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628801787112,
  "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-08-12T20:58:26.586Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bb2e604-34c4-44f6-a302-ccfddb35f467
2021-08-12T20:58:26.586Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:58:26.595Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.595Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801786054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801789370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801791164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T20:58:26.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:58:32.230Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T20:58:32.239Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T20:58:32.241Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T20:58:32.241Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T20:58:32.241Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T20:58:32.242Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:58:32.246Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T20:59:02.247Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467 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-08-12T20:59:02.254Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bb2e604-34c4-44f6-a302-ccfddb35f467 and serviceModelVersionId: 324140bd-6f4d-4a7d-9c88-57583807279a
2021-08-12T20:59:02.254Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8
2021-08-12T20:59:02.255Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0
2021-08-12T20:59:02.261Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T20:59:02.308Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?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-08-12T20:59:02.309Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0|INFO|500||Invoke
2021-08-12T20:59:02.328Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T20:59:02.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0|INFO|500||InvokeReturn
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a888e45-99c0-4f3c-9d7c-1162d4ebd8a8/model-vers/model-ver/324140bd-6f4d-4a7d-9c88-57583807279a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-20:59:02:332-74587], vertex-id=[188528], Content-Length=[0], Date=[Thu, 12 Aug 2021 20:59:02 GMT], Content-Type=[application/json]}
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T20:59:02.708Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||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-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bb2e604-34c4-44f6-a302-ccfddb35f467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T20:59:02.713Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T20:59:02.715Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T20:59:02.715Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801942713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:59:02.816Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T20:59:02.816Z||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-08-12T20:59:02.816Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:02.829Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:59:02.829Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T20:59:03.728Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:03.728Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:59:03.729Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:13.913Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:59:13.914Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:13.914Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:59:13.914Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:23.450Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:59:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T20:59:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T20:59:26.056Z||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-08-12T20:59:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T20:59:26.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T20:59:26.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T20:59:26.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bb2e604-34c4-44f6-a302-ccfddb35f467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628801942713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T20:59:26.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T20:59:35.594Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:26.054Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:00:26.055Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:00:26.055Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:00:26.056Z||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-08-12T21:00:26.056Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:26.301Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:26.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:00:26.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:00:26.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:00:26.679Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:26.679Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:00:26.680Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3009953-a47c-4433-96ad-ed9fe2207e1a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"606a70f4-d9c8-450a-bf96-de0f1bbde086","serviceDescription":"service","serviceInvariantUUID":"7789917d-4ebc-4380-8b30-54f2dc34f7e9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6e6667e-6aae-4687-9188-baed19b12b12","resourceInvariantUUID":"280f91bb-6ced-46d4-b18c-d14380883c9f","resourceCustomizationUUID":"5eb03229-350d-4cf2-add6-96cd0ce2f957","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OGIwZDMyZWNkODBiZTg0MTg3Nzc3MjFiMWQzNzMwYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77f276d2-752d-42ae-8a76-fcb50bd2691d","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODgxOWQ2MGZhM2VjMmUzNDkxNGIyZDE1MjVhNzUwM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6680f541-e856-4824-a9c3-fc1d09f2b461","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9231cd6a-e3a2-422f-ad0a-7791be27e811","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd123e3a-0524-48b5-b033-6ebf45a75e41","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3512e8e-ac10-430d-b0ef-01cf7f93925f","artifactVersion":"2","generatedFromUUID":"9231cd6a-e3a2-422f-ad0a-7791be27e811"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjY3MTViOGQ2NmYyMGFiYzBiY2JiZGViOWQ1ZWUzOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"518da2a3-478e-4e64-94d7-deeee1fb5e35","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTZlNzk5NWZiYmE1ODA5NzhlMGJjZjhhOTMyMzk1MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6b76c34-7d5a-430b-b7d5-d85d7b3c327f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:00:26.683Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:26.683Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:26.685Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:26.685Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:00:26.785Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:26.786Z||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-08-12T21:00:26.786Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:26.797Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:26.797Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:27.685Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:27.686Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:27.688Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:27.688Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:00:27.788Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:00:27.790Z||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-08-12T21:00:27.790Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:27.799Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:27.800Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:28.689Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:28.690Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:28.691Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:28.691Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:00:28.791Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:28.792Z||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-08-12T21:00:28.792Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:28.802Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:28.802Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:00:29.692Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:29.692Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:29.694Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:29.694Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:00:29.794Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:29.795Z||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-08-12T21:00:29.795Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:29.806Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:29.806Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:30.694Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:30.695Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:30.698Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:30.698Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:00:30.798Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:00:30.799Z||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-08-12T21:00:30.799Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:30.810Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:30.810Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:31.699Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:31.700Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:31.701Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:31.701Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:00:31.802Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:31.803Z||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-08-12T21:00:31.803Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:31.813Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:31.813Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:32.702Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:00:32.703Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:32.704Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:32.705Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:00:32.805Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:32.806Z||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-08-12T21:00:32.806Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:32.816Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:32.816Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:33.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "606a70f4-d9c8-450a-bf96-de0f1bbde086",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7789917d-4ebc-4380-8b30-54f2dc34f7e9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5eb03229-350d-4cf2-add6-96cd0ce2f957",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b6e6667e-6aae-4687-9188-baed19b12b12",
      "resourceInvariantUUID": "280f91bb-6ced-46d4-b18c-d14380883c9f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "ODgxOWQ2MGZhM2VjMmUzNDkxNGIyZDE1MjVhNzUwM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6680f541-e856-4824-a9c3-fc1d09f2b461",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9231cd6a-e3a2-422f-ad0a-7791be27e811",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e3512e8e-ac10-430d-b0ef-01cf7f93925f",
            "generatedFromUUID": "9231cd6a-e3a2-422f-ad0a-7791be27e811"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e3512e8e-ac10-430d-b0ef-01cf7f93925f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTZlNzk5NWZiYmE1ODA5NzhlMGJjZjhhOTMyMzk1MGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e6b76c34-7d5a-430b-b7d5-d85d7b3c327f"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T21:00:33.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:00:33.707Z|6bb2e604-34c4-44f6-a302-ccfddb35f467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 606a70f4-d9c8-450a-bf96-de0f1bbde086 ASDC
2021-08-12T21:00:33.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f3009953-a47c-4433-96ad-ed9fe2207e1a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:606a70f4-d9c8-450a-bf96-de0f1bbde086
ServiceInvariantUUID:7789917d-4ebc-4380-8b30-54f2dc34f7e9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:e6b76c34-7d5a-430b-b7d5-d85d7b3c327f
ArtifactChecksum:MTZlNzk5NWZiYmE1ODA5NzhlMGJjZjhhOTMyMzk1MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5eb03229-350d-4cf2-add6-96cd0ce2f957
ResourceInvariantUUID:280f91bb-6ced-46d4-b18c-d14380883c9f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b6e6667e-6aae-4687-9188-baed19b12b12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6680f541-e856-4824-a9c3-fc1d09f2b461
ArtifactChecksum:ODgxOWQ2MGZhM2VjMmUzNDkxNGIyZDE1MjVhNzUwM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:9231cd6a-e3a2-422f-ad0a-7791be27e811
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3512e8e-ac10-430d-b0ef-01cf7f93925f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e3512e8e-ac10-430d-b0ef-01cf7f93925f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T21:00:33.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 606a70f4-d9c8-450a-bf96-de0f1bbde086 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-08-12T21:00:33.868Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6b76c34-7d5a-430b-b7d5-d85d7b3c327f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:33.869Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:00:33.870Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:34.440Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e6b76c34-7d5a-430b-b7d5-d85d7b3c327f 74272
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:00:34.445Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:34.447Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:34.447Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802034445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:00:34.547Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:34.548Z||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-08-12T21:00:34.548Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:34.558Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:34.558Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:35.448Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:00:35.449Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:00:35.449Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e6b76c34-7d5a-430b-b7d5-d85d7b3c327f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:35.450Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-12T21:00:35.450Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:35.450Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:35.611Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17346626247055955801/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.633Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:00:36.634Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-12T21:00:36.635Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:36.636Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e64bcd10-f575-4216-80bc-1cf56847568a
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:36.637Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:606a70f4-d9c8-450a-bf96-de0f1bbde086
Model Version:NULL
Model InvariantUuid:7789917d-4ebc-4380-8b30-54f2dc34f7e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:733b5a80-8a7f-470f-8431-1f8ec867488d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:280f91bb-6ced-46d4-b18c-d14380883c9f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5eb03229-350d-4cf2-add6-96cd0ce2f957
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d8f7045-4c84-4b03-982e-b6334b958545
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f2584438-c519-47ca-9073-ec761e4f6fbe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e64bcd10-f575-4216-80bc-1cf56847568a
ModelInvariantUuid:fc4f5017-9a92-4965-8c12-80d61e7e9816
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:33d837db-7e16-42f2-a684-37515440374c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:eec12208-c8f1-40b9-97df-38d7757227cc
ModelInvariantUuid:84c58a37-c69e-4cb1-9245-a683b0d31cf0
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:42627082-b57c-49d4-ada2-178c7a3ae928
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-08-12T21:00:36.643Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b6e6667e-6aae-4687-9188-baed19b12b12
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-08-12T21:00:36.645Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-08-12T21:00:36.645Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6e6667e-6aae-4687-9188-baed19b12b12
2021-08-12T21:00:36.645Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6680f541-e856-4824-a9c3-fc1d09f2b461 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T21:00:36.645Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:00:36.645Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T21:00:38.490Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:00:38.490Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6680f541-e856-4824-a9c3-fc1d09f2b461 787
2021-08-12T21:00:38.490Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-12T21:00:38.490Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T21:00:38.491Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:00:38.491Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:38.493Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:38.493Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802038490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:00:38.593Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:38.594Z||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-08-12T21:00:38.594Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:38.603Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:38.604Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:39.493Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9d8f7045-4c84-4b03-982e-b6334b958545",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2584438-c519-47ca-9073-ec761e4f6fbe",
    "vfModuleModelCustomizationUUID": "25e36bf7-e5b3-4660-a0d3-9c7679aec8b6",
    "isBase": true,
    "artifacts": [
      "9231cd6a-e3a2-422f-ad0a-7791be27e811",
      "e3512e8e-ac10-430d-b0ef-01cf7f93925f"
    ],
    "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-08-12T21:00:39.498Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2584438-c519-47ca-9073-ec761e4f6fbe
VfModuleModelInvariantUUID:9d8f7045-4c84-4b03-982e-b6334b958545
VfModuleModelDescription:NULL
Artifacts UUID List:{
9231cd6a-e3a2-422f-ad0a-7791be27e811
,
e3512e8e-ac10-430d-b0ef-01cf7f93925f

}
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-08-12T21:00:39.501Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9d8f7045-4c84-4b03-982e-b6334b958545",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2584438-c519-47ca-9073-ec761e4f6fbe",
    "vfModuleModelCustomizationUUID": "25e36bf7-e5b3-4660-a0d3-9c7679aec8b6",
    "isBase": true,
    "artifacts": [
      "9231cd6a-e3a2-422f-ad0a-7791be27e811",
      "e3512e8e-ac10-430d-b0ef-01cf7f93925f"
    ],
    "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-08-12T21:00:39.501Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2584438-c519-47ca-9073-ec761e4f6fbe
VfModuleModelInvariantUUID:9d8f7045-4c84-4b03-982e-b6334b958545
VfModuleModelDescription:NULL
Artifacts UUID List:{
9231cd6a-e3a2-422f-ad0a-7791be27e811
,
e3512e8e-ac10-430d-b0ef-01cf7f93925f

}
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-08-12T21:00:39.501Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9231cd6a-e3a2-422f-ad0a-7791be27e811 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T21:00:39.501Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:00:39.501Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T21:00:44.052Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:00:44.053Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9231cd6a-e3a2-422f-ad0a-7791be27e811 5033
2021-08-12T21:00:44.053Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-12T21:00:44.053Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T21:00:44.053Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:00:44.053Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:44.056Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:44.056Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802044053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:00:44.156Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:44.157Z||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-08-12T21:00:44.157Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:44.168Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:44.168Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:00:45.057Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e3512e8e-ac10-430d-b0ef-01cf7f93925f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T21:00:45.057Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:00:45.058Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T21:00:46.690Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:00:46.690Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e3512e8e-ac10-430d-b0ef-01cf7f93925f 903
2021-08-12T21:00:46.690Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-12T21:00:46.690Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T21:00:46.691Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:00:46.691Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:46.693Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:46.693Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802046690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:00:46.793Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:46.794Z||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-08-12T21:00:46.794Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:46.802Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:46.803Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:47.693Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 606a70f4-d9c8-450a-bf96-de0f1bbde086
2021-08-12T21:00:47.694Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b6e6667e-6aae-4687-9188-baed19b12b12 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-08-12T21:00:47.707Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T21:00:47.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5eb03229-350d-4cf2-add6-96cd0ce2f957
2021-08-12T21:00:47.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eb03229-350d-4cf2-add6-96cd0ce2f957 matches Tosca VF Customization UUID: 5eb03229-350d-4cf2-add6-96cd0ce2f957
2021-08-12T21:00:47.708Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5eb03229-350d-4cf2-add6-96cd0ce2f957  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-08-12T21:00:47.710Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.710Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.711Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5eb03229-350d-4cf2-add6-96cd0ce2f957: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-12T21:00:47.711Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cda99fb
2021-08-12T21:00:47.711Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.711Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:00:47.711Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25e36bf7-e5b3-4660-a0d3-9c7679aec8b6
2021-08-12T21:00:47.711Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25e36bf7-e5b3-4660-a0d3-9c7679aec8b6
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-08-12T21:00:47.713Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.713Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:47.713Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T21:00:47.714Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e64bcd10-f575-4216-80bc-1cf56847568a
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-08-12T21:00:47.716Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.716Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:47.716Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:00:47.717Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.717Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T21:00:47.717Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5eb03229-350d-4cf2-add6-96cd0ce2f957
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-08-12T21:00:47.718Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.718Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.718Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 606a70f4-d9c8-450a-bf96-de0f1bbde086: basic_vm
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:00:47.719Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T21:00:47.796Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b6e6667e-6aae-4687-9188-baed19b12b12 1 ASDC deployResourceStructure
2021-08-12T21:00:47.797Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-12T21:00:47.797Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T21:00:47.797Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:00:47.797Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:47.798Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:47.799Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802047797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:00:47.899Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:47.900Z||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-08-12T21:00:47.900Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:47.909Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:47.910Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:48.799Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-12T21:00:48.801Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T21:00:48.801Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:00:48.801Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:48.803Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:48.803Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802048799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:00:48.903Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:48.904Z||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-08-12T21:00:48.904Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:48.913Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:48.914Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:49.804Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-12T21:00:49.804Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T21:00:49.804Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:00:49.805Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:49.806Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:49.806Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802049804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T21:00:49.907Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T21:00:49.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-08-12T21:00:49.908Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:49.917Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:49.917Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:50.807Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-12T21:00:50.808Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T21:00:50.808Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:00:50.808Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:00:50.810Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:00:50.810Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802050807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:00:50.911Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:00:50.911Z||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-08-12T21:00:50.911Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:00:50.920Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:00:50.921Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:00:51.812Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:00:51.824Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:00:51.826Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:00:51.826Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:00:51.826Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:01:21.827Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:01:21.836Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:01:21.838Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:01:21.839Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:01:21.839Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:01:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:01:26.057Z||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-08-12T21:01:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:01:26.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:01:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:01:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:01:26.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:01:51.839Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:01:51.848Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:01:51.850Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:01:51.851Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:01:51.851Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:02:21.851Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:02:21.864Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:02:21.866Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:02:21.866Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:02:21.866Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:02:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:02:26.057Z||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-08-12T21:02:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:02:26.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:02:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:02:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:02:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:02:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:02:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:02:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:02:51.866Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:02:51.879Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:02:51.881Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:02:51.882Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:02:51.882Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:03:21.882Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:03:21.891Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:03:21.893Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:03:21.893Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:03:21.894Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:03:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:03:26.057Z||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-08-12T21:03:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:03:26.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:03:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802019560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "dcae-sch",
  "timestamp": 1628802021664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802020992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802020863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802025585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802026054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802033925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802033935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802034044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802027487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802034445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802028464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802029197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802036025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802036220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802036350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802036421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802037325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802037354,
  "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-08-12T21:03:26.110Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.110Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802037424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "cds",
  "timestamp": 1628802038329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T21:03:26.125Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.125Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "policy-id",
  "timestamp": 1628802038429,
  "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-08-12T21:03:26.140Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.141Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802038490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802039748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802039755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802033404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802040751,
  "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-08-12T21:03:26.157Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.157Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802041251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802034770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802041754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802042274,
  "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-08-12T21:03:26.169Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.169Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802043278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802044053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802045555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802046690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802047797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802048292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802048356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802048799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "aai-ml",
  "timestamp": 1628802049296,
  "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-08-12T21:03:26.183Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.183Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802049804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802050222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802050807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802051231,
  "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-08-12T21:03:26.196Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.197Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802051566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:03:26.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802052234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802053575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:03:26.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:03:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "clamp",
  "timestamp": 1628802054578,
  "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-08-12T21:03:26.209Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3009953-a47c-4433-96ad-ed9fe2207e1a
2021-08-12T21:03:26.209Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:03:26.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:03:26.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:03:51.894Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:03:51.905Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:03:51.907Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:03:51.907Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T21:03:51.907Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:03:51.908Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||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-08-12T21:03:51.913Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T21:04:21.913Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3009953-a47c-4433-96ad-ed9fe2207e1a 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-08-12T21:04:21.917Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3009953-a47c-4433-96ad-ed9fe2207e1a and serviceModelVersionId: 606a70f4-d9c8-450a-bf96-de0f1bbde086
2021-08-12T21:04:21.917Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7789917d-4ebc-4380-8b30-54f2dc34f7e9
2021-08-12T21:04:21.918Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0
2021-08-12T21:04:21.923Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T21:04:21.954Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0|INFO|500||Invoke
2021-08-12T21:04:21.954Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3009953-a47c-4433-96ad-ed9fe2207e1a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43a8e7ea-75ca-4ff4-ac45-7a570de9ceb5], X-ECOMP-RequestID=[f3009953-a47c-4433-96ad-ed9fe2207e1a], X-TransactionId=[], X-ONAP-RequestID=[f3009953-a47c-4433-96ad-ed9fe2207e1a], Content-Type=[application/merge-patch+json]}
2021-08-12T21:04:21.970Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T21:04:22.492Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?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/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-21:04:21:974-36028], vertex-id=[196656], Content-Length=[0], Date=[Thu, 12 Aug 2021 21:04:21 GMT], Content-Type=[application/json]}
2021-08-12T21:04:22.492Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T21:04:22.493Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7789917d-4ebc-4380-8b30-54f2dc34f7e9/model-vers/model-ver/606a70f4-d9c8-450a-bf96-de0f1bbde086?depth=0|INFO|500||InvokeReturn
2021-08-12T21:04:22.493Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T21:04:22.493Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||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-08-12T21:04:22.497Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||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-08-12T21:04:22.498Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3009953-a47c-4433-96ad-ed9fe2207e1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T21:04:22.498Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T21:04:22.498Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:22.500Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:22.500Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802262498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:04:22.600Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:22.601Z||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-08-12T21:04:22.601Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:22.614Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:22.614Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T21:04:23.512Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:04:23.513Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:04:23.513Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:04:26.056Z||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-08-12T21:04:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:26.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802079560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802074769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802073464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802080863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802080992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1628802081664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802089962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802090072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802090077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802090269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802092127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802092326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "cds",
  "timestamp": 1628802092352,
  "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-08-12T21:04:26.102Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.102Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802092463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802085585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802093466,
  "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-08-12T21:04:26.115Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.116Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802093924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802094037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802094928,
  "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-08-12T21:04:26.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802095042,
  "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-08-12T21:04:26.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802087487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802095219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802095932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802096045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802089197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802097129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802097320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802098132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "policy-id",
  "timestamp": 1628802099134,
  "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-08-12T21:04:26.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.155Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802093404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802104054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802104253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802105326,
  "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-08-12T21:04:26.166Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.167Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802106329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802111725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "aai-ml",
  "timestamp": 1628802112728,
  "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-08-12T21:04:26.179Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.179Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802114574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802117578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "clamp",
  "timestamp": 1628802118581,
  "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-08-12T21:04:26.194Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21d0b367-6a90-4a37-98d8-974ff0554dc8
2021-08-12T21:04:26.194Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802125585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802123404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "dcae-sch",
  "timestamp": 1628802121664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802120992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802127487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802133464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802134770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802144007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802144458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802145343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802145461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802145761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:26.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:04:27.796Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:27.798Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:04:27.798Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"21d0b367-6a90-4a37-98d8-974ff0554dc8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0d6a73a0-e4bc-4093-93e0-c9b2ade681e2","serviceDescription":"service","serviceInvariantUUID":"56d73988-fcf1-4773-9109-ce473d5d5cb4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71868954-49be-42bb-9fc0-1064e0a67161","resourceInvariantUUID":"4b851a20-a31f-43aa-a53c-3609c8a9d29e","resourceCustomizationUUID":"bc8bc011-709a-4173-9a76-018cf163b3c6","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":"MDljOGE2NDlkZTIxNDgwYzcxMGQyZWMxMjExM2E2NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e418b085-064e-4465-b53e-01bff5e24321","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":"OWI3NjMyYWJjMTliYjE3NmZjMTM4MjY2NWRlY2I0MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9f6c4b3-b48f-4caf-99eb-33c114ce56e4","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":"a91a38fa-d147-4b82-937c-ed97b6d85117","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":"ae1208c9-3cba-411e-ab6a-ab321134d5f1","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":"cb6080c1-bfde-4c13-886c-5b67d901f14d","artifactVersion":"2","generatedFromUUID":"a91a38fa-d147-4b82-937c-ed97b6d85117"},{"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":"OWZmZGQ4MzUyNWJlOGU3ZGQwZDE1MTBhZTA2NDE0YTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05554fe0-1dad-4a18-84b3-a6c5abab720a","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":"ZmM3MDU4OTZjYTgwYzJlZWI2NjU2ZmFlYzk4NmFlZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7522b8a-b163-4cfc-83a2-d100fb3940d9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjkyNjY4MmRhZTM2MWE5YWYzM2Y0YzQ5Mzk1YWU5MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67ba70de-ac79-4b6b-8370-16813174af89","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:04:27.800Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:27.800Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:27.802Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:27.802Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:27.902Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:27.903Z||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-08-12T21:04:27.903Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:27.913Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:27.914Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:28.803Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:28.804Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:28.806Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:28.806Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:04:28.906Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:28.907Z||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-08-12T21:04:28.907Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:28.916Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:28.916Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:29.807Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:29.808Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:29.810Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:29.810Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:04:29.910Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:04:29.911Z||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-08-12T21:04:29.911Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:29.920Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:29.920Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:30.811Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:30.812Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:30.814Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:30.814Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:30.915Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:30.915Z||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-08-12T21:04:30.916Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:30.925Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:30.926Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:31.815Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:31.816Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:31.819Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:31.819Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:04:31.919Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:31.920Z||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-08-12T21:04:31.920Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:31.930Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:31.930Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:32.820Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:32.821Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:32.824Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:32.824Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:32.924Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:32.925Z||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-08-12T21:04:32.925Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:32.936Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:32.936Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:04:33.824Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:33.825Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:33.828Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:33.828Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:04:33.928Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:33.929Z||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-08-12T21:04:33.929Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:33.940Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:33.940Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:34.828Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:04:34.829Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:34.831Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:34.831Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:04:34.931Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:34.932Z||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-08-12T21:04:34.932Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:34.941Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:34.942Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:04:35.832Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0d6a73a0-e4bc-4093-93e0-c9b2ade681e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56d73988-fcf1-4773-9109-ce473d5d5cb4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bc8bc011-709a-4173-9a76-018cf163b3c6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71868954-49be-42bb-9fc0-1064e0a67161",
      "resourceInvariantUUID": "4b851a20-a31f-43aa-a53c-3609c8a9d29e",
      "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": "OWI3NjMyYWJjMTliYjE3NmZjMTM4MjY2NWRlY2I0MmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a9f6c4b3-b48f-4caf-99eb-33c114ce56e4",
          "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": "a91a38fa-d147-4b82-937c-ed97b6d85117",
          "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": "cb6080c1-bfde-4c13-886c-5b67d901f14d",
            "generatedFromUUID": "a91a38fa-d147-4b82-937c-ed97b6d85117"
          },
          "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": "cb6080c1-bfde-4c13-886c-5b67d901f14d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjkyNjY4MmRhZTM2MWE5YWYzM2Y0YzQ5Mzk1YWU5MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67ba70de-ac79-4b6b-8370-16813174af89"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T21:04:35.832Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:04:35.832Z|f3009953-a47c-4433-96ad-ed9fe2207e1a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d6a73a0-e4bc-4093-93e0-c9b2ade681e2 ASDC
2021-08-12T21:04:35.833Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:21d0b367-6a90-4a37-98d8-974ff0554dc8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0d6a73a0-e4bc-4093-93e0-c9b2ade681e2
ServiceInvariantUUID:56d73988-fcf1-4773-9109-ce473d5d5cb4
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:67ba70de-ac79-4b6b-8370-16813174af89
ArtifactChecksum:ZjkyNjY4MmRhZTM2MWE5YWYzM2Y0YzQ5Mzk1YWU5MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bc8bc011-709a-4173-9a76-018cf163b3c6
ResourceInvariantUUID:4b851a20-a31f-43aa-a53c-3609c8a9d29e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:71868954-49be-42bb-9fc0-1064e0a67161
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:a9f6c4b3-b48f-4caf-99eb-33c114ce56e4
ArtifactChecksum:OWI3NjMyYWJjMTliYjE3NmZjMTM4MjY2NWRlY2I0MmM=
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:a91a38fa-d147-4b82-937c-ed97b6d85117
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:cb6080c1-bfde-4c13-886c-5b67d901f14d
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:cb6080c1-bfde-4c13-886c-5b67d901f14d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T21:04:35.833Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d6a73a0-e4bc-4093-93e0-c9b2ade681e2 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-08-12T21:04:35.863Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:04:35.863Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:04:35.864Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:04:35.864Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 67ba70de-ac79-4b6b-8370-16813174af89 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T21:04:35.864Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:04:35.864Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T21:04:36.538Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:04:36.543Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 67ba70de-ac79-4b6b-8370-16813174af89 82048
2021-08-12T21:04:36.543Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-12T21:04:36.544Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T21:04:36.544Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:04:36.544Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:36.546Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:36.546Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802276543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:36.646Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:36.647Z||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-08-12T21:04:36.647Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:36.656Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:36.656Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:37.546Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:04:37.547Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:04:37.548Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 67ba70de-ac79-4b6b-8370-16813174af89, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T21:04:37.548Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-12T21:04:37.548Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T21:04:37.548Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T21:04:37.732Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13498238273699838356/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-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.654Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:38.655Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:38.656Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:04:38.657Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6307be12-e18b-4c1c-9b11-a7212457714f
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:38.658Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0d6a73a0-e4bc-4093-93e0-c9b2ade681e2
Model Version:NULL
Model InvariantUuid:56d73988-fcf1-4773-9109-ce473d5d5cb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a07a97f4-d25d-464b-9e25-f1513b320d65
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b851a20-a31f-43aa-a53c-3609c8a9d29e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc8bc011-709a-4173-9a76-018cf163b3c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ecb3469-801e-48a1-b1a1-671197ae249c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcc776aa-fcf4-4e0f-8b04-3f080a40ce6e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6307be12-e18b-4c1c-9b11-a7212457714f
ModelInvariantUuid:f4a6fcd2-6c92-4783-8e5c-bc3b633c97c8
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:697fa563-6b53-4183-b32a-e2bcf8bffef7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:f2832560-e4d2-411d-b44c-67ff0c421907
ModelInvariantUuid:b1fe0165-cc6d-4eeb-b4ce-9713ecfc24d5
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:15cca4b4-f09a-4c99-81a8-4423773eb9c2
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-08-12T21:04:38.664Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 71868954-49be-42bb-9fc0-1064e0a67161
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-08-12T21:04:38.666Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2021-08-12T21:04:38.666Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71868954-49be-42bb-9fc0-1064e0a67161
2021-08-12T21:04:38.666Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9f6c4b3-b48f-4caf-99eb-33c114ce56e4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-12T21:04:38.666Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:04:38.666Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:41.250Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:04:41.251Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a9f6c4b3-b48f-4caf-99eb-33c114ce56e4 792
2021-08-12T21:04:41.251Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:41.251Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:41.251Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:04:41.251Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:41.252Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:41.253Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802281251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:41.353Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:41.354Z||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-08-12T21:04:41.354Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:41.365Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:41.365Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:42.253Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8ecb3469-801e-48a1-b1a1-671197ae249c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcc776aa-fcf4-4e0f-8b04-3f080a40ce6e",
    "vfModuleModelCustomizationUUID": "5a8d8165-98ac-4ffd-b3c7-faa74a96f33c",
    "isBase": true,
    "artifacts": [
      "a91a38fa-d147-4b82-937c-ed97b6d85117",
      "cb6080c1-bfde-4c13-886c-5b67d901f14d"
    ],
    "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-08-12T21:04:42.256Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcc776aa-fcf4-4e0f-8b04-3f080a40ce6e
VfModuleModelInvariantUUID:8ecb3469-801e-48a1-b1a1-671197ae249c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a91a38fa-d147-4b82-937c-ed97b6d85117
,
cb6080c1-bfde-4c13-886c-5b67d901f14d

}
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-08-12T21:04:42.257Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8ecb3469-801e-48a1-b1a1-671197ae249c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcc776aa-fcf4-4e0f-8b04-3f080a40ce6e",
    "vfModuleModelCustomizationUUID": "5a8d8165-98ac-4ffd-b3c7-faa74a96f33c",
    "isBase": true,
    "artifacts": [
      "a91a38fa-d147-4b82-937c-ed97b6d85117",
      "cb6080c1-bfde-4c13-886c-5b67d901f14d"
    ],
    "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-08-12T21:04:42.258Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcc776aa-fcf4-4e0f-8b04-3f080a40ce6e
VfModuleModelInvariantUUID:8ecb3469-801e-48a1-b1a1-671197ae249c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a91a38fa-d147-4b82-937c-ed97b6d85117
,
cb6080c1-bfde-4c13-886c-5b67d901f14d

}
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-08-12T21:04:42.258Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a91a38fa-d147-4b82-937c-ed97b6d85117 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-12T21:04:42.258Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:04:42.258Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:43.402Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:04:43.402Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a91a38fa-d147-4b82-937c-ed97b6d85117 5033
2021-08-12T21:04:43.402Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:43.402Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:43.402Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:04:43.402Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:43.404Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:43.404Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802283402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:43.504Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:43.505Z||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-08-12T21:04:43.505Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:43.514Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:43.515Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:44.404Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cb6080c1-bfde-4c13-886c-5b67d901f14d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-12T21:04:44.405Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:04:44.405Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:45.961Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:04:45.961Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cb6080c1-bfde-4c13-886c-5b67d901f14d 903
2021-08-12T21:04:45.961Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:45.961Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:45.962Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:04:45.962Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:45.964Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:45.965Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802285961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:04:46.064Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:04:46.065Z||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-08-12T21:04:46.065Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:46.074Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:46.075Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:46.965Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0d6a73a0-e4bc-4093-93e0-c9b2ade681e2
2021-08-12T21:04:46.966Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 71868954-49be-42bb-9fc0-1064e0a67161 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-08-12T21:04:46.979Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.979Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.979Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T21:04:46.979Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bc8bc011-709a-4173-9a76-018cf163b3c6
2021-08-12T21:04:46.979Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc8bc011-709a-4173-9a76-018cf163b3c6 matches Tosca VF Customization UUID: bc8bc011-709a-4173-9a76-018cf163b3c6
2021-08-12T21:04:46.980Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bc8bc011-709a-4173-9a76-018cf163b3c6  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-08-12T21:04:46.981Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.982Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.982Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bc8bc011-709a-4173-9a76-018cf163b3c6: {\"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-08-12T21:04:46.982Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b5d8921
2021-08-12T21:04:46.982Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.983Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:04:46.983Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a8d8165-98ac-4ffd-b3c7-faa74a96f33c
2021-08-12T21:04:46.983Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a8d8165-98ac-4ffd-b3c7-faa74a96f33c
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-08-12T21:04:46.985Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.985Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:46.985Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:04:46.985Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.985Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:46.985Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:04:46.986Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.986Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-12T21:04:46.986Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T21:04:46.986Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T21:04:46.986Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6307be12-e18b-4c1c-9b11-a7212457714f
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-08-12T21:04:46.988Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.988Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:46.989Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:04:46.989Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.989Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T21:04:46.989Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bc8bc011-709a-4173-9a76-018cf163b3c6
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-08-12T21:04:46.990Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0d6a73a0-e4bc-4093-93e0-c9b2ade681e2: basic_vm_macro
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.991Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.992Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.992Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:04:46.992Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:04:46.992Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:47.107Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 71868954-49be-42bb-9fc0-1064e0a67161 1 ASDC deployResourceStructure
2021-08-12T21:04:47.107Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:47.107Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:47.107Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:04:47.108Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:47.109Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:47.110Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802287107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:47.210Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:47.210Z||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-08-12T21:04:47.211Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:47.220Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:47.221Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:48.110Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:48.111Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:48.111Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:04:48.112Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:48.114Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:48.114Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802288110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:48.214Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:04:48.215Z||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-08-12T21:04:48.215Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:48.225Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:48.225Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:49.115Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:49.115Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:49.115Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:04:49.116Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:49.118Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:49.118Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802289114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:49.219Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T21:04:49.220Z||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-08-12T21:04:49.220Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:49.228Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:49.229Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:50.118Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-12T21:04:50.119Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T21:04:50.119Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:04:50.119Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:04:50.121Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:04:50.121Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802290118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:04:50.221Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T21:04:50.222Z||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-08-12T21:04:50.222Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:04:50.232Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:04:50.233Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:04:51.122Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d0b367-6a90-4a37-98d8-974ff0554dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:04:51.134Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d0b367-6a90-4a37-98d8-974ff0554dc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:04:51.136Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:04:51.136Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T21:04:51.136Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T21:04:51.136Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T21:04:51.136Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:04:51.136Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:04:51.137Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:04:51.137Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:04:51.137Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:04:51.137Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:04:51.137Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:04:51.141Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T21:05:21.142Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21d0b367-6a90-4a37-98d8-974ff0554dc8 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-08-12T21:05:21.148Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21d0b367-6a90-4a37-98d8-974ff0554dc8 and serviceModelVersionId: 0d6a73a0-e4bc-4093-93e0-c9b2ade681e2
2021-08-12T21:05:21.149Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56d73988-fcf1-4773-9109-ce473d5d5cb4
2021-08-12T21:05:21.150Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0
2021-08-12T21:05:21.155Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T21:05:21.199Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0|INFO|500||Invoke
2021-08-12T21:05:21.199Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21d0b367-6a90-4a37-98d8-974ff0554dc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be8b587a-84b4-4167-ad32-eb3a2c7b23a9], X-ECOMP-RequestID=[21d0b367-6a90-4a37-98d8-974ff0554dc8], X-TransactionId=[], X-ONAP-RequestID=[21d0b367-6a90-4a37-98d8-974ff0554dc8], Content-Type=[application/merge-patch+json]}
2021-08-12T21:05:21.218Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T21:05:22.455Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?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/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210812-21:05:21:222-39800], vertex-id=[229400], Content-Length=[0], Date=[Thu, 12 Aug 2021 21:05:21 GMT], Content-Type=[application/json]}
2021-08-12T21:05:22.455Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T21:05:22.456Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56d73988-fcf1-4773-9109-ce473d5d5cb4/model-vers/model-ver/0d6a73a0-e4bc-4093-93e0-c9b2ade681e2?depth=0|INFO|500||InvokeReturn
2021-08-12T21:05:22.457Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T21:05:22.457Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:05:22.462Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||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-08-12T21:05:22.462Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21d0b367-6a90-4a37-98d8-974ff0554dc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T21:05:22.463Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T21:05:22.463Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:22.465Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:22.465Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802322463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:05:22.565Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:22.566Z||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-08-12T21:05:22.566Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:22.578Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:22.579Z||pool-72-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-08-12T21:05:23.477Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:05:23.478Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"93c64676-e708-46bb-9eeb-285f7ea312a1","serviceName":"Demo_pNF_BT9zZZYF5Pc2vEq0lrk2","serviceVersion":"1.0","serviceUUID":"20f86b9e-d444-43b8-9b07-dbb4972d2658","serviceDescription":"catalog service description","serviceInvariantUUID":"04b8f880-81cf-4a05-81e5-60e3de083e2d","resources":[{"resourceInstanceName":"pNF eda862d7-f7c9 0","resourceName":"pNF eda862d7-f7c9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"597adb33-d966-47ba-8bc2-bd7ea11e5bb7","resourceInvariantUUID":"f7d299a5-4ff7-4de8-91c0-99c1fc45e5ad","resourceCustomizationUUID":"937954ef-e82b-4279-8db2-319c3bf72f94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml","artifactChecksum":"MTBiNGFjOTI0NGYwYzM2YzE2ZjU1ZWEwOWQyZWYyY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1d924f4-517b-4767-8d2e-208911ef5482","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar","artifactChecksum":"MDgxZDk3NTc3MDg0NzlmYmIxOWI3YjIzMjg0MGY4NzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"838fb751-5824-41a8-be17-b2fdfa7a9d28","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c07b7043-4b9a-4d2f-8795-dd9b2a2c41cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml","artifactChecksum":"M2Q3MWFmMzhhY2QyZjU5NDJhNWE3YWIzNjIwOWVmM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f49e03e-c3e7-45c8-b87e-47344be024ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18d89f08-7071-4d70-8ed9-d88511f6dbac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a2c5692-ed6b-4c62-8476-cf09ffa5a575","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml","artifactChecksum":"NDFjMWM1NzlmYzZjNGUyZjVkNzI4NWM2YzU0NmFmOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6153c3da-2056-41c3-822a-5df172f88843","artifactVersion":"1"},{"artifactName":"service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar","artifactChecksum":"MThlZjdkZTNiZDVmMzY3OGI1ODBkMzBhNjNkZDg5NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89109f5a-7d0c-4aac-80d6-0d78c81907da","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:05:23.478Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:23.478Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:23.479Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:23.480Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:23.580Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:23.581Z||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-08-12T21:05:23.581Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:23.591Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:23.591Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:24.480Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:24.481Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:24.483Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:24.483Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:24.584Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T21:05:24.584Z||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-08-12T21:05:24.584Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:24.594Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:24.594Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:25.484Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:25.484Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:25.486Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:25.486Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:25.586Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:25.587Z||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-08-12T21:05:25.587Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:25.596Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:25.596Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:05:26.057Z||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-08-12T21:05:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:26.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:26.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802146347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T21:05:26.090Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 93c64676-e708-46bb-9eeb-285f7ea312a1
2021-08-12T21:05:26.091Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:05:26.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "policy-id",
  "timestamp": 1628802146464,
  "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-08-12T21:05:26.103Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93c64676-e708-46bb-9eeb-285f7ea312a1
2021-08-12T21:05:26.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:05:26.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802146579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:05:26.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:05:26.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "cds",
  "timestamp": 1628802146765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-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-08-12T21:05:26.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93c64676-e708-46bb-9eeb-285f7ea312a1
2021-08-12T21:05:26.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:05:26.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802139560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:05:26.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802140863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802148589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "clamp",
  "timestamp": 1628802149592,
  "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-08-12T21:05:26.125Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93c64676-e708-46bb-9eeb-285f7ea312a1
2021-08-12T21:05:26.125Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:05:26.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802150168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802151968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802152972,
  "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-08-12T21:05:26.138Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93c64676-e708-46bb-9eeb-285f7ea312a1
2021-08-12T21:05:26.138Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802149197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802161691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802167154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:05:26.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "aai-ml",
  "timestamp": 1628802168157,
  "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-08-12T21:05:26.151Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93c64676-e708-46bb-9eeb-285f7ea312a1
2021-08-12T21:05:26.152Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:05:26.486Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:26.487Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:26.489Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:26.489Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:26.589Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:26.592Z||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-08-12T21:05:26.592Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:26.602Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:26.602Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:27.489Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:27.490Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:27.492Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:27.493Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:27.593Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:27.593Z||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-08-12T21:05:27.593Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:27.604Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:27.604Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:05:28.493Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:28.494Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:28.496Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:28.496Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:28.596Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:28.597Z||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-08-12T21:05:28.597Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:28.607Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:28.607Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:29.496Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:29.497Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:29.499Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:29.500Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:05:29.600Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:29.600Z||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-08-12T21:05:29.601Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:29.610Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:29.611Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:05:30.500Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:05:30.501Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:30.502Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:30.502Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:05:30.603Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T21:05:30.603Z||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-08-12T21:05:30.604Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:30.614Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:30.614Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:31.503Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "serviceName": "Demo_pNF_BT9zZZYF5Pc2vEq0lrk2",
  "serviceVersion": "1.0",
  "serviceUUID": "20f86b9e-d444-43b8-9b07-dbb4972d2658",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "04b8f880-81cf-4a05-81e5-60e3de083e2d",
  "resources": [
    {
      "resourceInstanceName": "pNF eda862d7-f7c9 0",
      "resourceCustomizationUUID": "937954ef-e82b-4279-8db2-319c3bf72f94",
      "resourceName": "pNF eda862d7-f7c9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "597adb33-d966-47ba-8bc2-bd7ea11e5bb7",
      "resourceInvariantUUID": "f7d299a5-4ff7-4de8-91c0-99c1fc45e5ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
      "artifactChecksum": "MThlZjdkZTNiZDVmMzY3OGI1ODBkMzBhNjNkZDg5NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89109f5a-7d0c-4aac-80d6-0d78c81907da"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T21:05:31.504Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:05:31.504Z|21d0b367-6a90-4a37-98d8-974ff0554dc8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 20f86b9e-d444-43b8-9b07-dbb4972d2658 ASDC
2021-08-12T21:05:31.504Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:93c64676-e708-46bb-9eeb-285f7ea312a1
ServiceName:Demo_pNF_BT9zZZYF5Pc2vEq0lrk2
ServiceVersion:1.0
ServiceUUID:20f86b9e-d444-43b8-9b07-dbb4972d2658
ServiceInvariantUUID:04b8f880-81cf-4a05-81e5-60e3de083e2d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
ArtifactUUID:89109f5a-7d0c-4aac-80d6-0d78c81907da
ArtifactChecksum:MThlZjdkZTNiZDVmMzY3OGI1ODBkMzBhNjNkZDg5NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF eda862d7-f7c9 0
ResourceCustomizationUUID:937954ef-e82b-4279-8db2-319c3bf72f94
ResourceInvariantUUID:f7d299a5-4ff7-4de8-91c0-99c1fc45e5ad
ResourceName:pNF eda862d7-f7c9
ResourceType:PNF
ResourceUUID:597adb33-d966-47ba-8bc2-bd7ea11e5bb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-12T21:05:31.504Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20f86b9e-d444-43b8-9b07-dbb4972d2658 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-08-12T21:05:31.528Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:05:31.529Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:05:31.529Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:05:31.529Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89109f5a-7d0c-4aac-80d6-0d78c81907da from URL: /sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:31.529Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:05:31.529Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:32.232Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:05:32.237Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar 89109f5a-7d0c-4aac-80d6-0d78c81907da 83335
2021-08-12T21:05:32.238Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar ASDC sendASDCNotification
2021-08-12T21:05:32.238Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:32.238Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:05:32.238Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:32.239Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:32.240Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802332238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:05:32.340Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:32.341Z||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-08-12T21:05:32.341Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:32.351Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:32.352Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:05:33.240Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:05:33.241Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:05:33.241Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 89109f5a-7d0c-4aac-80d6-0d78c81907da, URL: /sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar to file: /app/ASDC/1/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:33.241Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:33.242Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:33.242Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:33.591Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17362242329879207472/Definitions/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml
2021-08-12T21:05:34.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:05:34.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:05:34.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T21:05:34.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eda862d7-f7c9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eda862d7-f7c9 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-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Node template pNF eda862d7-f7c9 0 is matching search criteria
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF eda862d7-f7c9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Node template pNF eda862d7-f7c9 0 is matching search criteria
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:05:34.211Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF eda862d7-f7c9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.212Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BT9zZZYF5Pc2vEq0lrk2
Description:catalog service description
Model UUID:20f86b9e-d444-43b8-9b07-dbb4972d2658
Model Version:NULL
Model InvariantUuid:04b8f880-81cf-4a05-81e5-60e3de083e2d
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-08-12T21:05:34.219Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 597adb33-d966-47ba-8bc2-bd7ea11e5bb7
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-08-12T21:05:34.221Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||pNF eda862d7-f7c9 0
2021-08-12T21:05:34.222Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 597adb33-d966-47ba-8bc2-bd7ea11e5bb7
2021-08-12T21:05:34.222Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 20f86b9e-d444-43b8-9b07-dbb4972d2658
2021-08-12T21:05:34.222Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 20f86b9e-d444-43b8-9b07-dbb4972d2658
2021-08-12T21:05:34.222Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eda862d7-f7c9 0 597adb33-d966-47ba-8bc2-bd7ea11e5bb7 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-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 20f86b9e-d444-43b8-9b07-dbb4972d2658: pNF eda862d7-f7c9
2021-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Processing PNF resource: 597adb33-d966-47ba-8bc2-bd7ea11e5bb7
2021-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_BT9zZZYF5Pc2vEq0lrk2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:05:34.226Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||Resource customization UUID: 937954ef-e82b-4279-8db2-319c3bf72f94 is the same as notified resource customizationUUID: 937954ef-e82b-4279-8db2-319c3bf72f94
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-08-12T21:05:34.693Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eda862d7-f7c9 597adb33-d966-47ba-8bc2-bd7ea11e5bb7 0 ASDC deployResourceStructure
2021-08-12T21:05:34.693Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar ASDC sendASDCNotification
2021-08-12T21:05:34.693Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar
2021-08-12T21:05:34.693Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:05:34.694Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:05:34.695Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:05:34.696Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802334693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:05:34.796Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:05:34.797Z||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-08-12T21:05:34.797Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:05:34.807Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:05:34.807Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:05:35.696Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93c64676-e708-46bb-9eeb-285f7ea312a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:05:35.707Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93c64676-e708-46bb-9eeb-285f7ea312a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:05:35.709Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:05:35.710Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-08-12T21:05:35.716Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T21:06:05.716Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93c64676-e708-46bb-9eeb-285f7ea312a1 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-08-12T21:06:05.720Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93c64676-e708-46bb-9eeb-285f7ea312a1 and serviceModelVersionId: 20f86b9e-d444-43b8-9b07-dbb4972d2658
2021-08-12T21:06:05.721Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04b8f880-81cf-4a05-81e5-60e3de083e2d
2021-08-12T21:06:05.721Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04b8f880-81cf-4a05-81e5-60e3de083e2d/model-vers/model-ver/20f86b9e-d444-43b8-9b07-dbb4972d2658?depth=0
2021-08-12T21:06:05.726Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T21:06:05.757Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04b8f880-81cf-4a05-81e5-60e3de083e2d/model-vers/model-ver/20f86b9e-d444-43b8-9b07-dbb4972d2658?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-08-12T21:06:05.758Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04b8f880-81cf-4a05-81e5-60e3de083e2d/model-vers/model-ver/20f86b9e-d444-43b8-9b07-dbb4972d2658?depth=0|INFO|500||Invoke
2021-08-12T21:06:05.777Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04b8f880-81cf-4a05-81e5-60e3de083e2d/model-vers/model-ver/20f86b9e-d444-43b8-9b07-dbb4972d2658?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T21:06:06.192Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04b8f880-81cf-4a05-81e5-60e3de083e2d/model-vers/model-ver/20f86b9e-d444-43b8-9b07-dbb4972d2658?depth=0|INFO|500||InvokeReturn
2021-08-12T21:06:06.192Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04b8f880-81cf-4a05-81e5-60e3de083e2d/model-vers/model-ver/20f86b9e-d444-43b8-9b07-dbb4972d2658?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210812-21:06:05:780-9376], vertex-id=[233496], Content-Length=[0], Date=[Thu, 12 Aug 2021 21:06:05 GMT], Content-Type=[application/json]}
2021-08-12T21:06:06.192Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T21:06:06.193Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T21:06:06.193Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-08-12T21:06:06.195Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||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-08-12T21:06:06.196Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93c64676-e708-46bb-9eeb-285f7ea312a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T21:06:06.196Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T21:06:06.196Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:06.198Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:06.198Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802366196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:06:06.298Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:06.299Z||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-08-12T21:06:06.299Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:06.311Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:06.311Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T21:06:07.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:06:07.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:06:07.210Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:07.829Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:07.830Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:06:07.830Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bf7e3c6-7db7-47c4-9938-5e372d3858a3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"925a248b-aebe-4226-adaf-35f95e32ff85","serviceDescription":"service","serviceInvariantUUID":"781a3ecb-1d98-4edc-b4e1-721cc45876fa","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1a8df53-5045-4498-af19-64a1caf54d29","resourceInvariantUUID":"1bd30aad-359e-4c2c-bcc5-fc4ad64b06f6","resourceCustomizationUUID":"5924d527-4d2a-4717-bf24-1fd080c7ed4f","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":"f2506f50-1c7f-4b26-b5c2-451df12d0606","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":"NGVhNzM1OWE1OTk0N2YzOGIwNDM2ZjAzYTBhNmE4MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"933147fb-837e-40f5-adfc-9aac477ab05f","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":"MTNkNjA3NTFiOTIzYzczNWMzYzAyYWQ4M2Q0MjE3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9925f56b-3789-482b-9f67-4642d6743d52","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":"04715901-126d-4e7c-9b93-a015c072fb9b","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":"78eeaeaf-43af-45f9-9a69-c5873fdc403f","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":"aabcff76-a6fc-451f-9ba8-ee2ced5b65ea","artifactVersion":"2","generatedFromUUID":"04715901-126d-4e7c-9b93-a015c072fb9b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGY2ZGQyNzQ2MDEwNjIwNTQwNWM4ZjgwYjJjNWYxOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6012111-324c-430c-a086-b9ebd36e79c6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTJkZDU0ODI3ZmFlNzQyZjBlYjBiZjYxOTEzNzNhNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"899a0a8f-14cd-4041-811f-04a77120a07c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:06:07.832Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:07.832Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:07.834Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:07.834Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:06:07.934Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:07.935Z||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-08-12T21:06:07.935Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:07.946Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:07.947Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:08.835Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:08.836Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:08.838Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:08.838Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:06:08.938Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:08.939Z||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-08-12T21:06:08.939Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:08.947Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:08.948Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:09.839Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:09.839Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:09.841Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:09.841Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:06:09.941Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:09.942Z||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-08-12T21:06:09.942Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:09.953Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:09.953Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:10.842Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:10.843Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:10.845Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:10.845Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:06:10.946Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:10.946Z||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-08-12T21:06:10.947Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:10.957Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:10.957Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:11.846Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:11.847Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:11.848Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:11.848Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:06:11.949Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:11.949Z||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-08-12T21:06:11.949Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:11.962Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:11.963Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:12.849Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:12.850Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:12.851Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:12.851Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T21:06:12.952Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:12.952Z||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-08-12T21:06:12.952Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:12.963Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:12.963Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:13.852Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:13.853Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:13.856Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:13.856Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:06:13.956Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:13.957Z||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-08-12T21:06:13.957Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:13.967Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:13.968Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:14.857Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:06:14.858Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:14.860Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:14.860Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:06:14.960Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:14.961Z||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-08-12T21:06:14.961Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:14.970Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:14.971Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:06:15.861Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "925a248b-aebe-4226-adaf-35f95e32ff85",
  "serviceDescription": "service",
  "serviceInvariantUUID": "781a3ecb-1d98-4edc-b4e1-721cc45876fa",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "5924d527-4d2a-4717-bf24-1fd080c7ed4f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1a8df53-5045-4498-af19-64a1caf54d29",
      "resourceInvariantUUID": "1bd30aad-359e-4c2c-bcc5-fc4ad64b06f6",
      "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": "MTNkNjA3NTFiOTIzYzczNWMzYzAyYWQ4M2Q0MjE3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9925f56b-3789-482b-9f67-4642d6743d52",
          "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": "04715901-126d-4e7c-9b93-a015c072fb9b",
          "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": "aabcff76-a6fc-451f-9ba8-ee2ced5b65ea",
            "generatedFromUUID": "04715901-126d-4e7c-9b93-a015c072fb9b"
          },
          "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": "aabcff76-a6fc-451f-9ba8-ee2ced5b65ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTJkZDU0ODI3ZmFlNzQyZjBlYjBiZjYxOTEzNzNhNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "899a0a8f-14cd-4041-811f-04a77120a07c"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T21:06:15.862Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:06:15.862Z|93c64676-e708-46bb-9eeb-285f7ea312a1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 925a248b-aebe-4226-adaf-35f95e32ff85 ASDC
2021-08-12T21:06:15.862Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3bf7e3c6-7db7-47c4-9938-5e372d3858a3
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:925a248b-aebe-4226-adaf-35f95e32ff85
ServiceInvariantUUID:781a3ecb-1d98-4edc-b4e1-721cc45876fa
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:899a0a8f-14cd-4041-811f-04a77120a07c
ArtifactChecksum:ZTJkZDU0ODI3ZmFlNzQyZjBlYjBiZjYxOTEzNzNhNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:5924d527-4d2a-4717-bf24-1fd080c7ed4f
ResourceInvariantUUID:1bd30aad-359e-4c2c-bcc5-fc4ad64b06f6
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e1a8df53-5045-4498-af19-64a1caf54d29
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:9925f56b-3789-482b-9f67-4642d6743d52
ArtifactChecksum:MTNkNjA3NTFiOTIzYzczNWMzYzAyYWQ4M2Q0MjE3ODc=
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:04715901-126d-4e7c-9b93-a015c072fb9b
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:aabcff76-a6fc-451f-9ba8-ee2ced5b65ea
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:aabcff76-a6fc-451f-9ba8-ee2ced5b65ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T21:06:15.862Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 925a248b-aebe-4226-adaf-35f95e32ff85 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-08-12T21:06:15.891Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:06:15.892Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:06:15.892Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:06:15.892Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 899a0a8f-14cd-4041-811f-04a77120a07c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T21:06:15.892Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:06:15.892Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T21:06:16.620Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:06:16.625Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 899a0a8f-14cd-4041-811f-04a77120a07c 76822
2021-08-12T21:06:16.625Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-12T21:06:16.625Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T21:06:16.625Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:06:16.626Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:16.627Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:16.627Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802376625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:06:16.727Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:16.728Z||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-08-12T21:06:16.728Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:16.735Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:16.736Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:17.628Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:06:17.629Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:06:17.629Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 899a0a8f-14cd-4041-811f-04a77120a07c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T21:06:17.629Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-12T21:06:17.630Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T21:06:17.630Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T21:06:17.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6763444573647873521/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.736Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:06:18.737Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T21:06:18.738Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:06:18.739Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-12T21:06:18.740Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=78ca2d21-8a9f-4fd0-82fa-b4f498cd1cb4
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.741Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.742Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:18.742Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:18.742Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:925a248b-aebe-4226-adaf-35f95e32ff85
Model Version:NULL
Model InvariantUuid:781a3ecb-1d98-4edc-b4e1-721cc45876fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:6b80be50-9e7d-4955-8a61-88a33b8c2e9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1bd30aad-359e-4c2c-bcc5-fc4ad64b06f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5924d527-4d2a-4717-bf24-1fd080c7ed4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:62c80447-e435-4ab1-ad69-087a8cd53daf
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1393b4af-3045-4921-8da5-8b6ce6bc48ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:78ca2d21-8a9f-4fd0-82fa-b4f498cd1cb4
ModelInvariantUuid:1519f634-a771-4110-a210-8927a4eebb82
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f4e7f7dd-eea4-4f0f-8306-90036c68e4b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c2f50d9f-4d6d-4ceb-855c-00f6402353b0
ModelInvariantUuid:c55dfa5c-1c03-411e-af18-1469e198153b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:11722812-a392-447a-a9da-41d3af35b011
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-08-12T21:06:18.746Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e1a8df53-5045-4498-af19-64a1caf54d29
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-08-12T21:06:18.749Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-08-12T21:06:18.750Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1a8df53-5045-4498-af19-64a1caf54d29
2021-08-12T21:06:18.750Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9925f56b-3789-482b-9f67-4642d6743d52 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-12T21:06:18.750Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:06:18.750Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-12T21:06:22.390Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:06:22.391Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9925f56b-3789-482b-9f67-4642d6743d52 790
2021-08-12T21:06:22.391Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:22.391Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:22.392Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:06:22.392Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:22.394Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:22.394Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802382391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:06:22.494Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:22.495Z||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-08-12T21:06:22.495Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:22.504Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:22.504Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:23.395Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "62c80447-e435-4ab1-ad69-087a8cd53daf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1393b4af-3045-4921-8da5-8b6ce6bc48ae",
    "vfModuleModelCustomizationUUID": "3dac6b99-b81c-4948-b0ca-ad8830b15aa2",
    "isBase": true,
    "artifacts": [
      "04715901-126d-4e7c-9b93-a015c072fb9b",
      "aabcff76-a6fc-451f-9ba8-ee2ced5b65ea"
    ],
    "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-08-12T21:06:23.398Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1393b4af-3045-4921-8da5-8b6ce6bc48ae
VfModuleModelInvariantUUID:62c80447-e435-4ab1-ad69-087a8cd53daf
VfModuleModelDescription:NULL
Artifacts UUID List:{
04715901-126d-4e7c-9b93-a015c072fb9b
,
aabcff76-a6fc-451f-9ba8-ee2ced5b65ea

}
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-08-12T21:06:23.401Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "62c80447-e435-4ab1-ad69-087a8cd53daf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1393b4af-3045-4921-8da5-8b6ce6bc48ae",
    "vfModuleModelCustomizationUUID": "3dac6b99-b81c-4948-b0ca-ad8830b15aa2",
    "isBase": true,
    "artifacts": [
      "04715901-126d-4e7c-9b93-a015c072fb9b",
      "aabcff76-a6fc-451f-9ba8-ee2ced5b65ea"
    ],
    "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-08-12T21:06:23.401Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1393b4af-3045-4921-8da5-8b6ce6bc48ae
VfModuleModelInvariantUUID:62c80447-e435-4ab1-ad69-087a8cd53daf
VfModuleModelDescription:NULL
Artifacts UUID List:{
04715901-126d-4e7c-9b93-a015c072fb9b
,
aabcff76-a6fc-451f-9ba8-ee2ced5b65ea

}
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-08-12T21:06:23.401Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 04715901-126d-4e7c-9b93-a015c072fb9b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-12T21:06:23.401Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:06:23.401Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-12T21:06:24.899Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:06:24.899Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 04715901-126d-4e7c-9b93-a015c072fb9b 5033
2021-08-12T21:06:24.899Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:24.900Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:24.900Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:06:24.900Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:24.902Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:24.903Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802384899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:06:25.003Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:25.003Z||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-08-12T21:06:25.003Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:25.013Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:25.013Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:25.903Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aabcff76-a6fc-451f-9ba8-ee2ced5b65ea from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-12T21:06:25.904Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:06:25.904Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-12T21:06:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:06:26.057Z||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-08-12T21:06:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:26.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:06:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3009953-a47c-4433-96ad-ed9fe2207e1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802262498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:06:26.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:06:27.454Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:06:27.455Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env aabcff76-a6fc-451f-9ba8-ee2ced5b65ea 909
2021-08-12T21:06:27.455Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:27.455Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:27.456Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:06:27.456Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:27.458Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:27.458Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802387455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:06:27.558Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:27.559Z||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-08-12T21:06:27.559Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:27.569Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:27.570Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:28.458Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 925a248b-aebe-4226-adaf-35f95e32ff85
2021-08-12T21:06:28.459Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e1a8df53-5045-4498-af19-64a1caf54d29 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-08-12T21:06:28.469Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.470Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.470Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T21:06:28.470Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5924d527-4d2a-4717-bf24-1fd080c7ed4f
2021-08-12T21:06:28.470Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5924d527-4d2a-4717-bf24-1fd080c7ed4f matches Tosca VF Customization UUID: 5924d527-4d2a-4717-bf24-1fd080c7ed4f
2021-08-12T21:06:28.470Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5924d527-4d2a-4717-bf24-1fd080c7ed4f  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-08-12T21:06:28.472Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.472Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.473Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5924d527-4d2a-4717-bf24-1fd080c7ed4f: {\"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-08-12T21:06:28.473Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@187694dc
2021-08-12T21:06:28.473Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.473Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T21:06:28.473Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3dac6b99-b81c-4948-b0ca-ad8830b15aa2
2021-08-12T21:06:28.473Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3dac6b99-b81c-4948-b0ca-ad8830b15aa2
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-08-12T21:06:28.475Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.476Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:28.476Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:06:28.476Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.476Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:28.476Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:06:28.476Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.477Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-12T21:06:28.477Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T21:06:28.477Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T21:06:28.477Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=78ca2d21-8a9f-4fd0-82fa-b4f498cd1cb4
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-08-12T21:06:28.478Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.479Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:28.479Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T21:06:28.479Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.479Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T21:06:28.479Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5924d527-4d2a-4717-bf24-1fd080c7ed4f
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-08-12T21:06:28.480Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.481Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.481Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 925a248b-aebe-4226-adaf-35f95e32ff85: basicclamp
2021-08-12T21:06:28.481Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.481Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.481Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.481Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:06:28.482Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:28.550Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e1a8df53-5045-4498-af19-64a1caf54d29 1 ASDC deployResourceStructure
2021-08-12T21:06:28.552Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:28.552Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:28.552Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:06:28.552Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:28.554Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:28.554Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802388551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:06:28.655Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T21:06:28.656Z||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-08-12T21:06:28.656Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:28.666Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:28.667Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:29.555Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:29.555Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:29.555Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:06:29.556Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:29.557Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:29.557Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802389555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:06:29.658Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:29.658Z||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-08-12T21:06:29.658Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:29.667Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:29.668Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:06:30.558Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:30.559Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:06:30.559Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:06:30.559Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:30.560Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:30.561Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802390558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T21:06:30.661Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:30.662Z||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-08-12T21:06:30.662Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:30.672Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:30.673Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:31.561Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-12T21:06:31.562Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T21:06:31.562Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:06:31.562Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:06:31.565Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:06:31.565Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802391561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:06:31.665Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:06:31.665Z||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-08-12T21:06:31.666Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:06:31.675Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:06:31.676Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:06:32.565Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:06:32.575Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:06:32.577Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:06:32.577Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:06:32.577Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:07:02.577Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:07:02.586Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:07:02.587Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:07:02.587Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:07:02.588Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:07:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:07:26.057Z||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-08-12T21:07:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:07:26.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:07:26.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802276543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802281251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802283402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:07:26.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802285961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802287107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802288110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802289114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802290118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d0b367-6a90-4a37-98d8-974ff0554dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802322463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:07:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:07:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:07:32.588Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:07:32.596Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:07:32.598Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:07:32.598Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:07:32.598Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:08:02.599Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:08:02.608Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:08:02.610Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:08:02.610Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:08:02.611Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:08:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:08:26.057Z||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-08-12T21:08:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:08:26.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:08:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/resourceInstances/pnfeda862d7f7c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802263512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802332238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802334693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBt9zzzyf5pc2veq0lrk2/1.0/artifacts/service-DemoPnfBt9zzzyf5pc2veq0lrk2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802334770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802339560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802340992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802341664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802343464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802352638,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802352742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802353145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802345585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "cds",
  "timestamp": 1628802354150,
  "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-08-12T21:08:26.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802354622,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802354637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802354750,
  "artifactURL": "/sdc/v1/catalog/services/925a248b-aebe-4226-adaf-35f95e32ff85/resourceInstances/basicclamp0/artifacts/f2506f50-1c7f-4b26-b5c2-451df12d0606",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802355138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802347487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802356055,
  "artifactURL": "/sdc/v1/catalog/services/925a248b-aebe-4226-adaf-35f95e32ff85/resourceInstances/basicclamp0/artifacts/f2506f50-1c7f-4b26-b5c2-451df12d0606",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802357021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "dcae-sch",
  "timestamp": 1628802357058,
  "artifactURL": "/sdc/v1/catalog/services/925a248b-aebe-4226-adaf-35f95e32ff85/resourceInstances/basicclamp0/artifacts/f2506f50-1c7f-4b26-b5c2-451df12d0606",
  "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-08-12T21:08:26.115Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.115Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802357115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802357820,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802358027,
  "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-08-12T21:08:26.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802358031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802358118,
  "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-08-12T21:08:26.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.145Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802350863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802358823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802359030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802359121,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "policy-id",
  "timestamp": 1628802359825,
  "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-08-12T21:08:26.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802364094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802364163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802365417,
  "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-08-12T21:08:26.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.175Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93c64676-e708-46bb-9eeb-285f7ea312a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802366196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802366405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802366420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802359197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802367409,
  "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-08-12T21:08:26.187Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.187Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802368669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802363404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802367210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802375321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802375614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "aai-ml",
  "timestamp": 1628802376324,
  "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-08-12T21:08:26.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802376618,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802376625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802380690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802381748,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802382391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:26.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "clamp",
  "timestamp": 1628802382751,
  "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-08-12T21:08:26.215Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
2021-08-12T21:08:26.215Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:08:26.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:08:26.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802384899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:08:26.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:08:32.611Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:08:32.620Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.623Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.624Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.624Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.624Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:08:32.624Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:08:32.628Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T21:09:02.628Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 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-08-12T21:09:02.633Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 and serviceModelVersionId: 925a248b-aebe-4226-adaf-35f95e32ff85
2021-08-12T21:09:02.633Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 781a3ecb-1d98-4edc-b4e1-721cc45876fa
2021-08-12T21:09:02.634Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/781a3ecb-1d98-4edc-b4e1-721cc45876fa/model-vers/model-ver/925a248b-aebe-4226-adaf-35f95e32ff85?depth=0
2021-08-12T21:09:02.639Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T21:09:02.668Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/781a3ecb-1d98-4edc-b4e1-721cc45876fa/model-vers/model-ver/925a248b-aebe-4226-adaf-35f95e32ff85?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-08-12T21:09:02.668Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/781a3ecb-1d98-4edc-b4e1-721cc45876fa/model-vers/model-ver/925a248b-aebe-4226-adaf-35f95e32ff85?depth=0|INFO|500||Invoke
2021-08-12T21:09:02.687Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/781a3ecb-1d98-4edc-b4e1-721cc45876fa/model-vers/model-ver/925a248b-aebe-4226-adaf-35f95e32ff85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T21:09:03.192Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/781a3ecb-1d98-4edc-b4e1-721cc45876fa/model-vers/model-ver/925a248b-aebe-4226-adaf-35f95e32ff85?depth=0|INFO|500||InvokeReturn
2021-08-12T21:09:03.192Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/781a3ecb-1d98-4edc-b4e1-721cc45876fa/model-vers/model-ver/925a248b-aebe-4226-adaf-35f95e32ff85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-21:09:02:691-82840], vertex-id=[225408], Content-Length=[0], Date=[Thu, 12 Aug 2021 21:09:02 GMT], Content-Type=[application/json]}
2021-08-12T21:09:03.192Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T21:09:03.192Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T21:09:03.192Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:09:03.196Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||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-08-12T21:09:03.196Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bf7e3c6-7db7-47c4-9938-5e372d3858a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T21:09:03.196Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T21:09:03.196Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:03.198Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:03.198Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802543196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:09:03.298Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:03.299Z||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-08-12T21:09:03.299Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:03.312Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:03.312Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T21:09:04.210Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:09:04.210Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:09:04.211Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:08.494Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:08.494Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:09:08.494Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"827b251e-58a1-42ea-b2bf-b83cabb27ee5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ec0b856b-da30-493a-8bb3-a5400419fb0a","serviceDescription":"service","serviceInvariantUUID":"d663d942-d62f-4536-9597-cbe500cc8ce6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bb7e9377-fbf2-44bb-9186-0fd833549d5d","resourceInvariantUUID":"94721a0d-74a0-475b-844f-a627f669bb14","resourceCustomizationUUID":"07db14d5-a6f0-4f53-a7ab-74559d34f3e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZGU5ZDdjOTU1YzdkMGFhZWQ2MDBiZTc5N2Y2ZWM2NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93645738-83e0-46d8-9633-7cf440a1125e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b533222-9398-40c2-874d-415d992ef627","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b4c2ef3-99d3-40ff-b347-6217d852e3ff","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZDFhOWU1YjAyZmZmMTI3OGFjNGFhYThjYmViY2M1Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"980cc1b3-207d-4308-ba12-7ed6d817f0ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"182b2563-ffd5-4f77-9c23-01ff6e6b9be9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05136745-6c32-4a35-add0-767b900c11b4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a1bd607-d16e-43d8-bb02-fd7601c8fed7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"M2VmNjc3OTNiNmY2YjUzNmRhNGRhZmMwNjQ2YzQ3ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba991e95-c991-443a-bb7e-34e8c4650329","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmMzNjE4YTk4MWIzMWE2NDFlMjZjZWY0ZmFjMDkwNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"606c1bd2-a198-4b76-af55-e51fada555ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:09:08.496Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:08.496Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:08.498Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:08.499Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:08.599Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:08.599Z||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-08-12T21:09:08.599Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:08.608Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:08.608Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:09.499Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:09.500Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:09.502Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:09.502Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:09.602Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:09.603Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:09.603Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:09.612Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:09.612Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:10.503Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:10.503Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:10.505Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:10.505Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:10.606Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:10.606Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:10.606Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:10.618Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:10.618Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:11.506Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:11.507Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:11.509Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:11.509Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:11.609Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:11.610Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:11.610Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:11.619Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:11.619Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:12.509Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:12.510Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:12.512Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:12.512Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:12.612Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:12.613Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:12.613Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:12.621Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:12.621Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:13.513Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:13.514Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:13.516Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:13.516Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:13.616Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:13.617Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:13.617Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:13.628Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:13.628Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:14.516Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:14.517Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:14.519Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:14.519Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:14.619Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:14.620Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:14.620Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:14.629Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:14.630Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:15.520Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:15.521Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:15.522Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:15.522Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:09:15.623Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:15.624Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:15.624Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:15.632Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:15.633Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:16.523Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:09:16.524Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:16.526Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:16.526Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:09:16.626Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:16.627Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:16.627Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:16.636Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:16.636Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:17.527Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ec0b856b-da30-493a-8bb3-a5400419fb0a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d663d942-d62f-4536-9597-cbe500cc8ce6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "07db14d5-a6f0-4f53-a7ab-74559d34f3e0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bb7e9377-fbf2-44bb-9186-0fd833549d5d",
      "resourceInvariantUUID": "94721a0d-74a0-475b-844f-a627f669bb14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YmMzNjE4YTk4MWIzMWE2NDFlMjZjZWY0ZmFjMDkwNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "606c1bd2-a198-4b76-af55-e51fada555ba"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T21:09:17.527Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:09:17.527Z|3bf7e3c6-7db7-47c4-9938-5e372d3858a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec0b856b-da30-493a-8bb3-a5400419fb0a ASDC
2021-08-12T21:09:17.528Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:827b251e-58a1-42ea-b2bf-b83cabb27ee5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ec0b856b-da30-493a-8bb3-a5400419fb0a
ServiceInvariantUUID:d663d942-d62f-4536-9597-cbe500cc8ce6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:606c1bd2-a198-4b76-af55-e51fada555ba
ArtifactChecksum:YmMzNjE4YTk4MWIzMWE2NDFlMjZjZWY0ZmFjMDkwNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:07db14d5-a6f0-4f53-a7ab-74559d34f3e0
ResourceInvariantUUID:94721a0d-74a0-475b-844f-a627f669bb14
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:bb7e9377-fbf2-44bb-9186-0fd833549d5d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-12T21:09:17.528Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec0b856b-da30-493a-8bb3-a5400419fb0a 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-08-12T21:09:17.556Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:09:17.556Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:09:17.556Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:09:17.557Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 606c1bd2-a198-4b76-af55-e51fada555ba from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T21:09:17.557Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:09:17.557Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T21:09:18.953Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:09:18.960Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 606c1bd2-a198-4b76-af55-e51fada555ba 106320
2021-08-12T21:09:18.960Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-12T21:09:18.960Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T21:09:18.961Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:09:18.961Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:18.962Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:18.963Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802558960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:09:19.063Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:19.063Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:19.064Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:19.074Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:19.074Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:09:19.963Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:09:19.964Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:09:19.964Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 606c1bd2-a198-4b76-af55-e51fada555ba, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T21:09:19.965Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-08-12T21:09:19.965Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T21:09:19.965Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T21:09:20.047Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13560626837614568783/Definitions/service-TestPnfMacro-template.yml
2021-08-12T21:09:20.657Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-TestPnfMacro-csar.csar
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-TestPnfMacro-csar.csar
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T21:09:20.658Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-TestPnfMacro-csar.csar
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-TestPnfMacro-csar.csar
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-TestPnfMacro-csar.csar
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:09:20.659Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.660Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.661Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ec0b856b-da30-493a-8bb3-a5400419fb0a
Model Version:NULL
Model InvariantUuid:d663d942-d62f-4536-9597-cbe500cc8ce6
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-08-12T21:09:20.668Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: bb7e9377-fbf2-44bb-9186-0fd833549d5d
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-08-12T21:09:20.670Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||test-pnf 0
2021-08-12T21:09:20.670Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bb7e9377-fbf2-44bb-9186-0fd833549d5d
2021-08-12T21:09:20.670Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ec0b856b-da30-493a-8bb3-a5400419fb0a
2021-08-12T21:09:20.671Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ec0b856b-da30-493a-8bb3-a5400419fb0a
2021-08-12T21:09:20.671Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bb7e9377-fbf2-44bb-9186-0fd833549d5d 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-08-12T21:09:20.676Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.677Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.677Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ec0b856b-da30-493a-8bb3-a5400419fb0a: test-pnf
2021-08-12T21:09:20.677Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Processing PNF resource: bb7e9377-fbf2-44bb-9186-0fd833549d5d
2021-08-12T21:09:20.678Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:09:20.678Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:09:20.678Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||Resource customization UUID: 07db14d5-a6f0-4f53-a7ab-74559d34f3e0 is the same as notified resource customizationUUID: 07db14d5-a6f0-4f53-a7ab-74559d34f3e0
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-08-12T21:09:20.706Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bb7e9377-fbf2-44bb-9186-0fd833549d5d 0 ASDC deployResourceStructure
2021-08-12T21:09:20.707Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-12T21:09:20.707Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T21:09:20.707Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:09:20.707Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:09:20.708Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:09:20.708Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802560707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:09:20.809Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:09:20.809Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:09:20.810Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:20.819Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:20.819Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:09:21.709Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:09:21.718Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:09:21.721Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:09:21.721Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:09:21.721Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:09:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:09:26.057Z||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-08-12T21:09:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:09:26.072Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:09:26.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:09:26.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802387455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:09:26.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802388551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802389555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802390558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802391561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:09:26.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:09:51.721Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:09:51.733Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:09:51.736Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:09:51.736Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:09:51.736Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:10:21.737Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:10:21.746Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:10:21.748Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:10:21.748Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:10:21.748Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:10:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:10:26.057Z||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-08-12T21:10:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:10:26.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:10:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802485585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802487487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802493464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802494770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802505702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:10:26.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:10:26.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:10:26.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802505857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:10:26.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:10:51.748Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:10:51.759Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:10:51.762Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:10:51.762Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:10:51.762Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:11:21.762Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:11:21.772Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:11:21.774Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:11:21.774Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:11:21.774Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:11:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:11:26.057Z||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-08-12T21:11:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:11:26.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:11:26.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802506860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:11:26.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "cds",
  "timestamp": 1628802507004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-08-12T21:11:26.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 827b251e-58a1-42ea-b2bf-b83cabb27ee5
2021-08-12T21:11:26.104Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:11:26.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "policy-id",
  "timestamp": 1628802507862,
  "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-08-12T21:11:26.119Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 827b251e-58a1-42ea-b2bf-b83cabb27ee5
2021-08-12T21:11:26.120Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:11:26.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802499560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802500863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802500992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "dcae-sch",
  "timestamp": 1628802501664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802511340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802511433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802512460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:11:26.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802513133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802513462,
  "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-08-12T21:11:26.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 827b251e-58a1-42ea-b2bf-b83cabb27ee5
2021-08-12T21:11:26.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:11:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802514137,
  "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-08-12T21:11:26.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 827b251e-58a1-42ea-b2bf-b83cabb27ee5
2021-08-12T21:11:26.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:11:26.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802509197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802521057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:11:26.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802513404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802525755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "aai-ml",
  "timestamp": 1628802526758,
  "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-08-12T21:11:26.171Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 827b251e-58a1-42ea-b2bf-b83cabb27ee5
2021-08-12T21:11:26.172Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:11:26.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802530636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802532643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "clamp",
  "timestamp": 1628802533646,
  "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-08-12T21:11:26.183Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 827b251e-58a1-42ea-b2bf-b83cabb27ee5
2021-08-12T21:11:26.183Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:11:26.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf7e3c6-7db7-47c4-9938-5e372d3858a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802543196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:11:26.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802544210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:11:26.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802558960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:11:26.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:26.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:11:26.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802560707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:11:26.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:11:51.775Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:11:51.785Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:11:51.788Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-08-12T21:11:51.792Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T21:12:21.793Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5 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-08-12T21:12:21.799Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 827b251e-58a1-42ea-b2bf-b83cabb27ee5 and serviceModelVersionId: ec0b856b-da30-493a-8bb3-a5400419fb0a
2021-08-12T21:12:21.799Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d663d942-d62f-4536-9597-cbe500cc8ce6
2021-08-12T21:12:21.800Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d663d942-d62f-4536-9597-cbe500cc8ce6/model-vers/model-ver/ec0b856b-da30-493a-8bb3-a5400419fb0a?depth=0
2021-08-12T21:12:21.805Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T21:12:21.828Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d663d942-d62f-4536-9597-cbe500cc8ce6/model-vers/model-ver/ec0b856b-da30-493a-8bb3-a5400419fb0a?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-08-12T21:12:21.829Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d663d942-d62f-4536-9597-cbe500cc8ce6/model-vers/model-ver/ec0b856b-da30-493a-8bb3-a5400419fb0a?depth=0|INFO|500||Invoke
2021-08-12T21:12:21.847Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d663d942-d62f-4536-9597-cbe500cc8ce6/model-vers/model-ver/ec0b856b-da30-493a-8bb3-a5400419fb0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T21:12:22.253Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d663d942-d62f-4536-9597-cbe500cc8ce6/model-vers/model-ver/ec0b856b-da30-493a-8bb3-a5400419fb0a?depth=0|INFO|500||InvokeReturn
2021-08-12T21:12:22.254Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d663d942-d62f-4536-9597-cbe500cc8ce6/model-vers/model-ver/ec0b856b-da30-493a-8bb3-a5400419fb0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210812-21:12:21:851-14074], vertex-id=[536608], Content-Length=[0], Date=[Thu, 12 Aug 2021 21:12:21 GMT], Content-Type=[application/json]}
2021-08-12T21:12:22.254Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T21:12:22.254Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T21:12:22.255Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-08-12T21:12:22.259Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||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-08-12T21:12:22.259Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 827b251e-58a1-42ea-b2bf-b83cabb27ee5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T21:12:22.259Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T21:12:22.259Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:22.261Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:22.262Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802742259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:12:22.362Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:22.362Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:22.363Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:22.375Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:22.376Z||pool-112-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-08-12T21:12:23.274Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:12:23.274Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:12:23.275Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:12:26.057Z||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-08-12T21:12:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:26.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:26.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628802665585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:12:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802667487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802673464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1628802674770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802683557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802683766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802684559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "cds",
  "timestamp": 1628802684771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-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-08-12T21:12:26.101Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 391993f2-96c0-42de-809b-4e9be1de2486
2021-08-12T21:12:26.101Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:12:26.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:26.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "policy-id",
  "timestamp": 1628802685562,
  "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-08-12T21:12:26.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391993f2-96c0-42de-809b-4e9be1de2486
2021-08-12T21:12:26.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:12:26.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:12:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:26.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:12:27.560Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:27.561Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T21:12:27.561Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"391993f2-96c0-42de-809b-4e9be1de2486","serviceName":"Demo_pNF_bRGWS2opDLwX97SRUO0s","serviceVersion":"1.0","serviceUUID":"017fc2e1-3bba-4c28-bd05-c12beee1be46","serviceDescription":"catalog service description","serviceInvariantUUID":"5548e442-a9e0-487f-9cae-4cf352e425ff","resources":[{"resourceInstanceName":"pNF 5cae0b43-f93c 0","resourceName":"pNF 5cae0b43-f93c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86f38867-330d-4dff-a300-546abfc1d78c","resourceInvariantUUID":"970125e4-7482-4e91-b283-241679f272fa","resourceCustomizationUUID":"164c2c3a-924c-4a4a-bc2b-2dc47d6c00ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml","artifactChecksum":"N2FmNjg3YzdjYjNjOGM4YzhiMzZhNmE1YWQ2Nzg4ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95bf79c6-31d1-4977-9a3f-726de5cd1384","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar","artifactChecksum":"MDgxZDk3NTc3MDg0NzlmYmIxOWI3YjIzMjg0MGY4NzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb0423ff-60bf-40d0-b286-3c6783b2d71e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b9421fe-5eb1-4ef1-ad90-4d79dedc41da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml","artifactChecksum":"NzE0NzQ0ZmJlZTI0Y2M3N2U1Y2NiMDRmZmRiMjRmMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18a8ee63-71bb-4d8a-b761-9adfa8307887","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1a99bb2-77d9-4a06-b431-416ac2bae829","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"030fbc43-9cc1-4967-a08c-25633bfe9dd6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBrgws2opdlwx97sruo0s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml","artifactChecksum":"NDhiYjFlMWY1ZTFlNWNhODk0YjMwNWMwMWMwNmNiMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2c24da5-21f0-41fe-82b3-e6526c0a2d8f","artifactVersion":"1"},{"artifactName":"service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar","artifactChecksum":"YjBhZDIxNWNlOGNmZjk5NTQzYjU0MWVhMGVkNzEyM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a7e571f-78d3-43ef-90d6-f55423367f09","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T21:12:27.562Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:27.562Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:27.564Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:27.564Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:27.664Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:27.665Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:27.665Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:27.674Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:27.675Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:12:28.565Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:28.565Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:28.567Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:28.567Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:28.668Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:28.668Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:28.669Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:28.679Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:28.679Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T21:12:29.568Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:29.569Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:29.571Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:29.571Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:29.672Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:29.672Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:29.672Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:29.683Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:29.684Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:30.572Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:30.572Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:30.574Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:30.574Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:30.674Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:30.675Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:30.675Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:30.685Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:30.685Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:31.574Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:31.575Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:31.576Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:31.576Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:31.677Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:31.677Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:31.678Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:31.689Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:31.690Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:32.577Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:32.578Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:32.580Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:32.580Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:32.680Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:32.682Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:32.682Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:32.692Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:32.693Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:33.580Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:33.581Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:33.582Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:33.582Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:12:33.682Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:33.683Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:33.683Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:33.693Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:33.693Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:34.583Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T21:12:34.584Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:34.586Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:34.586Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:12:34.686Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:34.686Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:34.687Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:34.697Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:34.697Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:35.587Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "serviceName": "Demo_pNF_bRGWS2opDLwX97SRUO0s",
  "serviceVersion": "1.0",
  "serviceUUID": "017fc2e1-3bba-4c28-bd05-c12beee1be46",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5548e442-a9e0-487f-9cae-4cf352e425ff",
  "resources": [
    {
      "resourceInstanceName": "pNF 5cae0b43-f93c 0",
      "resourceCustomizationUUID": "164c2c3a-924c-4a4a-bc2b-2dc47d6c00ab",
      "resourceName": "pNF 5cae0b43-f93c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86f38867-330d-4dff-a300-546abfc1d78c",
      "resourceInvariantUUID": "970125e4-7482-4e91-b283-241679f272fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
      "artifactChecksum": "YjBhZDIxNWNlOGNmZjk5NTQzYjU0MWVhMGVkNzEyM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a7e571f-78d3-43ef-90d6-f55423367f09"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T21:12:35.588Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T21:12:35.588Z|827b251e-58a1-42ea-b2bf-b83cabb27ee5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 017fc2e1-3bba-4c28-bd05-c12beee1be46 ASDC
2021-08-12T21:12:35.588Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:391993f2-96c0-42de-809b-4e9be1de2486
ServiceName:Demo_pNF_bRGWS2opDLwX97SRUO0s
ServiceVersion:1.0
ServiceUUID:017fc2e1-3bba-4c28-bd05-c12beee1be46
ServiceInvariantUUID:5548e442-a9e0-487f-9cae-4cf352e425ff
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
ArtifactUUID:1a7e571f-78d3-43ef-90d6-f55423367f09
ArtifactChecksum:YjBhZDIxNWNlOGNmZjk5NTQzYjU0MWVhMGVkNzEyM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5cae0b43-f93c 0
ResourceCustomizationUUID:164c2c3a-924c-4a4a-bc2b-2dc47d6c00ab
ResourceInvariantUUID:970125e4-7482-4e91-b283-241679f272fa
ResourceName:pNF 5cae0b43-f93c
ResourceType:PNF
ResourceUUID:86f38867-330d-4dff-a300-546abfc1d78c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-12T21:12:35.588Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 017fc2e1-3bba-4c28-bd05-c12beee1be46 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-08-12T21:12:35.615Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:12:35.616Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:12:35.616Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:12:35.616Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1a7e571f-78d3-43ef-90d6-f55423367f09 from URL: /sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:35.616Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T21:12:35.616Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:36.124Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T21:12:36.130Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar 1a7e571f-78d3-43ef-90d6-f55423367f09 83324
2021-08-12T21:12:36.131Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar ASDC sendASDCNotification
2021-08-12T21:12:36.131Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:36.131Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T21:12:36.131Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:36.133Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:36.133Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802756131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:12:36.233Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:36.234Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:36.234Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:36.244Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:36.244Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:37.133Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T21:12:37.134Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T21:12:37.135Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1a7e571f-78d3-43ef-90d6-f55423367f09, URL: /sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar to file: /app/ASDC/1/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.135Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.136Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.136Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.218Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8768858266209809735/Definitions/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml
2021-08-12T21:12:37.813Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T21:12:37.813Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5cae0b43-f93c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5cae0b43-f93c 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-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Node template pNF 5cae0b43-f93c 0 is matching search criteria
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:12:37.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5cae0b43-f93c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Node template pNF 5cae0b43-f93c 0 is matching search criteria
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5cae0b43-f93c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.815Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.816Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.816Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bRGWS2opDLwX97SRUO0s
Description:catalog service description
Model UUID:017fc2e1-3bba-4c28-bd05-c12beee1be46
Model Version:NULL
Model InvariantUuid:5548e442-a9e0-487f-9cae-4cf352e425ff
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-08-12T21:12:37.820Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 86f38867-330d-4dff-a300-546abfc1d78c
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-08-12T21:12:37.822Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||pNF 5cae0b43-f93c 0
2021-08-12T21:12:37.822Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 86f38867-330d-4dff-a300-546abfc1d78c
2021-08-12T21:12:37.822Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 017fc2e1-3bba-4c28-bd05-c12beee1be46
2021-08-12T21:12:37.822Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 017fc2e1-3bba-4c28-bd05-c12beee1be46
2021-08-12T21:12:37.822Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5cae0b43-f93c 0 86f38867-330d-4dff-a300-546abfc1d78c 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-08-12T21:12:37.825Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.826Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.826Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 017fc2e1-3bba-4c28-bd05-c12beee1be46: pNF 5cae0b43-f93c
2021-08-12T21:12:37.826Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Processing PNF resource: 86f38867-330d-4dff-a300-546abfc1d78c
2021-08-12T21:12:37.826Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T21:12:37.826Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bRGWS2opDLwX97SRUO0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T21:12:37.826Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||Resource customization UUID: 164c2c3a-924c-4a4a-bc2b-2dc47d6c00ab is the same as notified resource customizationUUID: 164c2c3a-924c-4a4a-bc2b-2dc47d6c00ab
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-08-12T21:12:37.854Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5cae0b43-f93c 86f38867-330d-4dff-a300-546abfc1d78c 0 ASDC deployResourceStructure
2021-08-12T21:12:37.854Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar ASDC sendASDCNotification
2021-08-12T21:12:37.854Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar
2021-08-12T21:12:37.854Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T21:12:37.854Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:12:37.856Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:12:37.856Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802757854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:12:37.956Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T21:12:37.957Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:12:37.957Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:12:37.967Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:12:37.968Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T21:12:38.857Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:12:38.867Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:12:38.869Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:12:38.869Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:12:38.869Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:13:08.869Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:13:08.879Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:13:08.880Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:13:08.881Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:13:08.881Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:13:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:13:26.057Z||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-08-12T21:13:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:13:26.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:13:26.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:13:26.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:13:26.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:13:38.881Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:13:38.892Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:13:38.895Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:13:38.895Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:13:38.895Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:14:08.896Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:14:08.907Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:14:08.909Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:14:08.909Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T21:14:08.909Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T21:14:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:14:26.057Z||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-08-12T21:14:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:14:26.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:14:26.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1628802679560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802680863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802680992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "dcae-sch",
  "timestamp": 1628802681664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802689710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802689821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802690840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T21:14:26.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802691449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628802691842,
  "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-08-12T21:14:26.094Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 391993f2-96c0-42de-809b-4e9be1de2486
2021-08-12T21:14:26.094Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:14:26.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628802692452,
  "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-08-12T21:14:26.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 391993f2-96c0-42de-809b-4e9be1de2486
2021-08-12T21:14:26.106Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:14:26.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802689197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:14:26.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802699894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802693404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:14:26.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802704857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:14:26.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "aai-ml",
  "timestamp": 1628802705860,
  "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-08-12T21:14:26.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 391993f2-96c0-42de-809b-4e9be1de2486
2021-08-12T21:14:26.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:14:26.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802712665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802714674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "clamp",
  "timestamp": 1628802715678,
  "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-08-12T21:14:26.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 391993f2-96c0-42de-809b-4e9be1de2486
2021-08-12T21:14:26.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:14:26.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:14:26.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "827b251e-58a1-42ea-b2bf-b83cabb27ee5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802742259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:14:26.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:14:38.909Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-12T21:14:38.921Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T21:14:38.923Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-08-12T21:14:38.928Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T21:15:08.928Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 391993f2-96c0-42de-809b-4e9be1de2486 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-08-12T21:15:08.935Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 391993f2-96c0-42de-809b-4e9be1de2486 and serviceModelVersionId: 017fc2e1-3bba-4c28-bd05-c12beee1be46
2021-08-12T21:15:08.935Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5548e442-a9e0-487f-9cae-4cf352e425ff
2021-08-12T21:15:08.935Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5548e442-a9e0-487f-9cae-4cf352e425ff/model-vers/model-ver/017fc2e1-3bba-4c28-bd05-c12beee1be46?depth=0
2021-08-12T21:15:08.941Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T21:15:08.969Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5548e442-a9e0-487f-9cae-4cf352e425ff/model-vers/model-ver/017fc2e1-3bba-4c28-bd05-c12beee1be46?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-08-12T21:15:08.969Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5548e442-a9e0-487f-9cae-4cf352e425ff/model-vers/model-ver/017fc2e1-3bba-4c28-bd05-c12beee1be46?depth=0|INFO|500||Invoke
2021-08-12T21:15:08.986Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5548e442-a9e0-487f-9cae-4cf352e425ff/model-vers/model-ver/017fc2e1-3bba-4c28-bd05-c12beee1be46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T21:15:09.067Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5548e442-a9e0-487f-9cae-4cf352e425ff/model-vers/model-ver/017fc2e1-3bba-4c28-bd05-c12beee1be46?depth=0|INFO|500||InvokeReturn
2021-08-12T21:15:09.068Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5548e442-a9e0-487f-9cae-4cf352e425ff/model-vers/model-ver/017fc2e1-3bba-4c28-bd05-c12beee1be46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-21:15:08:990-93127], vertex-id=[237608], Content-Length=[0], Date=[Thu, 12 Aug 2021 21:15:08 GMT], Content-Type=[application/json]}
2021-08-12T21:15:09.068Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T21:15:09.068Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T21:15:09.068Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-08-12T21:15:09.072Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||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-08-12T21:15:09.072Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 391993f2-96c0-42de-809b-4e9be1de2486 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T21:15:09.072Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T21:15:09.073Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T21:15:09.074Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T21:15:09.074Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802909072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:15:09.175Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T21:15:09.176Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T21:15:09.176Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:09.190Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:09.190Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T21:15:10.088Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:10.088Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:15:10.089Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:20.276Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:20.277Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:20.277Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:15:20.278Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:26.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:26.057Z||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-08-12T21:15:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:26.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/resourceInstances/pnf5cae0b43f93c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802743274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802756131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T21:15:26.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802757854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBrgws2opdlwx97sruo0s/1.0/artifacts/service-DemoPnfBrgws2opdlwx97sruo0s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T21:15:26.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:15:29.813Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:29.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:29.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T21:15:29.814Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:39.350Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:39.350Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:39.351Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:15:39.351Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:48.884Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:48.884Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:48.885Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:15:48.885Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:15:58.419Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:15:58.420Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:15:58.420Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:15:58.420Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:07.955Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:07.955Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:07.956Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:16:07.956Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:17.487Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:17.487Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:17.488Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:16:17.488Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:26.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:26.057Z||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-08-12T21:16:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:26.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:26.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T21:16:26.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "391993f2-96c0-42de-809b-4e9be1de2486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628802909072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T21:16:26.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T21:16:27.020Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:27.021Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:27.021Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:16:27.021Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:36.554Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:36.554Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:36.555Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:16:36.555Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:46.091Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:46.091Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:46.093Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:16:46.093Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:16:55.627Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:16:55.628Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:16:55.628Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:16:55.628Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:17:05.163Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:17:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:17:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:17:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:17:26.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:17:26.057Z||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-08-12T21:17:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:17:35.586Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:17:35.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:18:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:18:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:18:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:18:26.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:18:26.056Z||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-08-12T21:18:26.057Z||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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:18:35.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:18:35.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:19:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:19:26.055Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:19:26.055Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:19:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:19:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|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-08-12T21:19:26.057Z|391993f2-96c0-42de-809b-4e9be1de2486|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:19:35.596Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:19:35.599Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:20:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:20:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:20:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:20:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:20:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|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-08-12T21:20:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:20:35.593Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:20:35.596Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:21:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:21:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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-08-12T21:21:26.054Z|2975cc13-6816-4a1d-b919-6404c49eb952|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:21:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T21:21:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|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-08-12T21:21:26.056Z|391993f2-96c0-42de-809b-4e9be1de2486|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 2gDVne9bb4bnFeBA) ...
2021-08-12T21:21:35.593Z|391993f2-96c0-42de-809b-4e9be1de2486|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T21:21:35.594Z|2975cc13-6816-4a1d-b919-6404c49eb952|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK