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-06-03T00:41:31.121Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-zzwgk with PID 14 (/app/app.jar started by so in /app)
2021-06-03T00:41:31.128Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-03T00:41:31.128Z||main|||||INFO|500||The following profiles are active: basic
2021-06-03T00:41:38.257Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-03T00:41:38.258Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-03T00:41:38.352Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-03T00:41:39.879Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-03T00:41:40.080Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-03T00:41:40.402Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-03T00:41:40.408Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-03T00:41:40.506Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-03T00:41:40.632Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-03T00:41:41.004Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-03T00:41:41.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-03T00:41:43.934Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-03T00:41:43.975Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-03T00:41:44.332Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-03T00:41:44.471Z||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-06-03T00:41:45.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-03T00:41:46.681Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-06-03T00:41:46.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$$c7e84f01.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-06-03T00:41:46.697Z||main|||||WARN|500||The sdc end point is not alive
2021-06-03T00:41:48.806Z||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-06-03T00:41:51.189Z||main|||||WARN|500||---
2021-06-03T00:41:51.189Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-03T00:41:51.190Z||main|||||WARN|500||---
2021-06-03T00:41:51.490Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-03T00:41:54.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:41:54.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:41:54.835Z||main|||||INFO|500||Started Application in 25.67 seconds (JVM running for 26.859)
2021-06-03T00:41:54.847Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:41:54.876Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:41:54.972Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1961ad3-ecf1-48c3-afe8-e3af58bd23aa url= /sdc/v1/artifactTypes
2021-06-03T00:41:54.972Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:41:56.102Z||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.9.221] 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-06-03T00:41:56.106Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1bbe4891
2021-06-03T00:41:56.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:41:56.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:41:56.117Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:41:56.119Z||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-06-03T00:42:44.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:42:44.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:42:44.828Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:42:44.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:42:44.845Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8457d98-e55b-4629-854b-8a64b47c94d4 url= /sdc/v1/artifactTypes
2021-06-03T00:42:44.846Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:42:45.895Z||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.9.221] 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-06-03T00:42:45.896Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1da76f15
2021-06-03T00:42:45.896Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:42:45.896Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:42:45.896Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:42:45.896Z||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-06-03T00:43:34.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:43:34.826Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:43:34.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:43:34.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:43:34.837Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8de3525b-f2c1-4153-9263-565de0bf7ce6 url= /sdc/v1/artifactTypes
2021-06-03T00:43:34.837Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:43:35.878Z||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.9.221] 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-06-03T00:43:35.878Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62a8a324
2021-06-03T00:43:35.879Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:43:35.880Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:43:35.880Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:43:35.880Z||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-06-03T00:44:24.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:44:24.826Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:44:24.826Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:44:24.829Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:44:24.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7fb1564-d9be-4139-ba47-bfe56b9c5ba9 url= /sdc/v1/artifactTypes
2021-06-03T00:44:24.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:44:25.861Z||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.9.221] 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-06-03T00:44:25.862Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7291d07c
2021-06-03T00:44:25.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:44:25.862Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:44:25.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:44:25.864Z||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-06-03T00:45:14.827Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:45:14.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:45:14.828Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:45:14.832Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:45:14.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8d65122-d30e-4d3b-a2fd-f236859440a9 url= /sdc/v1/artifactTypes
2021-06-03T00:45:14.840Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:45:15.878Z||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.9.221] 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-06-03T00:45:15.878Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cbe60c3
2021-06-03T00:45:15.878Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:45:15.879Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:45:15.879Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:45:15.879Z||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-06-03T00:46:04.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:46:04.826Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:46:04.826Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:46:04.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:46:04.836Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= daec9ef7-06d7-4074-bb98-4f9c159b03f6 url= /sdc/v1/artifactTypes
2021-06-03T00:46:04.836Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:46:05.862Z||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.9.221] 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-06-03T00:46:05.862Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ae8005e
2021-06-03T00:46:05.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:46:05.863Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:46:05.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:46:05.863Z||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-06-03T00:46:54.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:46:54.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:46:54.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:46:54.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:46:54.837Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4abef029-053e-4e6e-8c1f-8a74f8b6a707 url= /sdc/v1/artifactTypes
2021-06-03T00:46:54.837Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:46:55.878Z||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.9.221] 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-06-03T00:46:55.879Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@459cc580
2021-06-03T00:46:55.879Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:46:55.879Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:46:55.879Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:46:55.880Z||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-06-03T00:47:44.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:47:44.826Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:47:44.826Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:47:44.829Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:47:44.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 726d5ffa-403c-4b6b-882f-ef005abe9505 url= /sdc/v1/artifactTypes
2021-06-03T00:47:44.834Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:47:45.862Z||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.9.221] 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-06-03T00:47:45.862Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c31f8ed
2021-06-03T00:47:45.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-03T00:47:45.863Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-03T00:47:45.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-03T00:47:45.863Z||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-06-03T00:48:34.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-03T00:48:34.827Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-03T00:48:34.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-03T00:48:34.832Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-03T00:48:34.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1a97642-100e-460f-8450-543591dadd86 url= /sdc/v1/artifactTypes
2021-06-03T00:48:34.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-03T00:48:35.048Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-03T00:48:35.057Z||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-06-03T00:48:35.083Z||scheduling-1|||||DEBUG|500||create keys
2021-06-03T00:48:35.090Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-03T00:48:35.119Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:48:35.134Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5706d440-5bfb-403a-ba07-388089914598 url= /sdc/v1/registerForDistribution
2021-06-03T00:48:35.325Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5706d440-5bfb-403a-ba07-388089914598 url= /sdc/v1/registerForDistribution
2021-06-03T00:48:35.326Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-03T00:48:35.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:48:35.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:48:35.341Z||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-06-03T00:48:35.341Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:48:35.341Z||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-06-03T00:48:35.341Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:48:35.341Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-03T00:48:45.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:48:45.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:49:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:49:35.333Z||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-06-03T00:49:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:49:35.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:49:35.335Z||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-06-03T00:49:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:49:44.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:49:44.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:50:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:50:35.333Z||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-06-03T00:50:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:50:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:50:35.335Z||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-06-03T00:50:35.336Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:50:44.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:50:44.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:51:35.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:51:35.333Z||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-06-03T00:51:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:51:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:51:35.334Z||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-06-03T00:51:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:51:44.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:51:44.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:52:02.411Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-03T00:52:35.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:52:35.333Z||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-06-03T00:52:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:52:35.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:52:35.334Z||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-06-03T00:52:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:52:44.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:52:44.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:53:35.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:53:35.333Z||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-06-03T00:53:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:53:35.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:53:35.334Z||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-06-03T00:53:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:53:44.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:53:44.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:54:35.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:54:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:54:35.334Z||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-06-03T00:54:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:54:35.334Z||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-06-03T00:54:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:54:44.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:54:44.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:55:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:55:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T00:55:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T00:55:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:55:35.335Z||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-06-03T00:55:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:55:44.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:55:44.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:56:35.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:56:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:56:35.335Z||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-06-03T00:56:35.336Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:56:35.336Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T00:56:35.336Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T00:56:44.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:56:44.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:57:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:57:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T00:57:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T00:57:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:57:35.334Z||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-06-03T00:57:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:57:44.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:57:44.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:58:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:58:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T00:58:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T00:58:35.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:58:35.334Z||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-06-03T00:58:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:58:44.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:58:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:59:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:59:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T00:59:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T00:59:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T00:59:35.334Z||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-06-03T00:59:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T00:59:44.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T00:59:44.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:00:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:00:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:00:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:00:35.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:00:35.334Z||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-06-03T01:00:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:00:44.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:00:44.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:01:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:01:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:01:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:01:35.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:01:35.334Z||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-06-03T01:01:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:01:44.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:01:44.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:02:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:02:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:02:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:02:35.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:02:35.334Z||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-06-03T01:02:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:02:44.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:02:44.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:03:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:03:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:03:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:03:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:03:35.334Z||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-06-03T01:03:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:03:44.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:03:44.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:04:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:04:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:04:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:04:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:04:35.334Z||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-06-03T01:04:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:04:44.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:04:44.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:05:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:05:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:05:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:05:35.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:05:35.334Z||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-06-03T01:05:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:05:44.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:05:44.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:06:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:06:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:06:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:06:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:06:35.334Z||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-06-03T01:06:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:06:44.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:06:44.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:07:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:07:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:07:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:07:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:07:35.334Z||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-06-03T01:07:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:07:44.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:07:44.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:08:35.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:08:35.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:08:35.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:08:35.339Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:08:35.339Z||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-06-03T01:08:35.339Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:08:44.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:08:44.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:09:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:09:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:09:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:09:35.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:09:35.334Z||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-06-03T01:09:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:09:44.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:09:44.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:10:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:10:35.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:10:35.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:10:35.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:10:35.334Z||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-06-03T01:10:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:10:44.876Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:10:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:11:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:11:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:11:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:11:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:11:35.334Z||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-06-03T01:11:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:11:44.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:11:44.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:12:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:12:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:12:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:12:35.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:12:35.338Z||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-06-03T01:12:35.338Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:12:44.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:12:44.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:13:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:13:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:13:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:13:35.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:13:35.334Z||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-06-03T01:13:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:13:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:13:44.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:14:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:14:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:14:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:14:35.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:14:35.334Z||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-06-03T01:14:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:14:44.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:14:44.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:15:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:15:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:15:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:15:35.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:15:35.334Z||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-06-03T01:15:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:15:44.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:15:44.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:16:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:16:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:16:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:16:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:16:35.334Z||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-06-03T01:16:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:16:44.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:16:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:17:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:17:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:17:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:17:35.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:17:35.334Z||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-06-03T01:17:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:17:44.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:17:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:18:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:18:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:18:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:18:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:18:35.334Z||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-06-03T01:18:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:18:44.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:18:44.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:19:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:19:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:19:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:19:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:19:35.334Z||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-06-03T01:19:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:19:44.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:19:44.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:20:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:20:35.332Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:20:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:20:35.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:20:35.334Z||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-06-03T01:20:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:20:44.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:20:44.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:21:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:21:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:21:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:21:35.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:21:35.334Z||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-06-03T01:21:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:21:44.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:21:44.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:22:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:22:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:22:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:22:35.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:22:35.334Z||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-06-03T01:22:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:22:44.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:22:44.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:23:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:23:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:23:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:23:35.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:23:35.334Z||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-06-03T01:23:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:23:44.875Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:23:44.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:24:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:24:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:24:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:24:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:24:35.335Z||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-06-03T01:24:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:24:44.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:24:44.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:25:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:25:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:25:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:25:35.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:25:35.334Z||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-06-03T01:25:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:25:44.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:25:44.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:26:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:26:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:26:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:26:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:26:35.334Z||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-06-03T01:26:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:26:44.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:26:44.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:27:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:27:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:27:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:27:35.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:27:35.334Z||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-06-03T01:27:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:27:44.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:27:44.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:28:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:28:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:28:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:28:35.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:28:35.334Z||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-06-03T01:28:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:28:44.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:28:44.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:29:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:29:35.333Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:29:35.333Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:29:35.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:29:35.334Z||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-06-03T01:29:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:29:44.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:29:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:30:35.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:30:35.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:30:35.334Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:30:35.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:30:35.335Z||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-06-03T01:30:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:30:44.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:30:44.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:31:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:31:35.333Z||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-06-03T01:31:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:31:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:31:35.334Z||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-06-03T01:31:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:31:44.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:31:44.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:32:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:32:35.333Z||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-06-03T01:32:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:32:35.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:32:35.334Z||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-06-03T01:32:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:32:44.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:32:44.879Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:33:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:33:35.333Z||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-06-03T01:33:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:33:35.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:33:35.334Z||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-06-03T01:33:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:33:44.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:33:44.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:34:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:34:35.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:34:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:34:35.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:34:35.335Z||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-06-03T01:34:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:34:44.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:34:44.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:35:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:35:35.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:35:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:35:35.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:35:35.334Z||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-06-03T01:35:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:35:44.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:35:44.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:36:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:36:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:36:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:36:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:36:35.335Z||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-06-03T01:36:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:36:44.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:36:44.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:37:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:37:35.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:37:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:37:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:37:35.334Z||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-06-03T01:37:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:37:44.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:37:44.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:38:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:38:35.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T01:38:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:38:35.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:38:35.338Z||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-06-03T01:38:35.339Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:38:44.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:38:44.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:39:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:39:35.333Z||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-06-03T01:39:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:39:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:39:35.334Z||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-06-03T01:39:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:39:44.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:39:44.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:40:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:40:35.333Z||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-06-03T01:40:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:40:35.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:40:35.334Z||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-06-03T01:40:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:40:44.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:40:44.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:41:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:41:35.332Z||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-06-03T01:41:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:41:35.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:41:35.334Z||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-06-03T01:41:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:41:44.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:41:44.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:42:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:42:35.333Z||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-06-03T01:42:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:42:35.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:42:35.334Z||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-06-03T01:42:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:42:44.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:42:44.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:43:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:43:35.333Z||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-06-03T01:43:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:43:35.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:43:35.334Z||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-06-03T01:43:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:43:44.876Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:43:44.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:44:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:44:35.333Z||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-06-03T01:44:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:44:35.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:44:35.334Z||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-06-03T01:44:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:44:44.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:44:44.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:45:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:45:35.333Z||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-06-03T01:45:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:45:35.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:45:35.334Z||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-06-03T01:45:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:45:44.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:45:44.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:46:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:46:35.333Z||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-06-03T01:46:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:46:35.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:46:35.334Z||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-06-03T01:46:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:46:44.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:46:44.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:47:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:47:35.332Z||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-06-03T01:47:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:47:35.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:47:35.334Z||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-06-03T01:47:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:47:44.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:47:44.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:48:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:48:35.332Z||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-06-03T01:48:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:48:35.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:48:35.370Z||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-06-03T01:48:35.370Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:48:44.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:48:44.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:49:35.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:49:35.332Z||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-06-03T01:49:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:49:35.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:49:35.334Z||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-06-03T01:49:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:49:44.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:49:44.875Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:50:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:50:35.332Z||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-06-03T01:50:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:50:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:50:35.334Z||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-06-03T01:50:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:50:44.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:50:44.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:51:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:51:35.333Z||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-06-03T01:51:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:51:35.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:51:35.334Z||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-06-03T01:51:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:51:44.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:51:44.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:52:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:52:35.332Z||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-06-03T01:52:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:52:35.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:52:35.334Z||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-06-03T01:52:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:52:44.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:52:44.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:53:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:53:35.333Z||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-06-03T01:53:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:53:35.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:53:35.334Z||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-06-03T01:53:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:53:44.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:53:44.880Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:54:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:54:35.333Z||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-06-03T01:54:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:54:35.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:54:35.334Z||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-06-03T01:54:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:54:44.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:54:44.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:55:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:55:35.333Z||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-06-03T01:55:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:55:35.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:55:35.334Z||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-06-03T01:55:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:55:44.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:55:44.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:56:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:56:35.333Z||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-06-03T01:56:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:56:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:56:35.334Z||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-06-03T01:56:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:56:44.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:56:44.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:57:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:57:35.333Z||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-06-03T01:57:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:57:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:57:35.334Z||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-06-03T01:57:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:57:44.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:57:44.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:35.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:58:35.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:58:35.334Z||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-06-03T01:58:35.334Z||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-06-03T01:58:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:35.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:35.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:35.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T01:58:35.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7df248e9-1ea6-4def-bc48-52670c94c738","serviceName":"vFW 2021-06-03 01-55-16","serviceVersion":"1.0","serviceUUID":"6a9e1bef-420f-4350-9b18-8e8f002cabe7","serviceDescription":"catalog service description","serviceInvariantUUID":"5a1f6894-8b5c-42d3-8016-322c7861724d","resources":[{"resourceInstanceName":"vFW 252fab21-8973 0","resourceName":"vFW 252fab21-8973","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bc075b7-66b3-434c-bbc4-b444e82613d5","resourceInvariantUUID":"db81c435-700e-4899-9b20-15f0b31f2d3d","resourceCustomizationUUID":"4bf35c27-7ce3-4711-aafe-e2b7cdace85d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml","artifactChecksum":"Yjg1YzhkOTZiNWYwYzg5ZGVhY2UyZGEzNDNiM2Y4M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c673b01-073a-4f15-95bf-53491f972cc4","artifactVersion":"1"},{"artifactName":"vfw252fab2189730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json","artifactChecksum":"NjE1OTIwYTY3NzQxNjRmYWYzOWE5ZTY2ZTFiNDc3ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb0235b7-61cc-4518-997c-b11419fa3c32","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4801e981-4aec-475f-947a-ad9ee84c7795","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml","artifactChecksum":"OThkMzY0ZmJiMzFmMzQ5NGIxYmE5ZDc0NDJlNWE0ZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1c4d14e-d043-4001-925a-b648ce123eb0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cac8833f-2944-426a-bfa6-506ece63d880","artifactVersion":"2","generatedFromUUID":"4801e981-4aec-475f-947a-ad9ee84c7795"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210603015516-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml","artifactChecksum":"YjBiYmZmODE2MjY3Mzg3ZTI4NTUyMzdlM2Q1NjliNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bf31c07-a60d-4932-a4d9-017a059bad4c","artifactVersion":"1"},{"artifactName":"service-Vfw20210603015516-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar","artifactChecksum":"ZjFlNTAxMmQ5NTAyNTY3ZmM1YWRkNTk0YWJiMWIxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10de3681-c741-4792-8584-f8aac89fa921","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T01:58:35.986Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:35.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:35.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:35.992Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:36.002Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:36.002Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685479051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685475471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685480942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685475472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685484437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685494038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685494124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685494610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "cds",
  "timestamp": 1622685495051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-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-06-03T01:58:36.102Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-06-03T01:58:36.114Z||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-06-03T01:58:36.114Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:36.126Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:36.127Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-03T01:58:36.204Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T01:58:36.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T01:58:36.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685495428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "dcae-sch",
  "timestamp": 1622685487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "cds",
  "timestamp": 1622685496055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "cds",
  "timestamp": 1622685496055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685497924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685498244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685498299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685498533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685499251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:36.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "cds",
  "timestamp": 1622685500017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "policy-id",
  "timestamp": 1622685500255,
  "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-06-03T01:58:36.278Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T01:58:36.278Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T01:58:36.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685500519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685500673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685501019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "cds",
  "timestamp": 1622685501021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-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-06-03T01:58:36.302Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3230ee01-c9d3-4156-827c-89f1a92f5bea
2021-06-03T01:58:36.302Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3230ee01-c9d3-4156-827c-89f1a92f5bea 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-06-03T01:58:36.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685501153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685501525,
  "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-06-03T01:58:36.316Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T01:58:36.316Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T01:58:36.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685501682,
  "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-06-03T01:58:36.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T01:58:36.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T01:58:36.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "policy-id",
  "timestamp": 1622685488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685502530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685502687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:36.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "policy-id",
  "timestamp": 1622685503484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685503969,
  "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-06-03T01:58:36.347Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T01:58:36.347Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T01:58:36.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685503533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685503692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "policy-id",
  "timestamp": 1622685504488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685504973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685503533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685503692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "policy-id",
  "timestamp": 1622685505492,
  "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-06-03T01:58:36.360Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3230ee01-c9d3-4156-827c-89f1a92f5bea
2021-06-03T01:58:36.360Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3230ee01-c9d3-4156-827c-89f1a92f5bea 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-06-03T01:58:36.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685505977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685505977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685509378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685511287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685511383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "clamp",
  "timestamp": 1622685512387,
  "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-06-03T01:58:36.374Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T01:58:36.374Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T01:58:36.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "clamp",
  "timestamp": 1622685513390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:36.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:36.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:58:36.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "clamp",
  "timestamp": 1622685513390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:36.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:58:37.008Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:37.008Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:37.010Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:37.010Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T01:58:37.110Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:37.111Z||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-06-03T01:58:37.111Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:37.129Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:37.129Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:38.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:38.011Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:38.014Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:38.014Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-03T01:58:38.114Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:38.115Z||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-06-03T01:58:38.115Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:38.126Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:38.126Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:39.014Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:39.015Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:39.017Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:39.017Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:39.117Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:39.118Z||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-06-03T01:58:39.118Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:39.130Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:39.130Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:40.018Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:40.019Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:40.021Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:40.021Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-03T01:58:40.121Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:40.122Z||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-06-03T01:58:40.122Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:40.134Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:40.134Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:41.022Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:41.022Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:41.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:41.027Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:58:41.124Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-06-03T01:58:41.125Z||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-06-03T01:58:41.125Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:41.135Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:41.136Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:42.028Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T01:58:42.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:42.030Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:42.031Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T01:58:42.131Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:42.132Z||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-06-03T01:58:42.132Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:42.143Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:42.143Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:43.032Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "serviceName": "vFW 2021-06-03 01-55-16",
  "serviceVersion": "1.0",
  "serviceUUID": "6a9e1bef-420f-4350-9b18-8e8f002cabe7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5a1f6894-8b5c-42d3-8016-322c7861724d",
  "resources": [
    {
      "resourceInstanceName": "vFW 252fab21-8973 0",
      "resourceCustomizationUUID": "4bf35c27-7ce3-4711-aafe-e2b7cdace85d",
      "resourceName": "vFW 252fab21-8973",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5bc075b7-66b3-434c-bbc4-b444e82613d5",
      "resourceInvariantUUID": "db81c435-700e-4899-9b20-15f0b31f2d3d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw252fab2189730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
          "artifactChecksum": "NjE1OTIwYTY3NzQxNjRmYWYzOWE5ZTY2ZTFiNDc3ZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fb0235b7-61cc-4518-997c-b11419fa3c32",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4801e981-4aec-475f-947a-ad9ee84c7795",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cac8833f-2944-426a-bfa6-506ece63d880",
            "generatedFromUUID": "4801e981-4aec-475f-947a-ad9ee84c7795"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cac8833f-2944-426a-bfa6-506ece63d880",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210603015516-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
      "artifactChecksum": "ZjFlNTAxMmQ5NTAyNTY3ZmM1YWRkNTk0YWJiMWIxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10de3681-c741-4792-8584-f8aac89fa921"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T01:58:43.034Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T01:58:43.034Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a9e1bef-420f-4350-9b18-8e8f002cabe7 ASDC
2021-06-03T01:58:43.315Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7df248e9-1ea6-4def-bc48-52670c94c738
ServiceName:vFW 2021-06-03 01-55-16
ServiceVersion:1.0
ServiceUUID:6a9e1bef-420f-4350-9b18-8e8f002cabe7
ServiceInvariantUUID:5a1f6894-8b5c-42d3-8016-322c7861724d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210603015516-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar
ArtifactUUID:10de3681-c741-4792-8584-f8aac89fa921
ArtifactChecksum:ZjFlNTAxMmQ5NTAyNTY3ZmM1YWRkNTk0YWJiMWIxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 252fab21-8973 0
ResourceCustomizationUUID:4bf35c27-7ce3-4711-aafe-e2b7cdace85d
ResourceInvariantUUID:db81c435-700e-4899-9b20-15f0b31f2d3d
ResourceName:vFW 252fab21-8973
ResourceType:VF
ResourceUUID:5bc075b7-66b3-434c-bbc4-b444e82613d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw252fab2189730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json
ArtifactUUID:fb0235b7-61cc-4518-997c-b11419fa3c32
ArtifactChecksum:NjE1OTIwYTY3NzQxNjRmYWYzOWE5ZTY2ZTFiNDc3ZTk=
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/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml
ArtifactUUID:4801e981-4aec-475f-947a-ad9ee84c7795
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env
ArtifactUUID:cac8833f-2944-426a-bfa6-506ece63d880
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env
ArtifactUUID:cac8833f-2944-426a-bfa6-506ece63d880
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-03T01:58:43.315Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a9e1bef-420f-4350-9b18-8e8f002cabe7 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-06-03T01:58:43.466Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T01:58:43.475Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T01:58:43.476Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T01:58:43.476Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10de3681-c741-4792-8584-f8aac89fa921 from URL: /sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:43.477Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T01:58:43.478Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:43.858Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T01:58:43.877Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar 10de3681-c741-4792-8584-f8aac89fa921 110266
2021-06-03T01:58:43.878Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar ASDC sendASDCNotification
2021-06-03T01:58:43.878Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:43.879Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T01:58:43.880Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:43.882Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:43.882Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685523878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:43.982Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:43.983Z||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-06-03T01:58:43.983Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:43.998Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:43.998Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-06-03T01:58:44.883Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T01:58:44.884Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T01:58:44.884Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 10de3681-c741-4792-8584-f8aac89fa921, URL: /sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar to file: /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:44.884Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210603015516-csar.csar
2021-06-03T01:58:45.014Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:45.014Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:45.865Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2559670567038945799/Definitions/service-Vfw20210603015516-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-06-03T01:58:48.627Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T01:58:48.631Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T01:58:48.631Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.631Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 252fab21-8973 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.632Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 252fab21-8973 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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.633Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.633Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-Vfw20210603015516-csar.csar
2021-06-03T01:58:48.633Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T01:58:48.638Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.640Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.643Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:48.643Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T01:58:48.645Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T01:58:48.646Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.646Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.646Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:48.646Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T01:58:48.647Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T01:58:48.647Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.647Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.650Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.650Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:48.650Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-03T01:58:48.651Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-03T01:58:48.652Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.653Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-03T01:58:48.653Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.654Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:48.655Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:48.655Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.655Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:48.655Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:48.655Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:48.655Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48c500af-6cc6-4fed-9703-e442ee71a357
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7d03a00-ed33-45d8-8fc0-06c931d0f195
2021-06-03T01:58:48.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-03T01:58:48.659Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0cfc3157-a2ad-4e3c-96bc-7478ddf9c304
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.661Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.661Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.661Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.661Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:48.661Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:48.661Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-06-03 01-55-16
Description:catalog service description
Model UUID:6a9e1bef-420f-4350-9b18-8e8f002cabe7
Model Version:NULL
Model InvariantUuid:5a1f6894-8b5c-42d3-8016-322c7861724d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 252fab21-8973
Model UUID:d7a6f7aa-530a-4b6a-9988-689d40e37ee0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db81c435-700e-4899-9b20-15f0b31f2d3d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4bf35c27-7ce3-4711-aafe-e2b7cdace85d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7c2b38d2-76cd-4d50-8f91-e24693041441
ModelName:Vfw252fab218973..base_vfw..module-0
ModelUuid:2f2a3b75-1c80-4691-a695-52ce90ecd21b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48c500af-6cc6-4fed-9703-e442ee71a357
ModelInvariantUuid:c3e38201-43ed-4e62-bd06-053cfd74b8e7
ModelName:vFW 252fab21-8973-nodes.vfwCvfc
ModelUuid:f42301c1-3778-4608-bdf7-1aa38fa06c81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c72970ed-abc1-4411-9c1e-6700dceb3ada
ModelInvariantUuid:5cbafe9d-8672-43d5-a096-255cc21b10bf
ModelName:Vfw252fab218973.compute.nodes.heat.vfw
ModelUuid:aa6db58f-78a7-4210-b853-17982c89c867
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e7d03a00-ed33-45d8-8fc0-06c931d0f195
ModelInvariantUuid:1bbcccbd-35d7-4afa-97d6-30273d4af116
ModelName:vFW 252fab21-8973-nodes.vsnCvfc
ModelUuid:2f3ad499-61e8-4ebf-ae55-b61b0fea6222
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4876fb0c-b4e5-4fda-8e72-104fd2ec0961
ModelInvariantUuid:b3b0779f-68ee-4735-a1d0-bb05db4a77f8
ModelName:Vfw252fab218973.compute.nodes.heat.vsn
ModelUuid:1de2d426-48cd-407f-8e44-839cbc434de9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0cfc3157-a2ad-4e3c-96bc-7478ddf9c304
ModelInvariantUuid:49f3bb62-8ade-4c4c-a863-f7e5305d70e1
ModelName:vFW 252fab21-8973-nodes.vpgCvfc
ModelUuid:6ead9d21-77be-42fc-92e3-a80859e66b28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e8df845b-8a57-41b1-9b0c-28047ff29f0e
ModelInvariantUuid:dfe6f432-eba8-4a32-8946-87388d2045aa
ModelName:Vfw252fab218973.compute.nodes.heat.vpg
ModelUuid:4de25f83-e29a-4948-920a-d7b8db2bc1ee
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-06-03T01:58:48.674Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bc075b7-66b3-434c-bbc4-b444e82613d5
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-06-03T01:58:48.766Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||vFW 252fab21-8973 0
2021-06-03T01:58:48.773Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bc075b7-66b3-434c-bbc4-b444e82613d5
2021-06-03T01:58:48.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb0235b7-61cc-4518-997c-b11419fa3c32 from URL: /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json
2021-06-03T01:58:48.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T01:58:48.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json
2021-06-03T01:58:49.656Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T01:58:49.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json fb0235b7-61cc-4518-997c-b11419fa3c32 785
2021-06-03T01:58:49.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json ASDC sendASDCNotification
2021-06-03T01:58:49.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json
2021-06-03T01:58:49.657Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T01:58:49.658Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:49.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:49.660Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685529657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:49.760Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:49.761Z||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-06-03T01:58:49.761Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:49.773Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:49.773Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:50.665Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw252fab218973..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7c2b38d2-76cd-4d50-8f91-e24693041441",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f2a3b75-1c80-4691-a695-52ce90ecd21b",
    "vfModuleModelCustomizationUUID": "d26c4c86-ff17-4acf-965b-9c5cf2fb5838",
    "isBase": true,
    "artifacts": [
      "4801e981-4aec-475f-947a-ad9ee84c7795",
      "cac8833f-2944-426a-bfa6-506ece63d880"
    ],
    "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-06-03T01:58:50.692Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw252fab218973..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f2a3b75-1c80-4691-a695-52ce90ecd21b
VfModuleModelInvariantUUID:7c2b38d2-76cd-4d50-8f91-e24693041441
VfModuleModelDescription:NULL
Artifacts UUID List:{
4801e981-4aec-475f-947a-ad9ee84c7795
,
cac8833f-2944-426a-bfa6-506ece63d880

}
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-06-03T01:58:50.695Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw252fab218973..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7c2b38d2-76cd-4d50-8f91-e24693041441",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f2a3b75-1c80-4691-a695-52ce90ecd21b",
    "vfModuleModelCustomizationUUID": "d26c4c86-ff17-4acf-965b-9c5cf2fb5838",
    "isBase": true,
    "artifacts": [
      "4801e981-4aec-475f-947a-ad9ee84c7795",
      "cac8833f-2944-426a-bfa6-506ece63d880"
    ],
    "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-06-03T01:58:50.695Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw252fab218973..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f2a3b75-1c80-4691-a695-52ce90ecd21b
VfModuleModelInvariantUUID:7c2b38d2-76cd-4d50-8f91-e24693041441
VfModuleModelDescription:NULL
Artifacts UUID List:{
4801e981-4aec-475f-947a-ad9ee84c7795
,
cac8833f-2944-426a-bfa6-506ece63d880

}
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-06-03T01:58:50.695Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4801e981-4aec-475f-947a-ad9ee84c7795 from URL: /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml
2021-06-03T01:58:50.695Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T01:58:50.696Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml
2021-06-03T01:58:51.258Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T01:58:51.259Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml 4801e981-4aec-475f-947a-ad9ee84c7795 20368
2021-06-03T01:58:51.259Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-03T01:58:51.259Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml
2021-06-03T01:58:51.259Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T01:58:51.260Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:51.261Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:51.261Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685531259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:51.362Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T01:58:51.363Z||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-06-03T01:58:51.363Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:51.375Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:51.375Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:52.262Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cac8833f-2944-426a-bfa6-506ece63d880 from URL: /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env
2021-06-03T01:58:52.263Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T01:58:52.263Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env
2021-06-03T01:58:53.373Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T01:58:53.373Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env cac8833f-2944-426a-bfa6-506ece63d880 2098
2021-06-03T01:58:53.374Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-03T01:58:53.374Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env
2021-06-03T01:58:53.374Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T01:58:53.374Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:53.376Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:53.376Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685533374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T01:58:53.476Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:53.477Z||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-06-03T01:58:53.477Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:53.497Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:53.497Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-06-03T01:58:54.376Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6a9e1bef-420f-4350-9b18-8e8f002cabe7
2021-06-03T01:58:54.377Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 252fab21-8973 0 5bc075b7-66b3-434c-bbc4-b444e82613d5 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-06-03T01:58:54.419Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.419Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.419Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-03T01:58:54.419Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 4bf35c27-7ce3-4711-aafe-e2b7cdace85d
2021-06-03T01:58:54.419Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4bf35c27-7ce3-4711-aafe-e2b7cdace85d matches Tosca VF Customization UUID: 4bf35c27-7ce3-4711-aafe-e2b7cdace85d
2021-06-03T01:58:54.420Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 4bf35c27-7ce3-4711-aafe-e2b7cdace85d  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-06-03T01:58:54.427Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.427Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.428Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 4bf35c27-7ce3-4711-aafe-e2b7cdace85d: {\"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-06-03T01:58:54.429Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3061d851
2021-06-03T01:58:54.429Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.429Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-03T01:58:54.430Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d26c4c86-ff17-4acf-965b-9c5cf2fb5838
2021-06-03T01:58:54.431Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d26c4c86-ff17-4acf-965b-9c5cf2fb5838
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-06-03T01:58:54.436Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.437Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:54.437Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:54.437Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.438Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:54.438Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:54.438Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.438Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:54.438Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-03T01:58:54.439Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:54.440Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-03T01:58:54.440Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.440Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48c500af-6cc6-4fed-9703-e442ee71a357
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-06-03T01:58:54.450Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.450Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:54.450Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:54.450Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.450Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.451Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-03T01:58:54.452Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-03T01:58:54.452Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-03T01:58:54.452Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:54.452Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-03T01:58:54.452Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.452Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7d03a00-ed33-45d8-8fc0-06c931d0f195
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-06-03T01:58:54.454Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.454Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:54.454Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:54.457Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.457Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is not matching search criteria
2021-06-03T01:58:54.457Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-03T01:58:54.457Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-03T01:58:54.457Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-03T01:58:54.457Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-03T01:58:54.458Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0cfc3157-a2ad-4e3c-96bc-7478ddf9c304
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-06-03T01:58:54.461Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.461Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:54.461Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T01:58:54.461Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.461Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Node template vFW 252fab21-8973 0 is matching search criteria
2021-06-03T01:58:54.461Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 252fab21-8973 0] matching following query criteria: sdcType=VF, customizationUUID=4bf35c27-7ce3-4711-aafe-e2b7cdace85d
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-06-03T01:58:54.463Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.463Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.464Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6a9e1bef-420f-4350-9b18-8e8f002cabe7: vFW 252fab21-8973
2021-06-03T01:58:54.464Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.464Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.464Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.464Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.464Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.465Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.465Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.465Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.465Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T01:58:54.465Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-03 01-55-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T01:58:54.465Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-06-03 01-55-16 
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-06-03T01:58:54.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 252fab21-8973 5bc075b7-66b3-434c-bbc4-b444e82613d5 1 ASDC deployResourceStructure
2021-06-03T01:58:54.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json ASDC sendASDCNotification
2021-06-03T01:58:54.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json
2021-06-03T01:58:54.774Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T01:58:54.775Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:54.776Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:54.776Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685534774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:54.876Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:54.877Z||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-06-03T01:58:54.878Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:54.895Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:54.896Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-06-03T01:58:55.777Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-03T01:58:55.777Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml
2021-06-03T01:58:55.777Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T01:58:55.778Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:55.779Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:55.779Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685535777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:55.879Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:55.880Z||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-06-03T01:58:55.880Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:55.891Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:55.891Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:56.780Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-03T01:58:56.780Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env
2021-06-03T01:58:56.780Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T01:58:56.781Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:56.782Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:56.782Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685536780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:56.882Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:56.883Z||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-06-03T01:58:56.884Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:56.895Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:56.896Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:57.784Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar ASDC sendASDCNotification
2021-06-03T01:58:57.784Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar
2021-06-03T01:58:57.784Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T01:58:57.784Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T01:58:57.786Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T01:58:57.786Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685537783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T01:58:57.886Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T01:58:57.887Z||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-06-03T01:58:57.887Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T01:58:57.898Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:58:57.899Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T01:58:58.787Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T01:58:58.803Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T01:58:58.806Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T01:58:58.806Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T01:58:58.806Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T01:59:28.807Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T01:59:28.818Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T01:59:28.820Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T01:59:28.820Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T01:59:28.820Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T01:59:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T01:59:35.334Z||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-06-03T01:59:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T01:59:35.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T01:59:35.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T01:59:35.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T01:59:35.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T01:59:58.821Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T01:59:58.831Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T01:59:58.834Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T01:59:58.834Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T01:59:58.834Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:00:28.835Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:00:28.844Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:00:28.846Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:00:28.846Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:00:28.846Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:00:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:00:35.334Z||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-06-03T02:00:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:00:35.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:00:35.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685516638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685516780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:00:35.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "aai-ml",
  "timestamp": 1622685517642,
  "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-06-03T02:00:35.872Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T02:00:35.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T02:00:35.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685517785,
  "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-06-03T02:00:35.887Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7df248e9-1ea6-4def-bc48-52670c94c738
2021-06-03T02:00:35.887Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T02:00:35.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "clamp",
  "timestamp": 1622685519370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "aai-ml",
  "timestamp": 1622685492080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685502838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "clamp",
  "timestamp": 1622685521377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "aai-ml",
  "timestamp": 1622685521620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685521729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "clamp",
  "timestamp": 1622685522380,
  "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-06-03T02:00:35.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3230ee01-c9d3-4156-827c-89f1a92f5bea
2021-06-03T02:00:35.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3230ee01-c9d3-4156-827c-89f1a92f5bea 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-06-03T02:00:35.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685523252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685523878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685524256,
  "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-06-03T02:00:35.916Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3230ee01-c9d3-4156-827c-89f1a92f5bea
2021-06-03T02:00:35.916Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3230ee01-c9d3-4156-827c-89f1a92f5bea 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-06-03T02:00:35.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "aai-ml",
  "timestamp": 1622685524356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "aai-ml",
  "timestamp": 1622685525359,
  "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-06-03T02:00:35.931Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3230ee01-c9d3-4156-827c-89f1a92f5bea
2021-06-03T02:00:35.932Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3230ee01-c9d3-4156-827c-89f1a92f5bea 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-06-03T02:00:35.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685529657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685531259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685533374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:00:35.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685534774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/vfw252fab2189730_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685535777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685536780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/resourceInstances/vfw252fab2189730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685537783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210603015516/1.0/artifacts/service-Vfw20210603015516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:00:35.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:00:58.846Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:00:58.857Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:00:58.861Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:00:58.861Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:00:58.861Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:00:58.861Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:00:58.862Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-06-03T02:00:58.868Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:01:28.869Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7df248e9-1ea6-4def-bc48-52670c94c738 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-06-03T02:01:28.876Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7df248e9-1ea6-4def-bc48-52670c94c738 and serviceModelVersionId: 6a9e1bef-420f-4350-9b18-8e8f002cabe7
2021-06-03T02:01:28.876Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a1f6894-8b5c-42d3-8016-322c7861724d
2021-06-03T02:01:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:01:35.335Z||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-06-03T02:01:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:01:40.536Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a1f6894-8b5c-42d3-8016-322c7861724d/model-vers/model-ver/6a9e1bef-420f-4350-9b18-8e8f002cabe7?depth=0
2021-06-03T02:01:40.643Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:01:41.135Z|7df248e9-1ea6-4def-bc48-52670c94c738|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/5a1f6894-8b5c-42d3-8016-322c7861724d/model-vers/model-ver/6a9e1bef-420f-4350-9b18-8e8f002cabe7?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-06-03T02:01:41.139Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a1f6894-8b5c-42d3-8016-322c7861724d/model-vers/model-ver/6a9e1bef-420f-4350-9b18-8e8f002cabe7?depth=0|INFO|500||Invoke
2021-06-03T02:01:41.264Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a1f6894-8b5c-42d3-8016-322c7861724d/model-vers/model-ver/6a9e1bef-420f-4350-9b18-8e8f002cabe7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:01:41.573Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a1f6894-8b5c-42d3-8016-322c7861724d/model-vers/model-ver/6a9e1bef-420f-4350-9b18-8e8f002cabe7?depth=0|INFO|500||InvokeReturn
2021-06-03T02:01:41.574Z|7df248e9-1ea6-4def-bc48-52670c94c738|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/5a1f6894-8b5c-42d3-8016-322c7861724d/model-vers/model-ver/6a9e1bef-420f-4350-9b18-8e8f002cabe7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210603-02:01:41:272-28371], vertex-id=[168160], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:01:41 GMT], Content-Type=[application/json]}
2021-06-03T02:01:41.574Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:01:41.578Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:01:41.579Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-06-03T02:01:41.584Z|7df248e9-1ea6-4def-bc48-52670c94c738|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-06-03T02:01:41.584Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7df248e9-1ea6-4def-bc48-52670c94c738 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:01:41.585Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:01:41.586Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:01:41.587Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:01:41.587Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685701585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:01:41.688Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:01:41.688Z||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-06-03T02:01:41.689Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:01:41.700Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:01:41.701Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:01:42.316Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:01:42.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:01:42.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7df248e9-1ea6-4def-bc48-52670c94c738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685701585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:01:42.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:01:42.599Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:01:42.599Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3230ee01-c9d3-4156-827c-89f1a92f5bea","serviceName":"basic_onboard_VMnheC","serviceVersion":"1.0","serviceUUID":"ba12e508-3a7c-45c2-b0ce-0ab2232ef843","serviceDescription":"service","serviceInvariantUUID":"4ccc64be-a9c1-4e42-bc9e-1204e2d8a008","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVmnhec-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml","artifactChecksum":"YTVjMmMxNjIyYmViMWVjOWY0ODNmNTkyYjFjZjhjZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45ce6fc1-9b5c-490a-92f4-0298ee55dc87","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVmnhec-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar","artifactChecksum":"ZGYzZDY1NzFhMGZjODJlZmFjY2RmOWQzNmRhYTYyYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a8ccc7c-481f-41ef-8379-ca24611a876e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:01:42.600Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:01:42.600Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:01:42.602Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:01:42.602Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:01:42.702Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:01:42.703Z||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-06-03T02:01:42.703Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:01:42.714Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:01:42.714Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:01:43.603Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:01:43.604Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:01:43.605Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:01:43.605Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:01:43.706Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:01:43.706Z||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-06-03T02:01:43.707Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:01:43.718Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:01:43.719Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:01:44.606Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "serviceName": "basic_onboard_VMnheC",
  "serviceVersion": "1.0",
  "serviceUUID": "ba12e508-3a7c-45c2-b0ce-0ab2232ef843",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4ccc64be-a9c1-4e42-bc9e-1204e2d8a008",
  "resources": [],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVmnhec-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
      "artifactChecksum": "ZGYzZDY1NzFhMGZjODJlZmFjY2RmOWQzNmRhYTYyYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a8ccc7c-481f-41ef-8379-ca24611a876e"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:01:44.607Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2021-06-03T02:01:44.607Z|7df248e9-1ea6-4def-bc48-52670c94c738|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba12e508-3a7c-45c2-b0ce-0ab2232ef843 ASDC
2021-06-03T02:01:44.607Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3230ee01-c9d3-4156-827c-89f1a92f5bea
ServiceName:basic_onboard_VMnheC
ServiceVersion:1.0
ServiceUUID:ba12e508-3a7c-45c2-b0ce-0ab2232ef843
ServiceInvariantUUID:4ccc64be-a9c1-4e42-bc9e-1204e2d8a008
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVmnhec-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar
ArtifactUUID:7a8ccc7c-481f-41ef-8379-ca24611a876e
ArtifactChecksum:ZGYzZDY1NzFhMGZjODJlZmFjY2RmOWQzNmRhYTYyYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:

}


2021-06-03T02:01:44.607Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba12e508-3a7c-45c2-b0ce-0ab2232ef843 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-06-03T02:01:44.629Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:01:44.630Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:01:44.630Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:01:44.630Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7a8ccc7c-481f-41ef-8379-ca24611a876e from URL: /sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:44.630Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:01:44.630Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:44.842Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:01:44.845Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar 7a8ccc7c-481f-41ef-8379-ca24611a876e 50077
2021-06-03T02:01:44.845Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar ASDC sendASDCNotification
2021-06-03T02:01:44.845Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:44.845Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:01:44.846Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:01:44.847Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:01:44.847Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685704845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:01:44.948Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:01:44.949Z||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-06-03T02:01:44.949Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:01:44.960Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:01:44.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:01:45.848Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:01:45.849Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:01:45.849Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7a8ccc7c-481f-41ef-8379-ca24611a876e, URL: /sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar to file: /app/ASDC/1/service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:45.850Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:45.850Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:45.850Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVmnhec-csar.csar
2021-06-03T02:01:45.949Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17788703610689313401/Definitions/service-BasicOnboardVmnhec-template.yml
2021-06-03T02:01:46.376Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:01:46.376Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.376Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.376Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:01:46.376Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.377Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.378Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.378Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.378Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.378Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:01:46.378Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_VMnheC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:01:46.378Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VMnheC
Description:service
Model UUID:ba12e508-3a7c-45c2-b0ce-0ab2232ef843
Model Version:NULL
Model InvariantUuid:4ccc64be-a9c1-4e42-bc9e-1204e2d8a008
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-06-03T02:01:46.383Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||ERROR|500||Service Model contains no resources.
2021-06-03T02:01:46.383Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:01:46.391Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:01:46.393Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:01:46.393Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:02:16.393Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:02:16.403Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:02:16.405Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:02:16.405Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:02:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:02:35.335Z||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-06-03T02:02:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:02:35.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:02:35.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:02:35.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685515332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622685704845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmnhec/1.0/artifacts/service-BasicOnboardVmnhec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:02:35.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:02:46.405Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:02:46.416Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:02:46.419Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:02:46.419Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:03:16.419Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:03:16.429Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:03:16.432Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:03:16.432Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:03:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:03:35.335Z||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-06-03T02:03:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:03:44.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:03:46.432Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:03:46.443Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:03:46.445Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:03:46.445Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:04:16.446Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:04:16.455Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:04:16.460Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:04:16.460Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:04:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:04:35.334Z||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-06-03T02:04:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:04:44.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:04:46.460Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:04:46.471Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:04:46.473Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:04:46.473Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:05:16.473Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:05:16.484Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:05:16.486Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:05:16.487Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:05:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:05:35.334Z||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-06-03T02:05:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:05:44.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:05:46.487Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:05:46.497Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:05:46.499Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:05:46.499Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:06:16.499Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:06:16.508Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:06:16.510Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:06:16.510Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:06:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:06:35.334Z||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-06-03T02:06:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:35.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:35.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "aai-ml",
  "timestamp": 1622685972080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "cds",
  "timestamp": 1622685974051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685975472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "aai-ml",
  "timestamp": 1622685972080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622685975472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "cds",
  "timestamp": 1622685974051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685980942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685980943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "aai-ml",
  "timestamp": 1622685982339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "cds",
  "timestamp": 1622685982425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622685980942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622685980943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:35.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "cds",
  "timestamp": 1622685983431,
  "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-06-03T02:06:35.988Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0547f61-b5ca-4228-a65e-31c7e19a9ceb
2021-06-03T02:06:35.988Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0547f61-b5ca-4228-a65e-31c7e19a9ceb 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-06-03T02:06:35.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685982838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:35.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:35.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685982838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:35.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:35.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685984437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:36.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "aai-ml",
  "timestamp": 1622685985563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:06:36.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:36.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685985654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:06:36.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:36.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622685984437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:36.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "clamp",
  "timestamp": 1622685985472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:36.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "aai-ml",
  "timestamp": 1622685986566,
  "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-06-03T02:06:36.008Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0547f61-b5ca-4228-a65e-31c7e19a9ceb
2021-06-03T02:06:36.008Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0547f61-b5ca-4228-a65e-31c7e19a9ceb 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-06-03T02:06:36.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "clamp",
  "timestamp": 1622685985472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:36.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685987171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:06:36.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:36.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "dcae-sch",
  "timestamp": 1622685987565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:36.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622685988182,
  "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-06-03T02:06:36.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0547f61-b5ca-4228-a65e-31c7e19a9ceb
2021-06-03T02:06:36.027Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0547f61-b5ca-4228-a65e-31c7e19a9ceb 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-06-03T02:06:36.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "policy-id",
  "timestamp": 1622685988291,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:36.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "dcae-sch",
  "timestamp": 1622685987565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "policy-id",
  "timestamp": 1622685988291,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "policy-id",
  "timestamp": 1622685991768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:06:36.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:36.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "policy-id",
  "timestamp": 1622685992772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:06:36.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:06:36.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:06:36.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "policy-id",
  "timestamp": 1622685993774,
  "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-06-03T02:06:36.044Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0547f61-b5ca-4228-a65e-31c7e19a9ceb
2021-06-03T02:06:36.044Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0547f61-b5ca-4228-a65e-31c7e19a9ceb 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-06-03T02:06:46.511Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-06-03T02:06:46.511Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea 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-06-03T02:06:46.516Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3230ee01-c9d3-4156-827c-89f1a92f5bea and serviceModelVersionId: ba12e508-3a7c-45c2-b0ce-0ab2232ef843
2021-06-03T02:06:46.516Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ccc64be-a9c1-4e42-bc9e-1204e2d8a008
2021-06-03T02:06:46.517Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ccc64be-a9c1-4e42-bc9e-1204e2d8a008/model-vers/model-ver/ba12e508-3a7c-45c2-b0ce-0ab2232ef843?depth=0
2021-06-03T02:06:46.524Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:06:46.573Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|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/4ccc64be-a9c1-4e42-bc9e-1204e2d8a008/model-vers/model-ver/ba12e508-3a7c-45c2-b0ce-0ab2232ef843?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-06-03T02:06:46.574Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ccc64be-a9c1-4e42-bc9e-1204e2d8a008/model-vers/model-ver/ba12e508-3a7c-45c2-b0ce-0ab2232ef843?depth=0|INFO|500||Invoke
2021-06-03T02:06:46.596Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ccc64be-a9c1-4e42-bc9e-1204e2d8a008/model-vers/model-ver/ba12e508-3a7c-45c2-b0ce-0ab2232ef843?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-06-03T02:06:46.671Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ccc64be-a9c1-4e42-bc9e-1204e2d8a008/model-vers/model-ver/ba12e508-3a7c-45c2-b0ce-0ab2232ef843?depth=0|INFO|500||InvokeReturn
2021-06-03T02:06:46.672Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|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/4ccc64be-a9c1-4e42-bc9e-1204e2d8a008/model-vers/model-ver/ba12e508-3a7c-45c2-b0ce-0ab2232ef843?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210603-02:06:46:604-20963], vertex-id=[176288], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:06:46 GMT], Content-Type=[application/json]}
2021-06-03T02:06:46.672Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:06:46.672Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:06:46.672Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|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-06-03T02:06:46.677Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|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-06-03T02:06:46.677Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3230ee01-c9d3-4156-827c-89f1a92f5bea and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-06-03T02:06:46.677Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-06-03T02:06:46.678Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:06:46.680Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:06:46.680Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686006677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-06-03T02:06:46.781Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:06:46.781Z||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-06-03T02:06:46.781Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:46.792Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:46.792Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:06:47.696Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:06:47.697Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|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-06-03T02:06:47.697Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:52.007Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:52.008Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:06:52.008Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0547f61-b5ca-4228-a65e-31c7e19a9ceb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"380a59ca-b8dc-41b1-a813-35a2bf9e8d86","serviceDescription":"service","serviceInvariantUUID":"555a9c9c-2c27-4b97-95cd-06024207832c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8988810d-4b4e-4314-9dc5-030eb08ccb39","resourceInvariantUUID":"229457a1-93d1-46a6-8a15-2a8ec2c74369","resourceCustomizationUUID":"e75ebbad-824f-43de-89f2-47598bbe8c70","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":"MTY2MmI3NmUwOWE1ZWE3OTBiMjE0Njc5ZDg3N2MwODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bc3b0d4-cd6d-4801-9d48-7282d9377df5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmJhZDEyMTk3YjM5OWZkOTYzY2ZkZDk5Y2Q3ZTM0MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3076bcbb-f836-4460-aae4-b1e313f1b969","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:06:52.010Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:06:52.010Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:06:52.012Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:06:52.012Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686007696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:06:52.112Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:06:52.113Z||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-06-03T02:06:52.113Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:52.123Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:52.124Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:06:53.013Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:06:53.014Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:06:53.015Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:06:53.015Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686007696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:06:53.116Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:06:53.117Z||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-06-03T02:06:53.117Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:53.128Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:53.128Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:06:54.017Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "380a59ca-b8dc-41b1-a813-35a2bf9e8d86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "555a9c9c-2c27-4b97-95cd-06024207832c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e75ebbad-824f-43de-89f2-47598bbe8c70",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8988810d-4b4e-4314-9dc5-030eb08ccb39",
      "resourceInvariantUUID": "229457a1-93d1-46a6-8a15-2a8ec2c74369",
      "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": "YmJhZDEyMTk3YjM5OWZkOTYzY2ZkZDk5Y2Q3ZTM0MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3076bcbb-f836-4460-aae4-b1e313f1b969"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:06:54.017Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T02:06:54.017Z|3230ee01-c9d3-4156-827c-89f1a92f5bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 380a59ca-b8dc-41b1-a813-35a2bf9e8d86 ASDC
2021-06-03T02:06:54.017Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f0547f61-b5ca-4228-a65e-31c7e19a9ceb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:380a59ca-b8dc-41b1-a813-35a2bf9e8d86
ServiceInvariantUUID:555a9c9c-2c27-4b97-95cd-06024207832c
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:3076bcbb-f836-4460-aae4-b1e313f1b969
ArtifactChecksum:YmJhZDEyMTk3YjM5OWZkOTYzY2ZkZDk5Y2Q3ZTM0MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e75ebbad-824f-43de-89f2-47598bbe8c70
ResourceInvariantUUID:229457a1-93d1-46a6-8a15-2a8ec2c74369
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8988810d-4b4e-4314-9dc5-030eb08ccb39
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-06-03T02:06:54.018Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 380a59ca-b8dc-41b1-a813-35a2bf9e8d86 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-06-03T02:06:54.044Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:06:54.045Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:06:54.045Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:06:54.046Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3076bcbb-f836-4460-aae4-b1e313f1b969 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-03T02:06:54.046Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:06:54.046Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:56.821Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:06:56.823Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3076bcbb-f836-4460-aae4-b1e313f1b969 52226
2021-06-03T02:06:56.823Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:56.823Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:56.824Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:06:56.824Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:06:56.825Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:06:56.825Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686016823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:06:56.926Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:06:56.926Z||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-06-03T02:06:56.926Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:56.936Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:56.937Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:06:57.826Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:06:57.827Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:06:57.827Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3076bcbb-f836-4460-aae4-b1e313f1b969, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-03T02:06:57.828Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-03T02:06:57.828Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-03T02:06:57.828Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-03T02:06:57.907Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1388317430837101029/Definitions/service-BasicNetwork-template.yml
2021-06-03T02:06:58.402Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:06:58.402Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:06:58.402Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-03T02:06:58.402Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-03T02:06:58.402Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.402Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.403Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:06:58.404Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.405Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.406Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.406Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.406Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:380a59ca-b8dc-41b1-a813-35a2bf9e8d86
Model Version:NULL
Model InvariantUuid:555a9c9c-2c27-4b97-95cd-06024207832c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:229457a1-93d1-46a6-8a15-2a8ec2c74369
Model UUID:b599132d-8179-41af-a86f-69de03345a31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e75ebbad-824f-43de-89f2-47598bbe8c70
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-06-03T02:06:58.412Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 8988810d-4b4e-4314-9dc5-030eb08ccb39
2021-06-03T02:06:58.412Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||No resources found for Service: 380a59ca-b8dc-41b1-a813-35a2bf9e8d86
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-06-03T02:06:58.415Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||
2021-06-03T02:06:58.415Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-06-03T02:06:58.416Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 380a59ca-b8dc-41b1-a813-35a2bf9e8d86
2021-06-03T02:06:58.416Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 380a59ca-b8dc-41b1-a813-35a2bf9e8d86
2021-06-03T02:06:58.416Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-06-03T02:06:58.416Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.421Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.421Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.421Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.421Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.421Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 380a59ca-b8dc-41b1-a813-35a2bf9e8d86: Generic NeutronNet
2021-06-03T02:06:58.421Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.422Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.422Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.422Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.453Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.454Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.454Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.454Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.454Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:06:58.454Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:06:58.455Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.512Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-06-03T02:06:58.512Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.513Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:58.513Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:06:58.513Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:06:58.514Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:06:58.515Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686018512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:06:58.615Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:06:58.615Z||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-06-03T02:06:58.615Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:06:58.627Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:06:58.627Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:06:59.515Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0547f61-b5ca-4228-a65e-31c7e19a9ceb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:06:59.524Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0547f61-b5ca-4228-a65e-31c7e19a9ceb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:06:59.526Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:06:59.526Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:06:59.526Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:06:59.527Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:06:59.533Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:07:29.533Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0547f61-b5ca-4228-a65e-31c7e19a9ceb 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-06-03T02:07:29.537Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0547f61-b5ca-4228-a65e-31c7e19a9ceb and serviceModelVersionId: 380a59ca-b8dc-41b1-a813-35a2bf9e8d86
2021-06-03T02:07:29.537Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 555a9c9c-2c27-4b97-95cd-06024207832c
2021-06-03T02:07:29.537Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0
2021-06-03T02:07:29.541Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:07:29.573Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0|INFO|500||Invoke
2021-06-03T02:07:29.574Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0547f61-b5ca-4228-a65e-31c7e19a9ceb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9931db22-c540-4764-99b1-e4cb072ea345], X-ECOMP-RequestID=[f0547f61-b5ca-4228-a65e-31c7e19a9ceb], X-TransactionId=[], X-ONAP-RequestID=[f0547f61-b5ca-4228-a65e-31c7e19a9ceb], Content-Type=[application/merge-patch+json]}
2021-06-03T02:07:29.592Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:07:29.700Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?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/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210603-02:07:29:598-38619], vertex-id=[176352], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:07:29 GMT], Content-Type=[application/json]}
2021-06-03T02:07:29.701Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:07:29.701Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/555a9c9c-2c27-4b97-95cd-06024207832c/model-vers/model-ver/380a59ca-b8dc-41b1-a813-35a2bf9e8d86?depth=0|INFO|500||InvokeReturn
2021-06-03T02:07:29.701Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:07:29.702Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:07:29.708Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:07:29.708Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0547f61-b5ca-4228-a65e-31c7e19a9ceb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:07:29.708Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:07:29.708Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:29.710Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:29.710Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686049708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:07:29.811Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:07:29.812Z||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-06-03T02:07:29.812Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:29.824Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:29.825Z||pool-27-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-06-03T02:07:30.721Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:07:30.721Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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-06-03T02:07:30.721Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:31.343Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:31.344Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:07:31.344Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bef9847-2895-41a4-800c-0da20e7d5c80","serviceName":"Demo_pNF_UJApGfQAcMW2kRhWBvoJ","serviceVersion":"1.0","serviceUUID":"a390cf84-f652-4fe6-8a6f-c9282052cff1","serviceDescription":"catalog service description","serviceInvariantUUID":"20d5844f-20ab-4166-a73a-03d9e1f219e0","resources":[{"resourceInstanceName":"pNF 8ec4cb2d-dba5 0","resourceName":"pNF 8ec4cb2d-dba5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3238ab90-6882-42eb-a0d8-750ee09f0f6a","resourceInvariantUUID":"9932e1ff-ee6a-4353-9cdd-2fe0edee6eba","resourceCustomizationUUID":"769ab4c4-aef8-4899-9449-ca6b662f6e07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml","artifactChecksum":"M2I5YjU2MzFlMTdjNDMzMGNiMTI5M2I3ODYyYjc1Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bbdb05b-a917-4238-8b75-51aa72ccf781","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar","artifactChecksum":"NjEyYzIwYWJhZWFkMGQ0NGViYjdiNWMzNjEyOTMwM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a010dbbd-d05a-411f-b5b1-8995c1481d7f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb730176-ece7-4182-b792-8e00ecc5da72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml","artifactChecksum":"NGE0ZTE1MDYxM2E2Zjg1NzA3ZGY2OGRlMDhiNDMwMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"559a02b9-0272-4273-b0f4-221c3fb7f787","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"240033e5-56f0-489b-8749-45e9c9d5e94d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17a425b0-91fa-4cb9-9080-ad166862d6f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml","artifactChecksum":"YzcxZjgwZWY2OWUxMWQzMDBiM2I3MjIwM2Q1N2VhYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"948ded0f-883e-41b4-985f-3536bf5f162c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar","artifactChecksum":"ZjBlNzdhM2VhN2IzMDJkMjY4M2U5OWRjZDU5ZTdmMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4c3a256-af2e-48b9-9e0f-125c85ac4173","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:07:31.346Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:31.346Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:31.348Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:31.348Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:31.448Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:31.449Z||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-06-03T02:07:31.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:31.460Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:31.460Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:07:32.348Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:32.349Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:32.351Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:32.351Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:32.451Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:32.452Z||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-06-03T02:07:32.452Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:32.461Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:32.462Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:07:33.351Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:33.352Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:33.354Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:33.354Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:33.455Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:33.456Z||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-06-03T02:07:33.456Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:33.467Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:33.467Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:07:34.355Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:34.355Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:34.357Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:34.357Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:34.457Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:34.458Z||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-06-03T02:07:34.458Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:34.469Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:34.469Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:07:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:07:35.334Z||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-06-03T02:07:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:35.358Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:35.358Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:35.359Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:35.360Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.460Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:35.461Z||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-06-03T02:07:35.461Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:35.472Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:35.472Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:07:35.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:35.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "clamp",
  "timestamp": 1622685999717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:07:35.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:07:35.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "clamp",
  "timestamp": 1622686001445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:07:35.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:07:35.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "clamp",
  "timestamp": 1622686002448,
  "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-06-03T02:07:35.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0547f61-b5ca-4228-a65e-31c7e19a9ceb
2021-06-03T02:07:35.493Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0547f61-b5ca-4228-a65e-31c7e19a9ceb 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-06-03T02:07:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3230ee01-c9d3-4156-827c-89f1a92f5bea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686006677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-06-03T02:07:35.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:07:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686007696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686007696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686016823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686018512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0547f61-b5ca-4228-a65e-31c7e19a9ceb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686049708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:35.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:07:36.360Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:36.361Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:36.362Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:36.362Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:36.463Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:36.463Z||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-06-03T02:07:36.463Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:36.474Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:36.475Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:07:37.363Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:37.364Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:37.365Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:37.365Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:07:37.465Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:37.466Z||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-06-03T02:07:37.466Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:37.477Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:37.478Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:07:38.366Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:07:38.367Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:38.368Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:38.368Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:07:38.469Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:07:38.470Z||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-06-03T02:07:38.470Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:38.483Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:38.483Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:07:39.369Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "serviceName": "Demo_pNF_UJApGfQAcMW2kRhWBvoJ",
  "serviceVersion": "1.0",
  "serviceUUID": "a390cf84-f652-4fe6-8a6f-c9282052cff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20d5844f-20ab-4166-a73a-03d9e1f219e0",
  "resources": [
    {
      "resourceInstanceName": "pNF 8ec4cb2d-dba5 0",
      "resourceCustomizationUUID": "769ab4c4-aef8-4899-9449-ca6b662f6e07",
      "resourceName": "pNF 8ec4cb2d-dba5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3238ab90-6882-42eb-a0d8-750ee09f0f6a",
      "resourceInvariantUUID": "9932e1ff-ee6a-4353-9cdd-2fe0edee6eba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
      "artifactChecksum": "ZjBlNzdhM2VhN2IzMDJkMjY4M2U5OWRjZDU5ZTdmMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4c3a256-af2e-48b9-9e0f-125c85ac4173"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:07:39.369Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T02:07:39.370Z|f0547f61-b5ca-4228-a65e-31c7e19a9ceb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a390cf84-f652-4fe6-8a6f-c9282052cff1 ASDC
2021-06-03T02:07:39.370Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8bef9847-2895-41a4-800c-0da20e7d5c80
ServiceName:Demo_pNF_UJApGfQAcMW2kRhWBvoJ
ServiceVersion:1.0
ServiceUUID:a390cf84-f652-4fe6-8a6f-c9282052cff1
ServiceInvariantUUID:20d5844f-20ab-4166-a73a-03d9e1f219e0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
ArtifactUUID:c4c3a256-af2e-48b9-9e0f-125c85ac4173
ArtifactChecksum:ZjBlNzdhM2VhN2IzMDJkMjY4M2U5OWRjZDU5ZTdmMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8ec4cb2d-dba5 0
ResourceCustomizationUUID:769ab4c4-aef8-4899-9449-ca6b662f6e07
ResourceInvariantUUID:9932e1ff-ee6a-4353-9cdd-2fe0edee6eba
ResourceName:pNF 8ec4cb2d-dba5
ResourceType:PNF
ResourceUUID:3238ab90-6882-42eb-a0d8-750ee09f0f6a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-03T02:07:39.370Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a390cf84-f652-4fe6-8a6f-c9282052cff1 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-06-03T02:07:39.392Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:07:39.393Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:07:39.393Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:07:39.393Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c4c3a256-af2e-48b9-9e0f-125c85ac4173 from URL: /sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:39.393Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:07:39.393Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:40.423Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:07:40.426Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar c4c3a256-af2e-48b9-9e0f-125c85ac4173 83328
2021-06-03T02:07:40.426Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar ASDC sendASDCNotification
2021-06-03T02:07:40.426Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:40.426Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:07:40.427Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:40.428Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:40.428Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686060426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:07:40.529Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:07:40.530Z||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-06-03T02:07:40.530Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:40.541Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:40.542Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:07:41.429Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:07:41.430Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:07:41.430Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c4c3a256-af2e-48b9-9e0f-125c85ac4173, URL: /sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar to file: /app/ASDC/1/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:41.431Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:41.431Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:41.431Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:41.520Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15786605445206206003/Definitions/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ec4cb2d-dba5 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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.193Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ec4cb2d-dba5 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Node template pNF 8ec4cb2d-dba5 0 is matching search criteria
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:07:42.194Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8ec4cb2d-dba5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Node template pNF 8ec4cb2d-dba5 0 is matching search criteria
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8ec4cb2d-dba5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.195Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.196Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UJApGfQAcMW2kRhWBvoJ
Description:catalog service description
Model UUID:a390cf84-f652-4fe6-8a6f-c9282052cff1
Model Version:NULL
Model InvariantUuid:20d5844f-20ab-4166-a73a-03d9e1f219e0
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-06-03T02:07:42.201Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3238ab90-6882-42eb-a0d8-750ee09f0f6a
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-06-03T02:07:42.203Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||pNF 8ec4cb2d-dba5 0
2021-06-03T02:07:42.203Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3238ab90-6882-42eb-a0d8-750ee09f0f6a
2021-06-03T02:07:42.203Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a390cf84-f652-4fe6-8a6f-c9282052cff1
2021-06-03T02:07:42.204Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a390cf84-f652-4fe6-8a6f-c9282052cff1
2021-06-03T02:07:42.204Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8ec4cb2d-dba5 0 3238ab90-6882-42eb-a0d8-750ee09f0f6a 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-06-03T02:07:42.207Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.207Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.207Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a390cf84-f652-4fe6-8a6f-c9282052cff1: pNF 8ec4cb2d-dba5
2021-06-03T02:07:42.207Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Processing PNF resource: 3238ab90-6882-42eb-a0d8-750ee09f0f6a
2021-06-03T02:07:42.208Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:07:42.208Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UJApGfQAcMW2kRhWBvoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:07:42.208Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||Resource customization UUID: 769ab4c4-aef8-4899-9449-ca6b662f6e07 is the same as notified resource customizationUUID: 769ab4c4-aef8-4899-9449-ca6b662f6e07
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-06-03T02:07:42.258Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8ec4cb2d-dba5 3238ab90-6882-42eb-a0d8-750ee09f0f6a 0 ASDC deployResourceStructure
2021-06-03T02:07:42.258Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar ASDC sendASDCNotification
2021-06-03T02:07:42.258Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar
2021-06-03T02:07:42.259Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:07:42.259Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:07:42.260Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:07:42.261Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686062258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:07:42.361Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:07:42.361Z||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-06-03T02:07:42.362Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:07:42.374Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:07:42.374Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:07:43.261Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:07:43.270Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:07:43.271Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:07:43.271Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:07:43.272Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:08:13.272Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:08:13.278Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:08:13.280Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:08:13.280Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:08:13.280Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:08:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:08:35.335Z||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-06-03T02:08:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:08:35.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:08:35.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:08:35.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:08:35.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:08:43.280Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:08:43.290Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:08:43.292Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:08:43.292Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:08:43.292Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:09:13.293Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:09:13.300Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:09:13.301Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:09:13.302Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:09:13.302Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:09:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:09:35.334Z||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-06-03T02:09:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:09:35.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:09:35.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:09:35.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:09:35.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:09:43.302Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:09:43.311Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:09:43.314Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:09:43.314Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:09:43.314Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:10:13.314Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:10:13.325Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:10:13.327Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:10:13.327Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:10:13.327Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:10:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:10:35.334Z||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-06-03T02:10:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:10:35.865Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:10:35.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "dcae-sch",
  "timestamp": 1622686047565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686040943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686040942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686045472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686044437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686048291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686042838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686049050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686050721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686058543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686058634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686058819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686059548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "cds",
  "timestamp": 1622686059824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-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-06-03T02:10:35.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bef9847-2895-41a4-800c-0da20e7d5c80
2021-06-03T02:10:35.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:10:35.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686060426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "policy-id",
  "timestamp": 1622686060551,
  "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-06-03T02:10:35.893Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bef9847-2895-41a4-800c-0da20e7d5c80
2021-06-03T02:10:35.893Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:10:35.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686061414,
  "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-06-03T02:10:35.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bef9847-2895-41a4-800c-0da20e7d5c80
2021-06-03T02:10:35.905Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:10:35.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686062258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686055471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686064358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686065557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686065817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686066562,
  "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-06-03T02:10:35.921Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8bef9847-2895-41a4-800c-0da20e7d5c80
2021-06-03T02:10:35.921Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:10:35.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686067455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/resourceInstances/pnf8ec4cb2ddba50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "clamp",
  "timestamp": 1622686068458,
  "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-06-03T02:10:35.937Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bef9847-2895-41a4-800c-0da20e7d5c80
2021-06-03T02:10:35.937Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:10:35.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686062080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686071085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:10:35.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686076824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjapgfqacmw2krhwbvoj/1.0/artifacts/service-DemoPnfUjapgfqacmw2krhwbvoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:10:35.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:10:35.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:10:35.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "aai-ml",
  "timestamp": 1622686077827,
  "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-06-03T02:10:35.954Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bef9847-2895-41a4-800c-0da20e7d5c80
2021-06-03T02:10:35.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:10:43.327Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:10:43.337Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:10:43.339Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:10:43.339Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:10:43.339Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:10:43.339Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:10:43.340Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-06-03T02:10:43.344Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:11:13.345Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bef9847-2895-41a4-800c-0da20e7d5c80 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-06-03T02:11:13.350Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bef9847-2895-41a4-800c-0da20e7d5c80 and serviceModelVersionId: a390cf84-f652-4fe6-8a6f-c9282052cff1
2021-06-03T02:11:13.351Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20d5844f-20ab-4166-a73a-03d9e1f219e0
2021-06-03T02:11:13.351Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0
2021-06-03T02:11:13.356Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:11:13.399Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0|INFO|500||Invoke
2021-06-03T02:11:13.400Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8bef9847-2895-41a4-800c-0da20e7d5c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff51cb59-c453-428f-92d3-c2f08548f247], X-ECOMP-RequestID=[8bef9847-2895-41a4-800c-0da20e7d5c80], X-TransactionId=[], X-ONAP-RequestID=[8bef9847-2895-41a4-800c-0da20e7d5c80], Content-Type=[application/merge-patch+json]}
2021-06-03T02:11:13.418Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:11:13.759Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?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/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210603-02:11:13:425-53480], vertex-id=[209136], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:11:13 GMT], Content-Type=[application/json]}
2021-06-03T02:11:13.760Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:11:13.760Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20d5844f-20ab-4166-a73a-03d9e1f219e0/model-vers/model-ver/a390cf84-f652-4fe6-8a6f-c9282052cff1?depth=0|INFO|500||InvokeReturn
2021-06-03T02:11:13.761Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:11:13.761Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-06-03T02:11:13.765Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-06-03T02:11:13.766Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bef9847-2895-41a4-800c-0da20e7d5c80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:11:13.766Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:11:13.766Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:13.768Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:13.768Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686273766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:11:13.871Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-06-03T02:11:13.872Z||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-06-03T02:11:13.872Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:13.887Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:13.888Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:11:14.779Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:11:14.780Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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-06-03T02:11:14.780Z|8bef9847-2895-41a4-800c-0da20e7d5c80|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:19.050Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:19.051Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:11:19.051Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"237c0d51-c459-4abb-ac11-0dc345800ece","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"07b6c3b5-c8bf-464b-b92d-bbca1fc20673","serviceDescription":"service","serviceInvariantUUID":"32a0cfd2-e995-4213-9153-c790ede54fca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dc60499-5540-48e4-a7d7-5391e669f780","resourceInvariantUUID":"4a011e71-e65f-4e42-aa60-bbd7423c5dfa","resourceCustomizationUUID":"7928c9d3-2cc3-42d3-932e-44d72b2583f6","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":"MGNlNGY2MWJhZjgyY2FiNDI5YTRkYjgwMmI1ODgxMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4098c777-601d-4bdb-979d-d3a576a64f72","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":"NWRmNTNkODkzNzNlZGYxNDkxMzQ1ZTk0NTE1OTc1YjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2bc75009-d8f4-4b4d-a6bc-aa4792e86af6","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":"0369da4c-11d7-4122-bfd3-131a5fe5ee3b","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":"75e1f2cb-677e-4361-8618-6ee264f0298d","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":"d9fd3bac-b633-4c5b-9a58-119da7a1f71f","artifactVersion":"2","generatedFromUUID":"0369da4c-11d7-4122-bfd3-131a5fe5ee3b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDdkNTNjNGMwOGFjNmY4MjBmNjIxMDU0YzY5MGViMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b915d236-9d98-4510-9b1d-c9d5165f83e4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDY0NGEwYzIzODMzMjUxNzdlYWI4ZTBmN2UxMDRhMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"078872bd-9e12-4259-a0a8-007c827129ac","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:11:19.053Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:19.054Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:19.055Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:19.055Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:19.156Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:19.157Z||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-06-03T02:11:19.157Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:19.167Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:19.168Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:20.056Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:20.057Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:20.059Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:20.060Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:20.160Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:11:20.161Z||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-06-03T02:11:20.161Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:20.173Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:20.174Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:21.060Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:21.061Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:21.063Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:21.063Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:21.163Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:21.164Z||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-06-03T02:11:21.164Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:21.175Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:21.175Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:22.063Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:22.064Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:22.067Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:22.068Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:22.168Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:22.168Z||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-06-03T02:11:22.168Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:22.179Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:22.180Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:23.068Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:23.069Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:23.071Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:23.072Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:23.172Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:23.172Z||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-06-03T02:11:23.173Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:23.185Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:23.186Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:24.072Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:24.073Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:24.075Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:24.075Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:24.175Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:24.176Z||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-06-03T02:11:24.176Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:24.188Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:24.188Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:25.076Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:11:25.077Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:25.079Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:25.079Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:25.179Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:11:25.180Z||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-06-03T02:11:25.180Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:25.207Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:25.207Z||pool-45-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:26.081Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "07b6c3b5-c8bf-464b-b92d-bbca1fc20673",
  "serviceDescription": "service",
  "serviceInvariantUUID": "32a0cfd2-e995-4213-9153-c790ede54fca",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7928c9d3-2cc3-42d3-932e-44d72b2583f6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5dc60499-5540-48e4-a7d7-5391e669f780",
      "resourceInvariantUUID": "4a011e71-e65f-4e42-aa60-bbd7423c5dfa",
      "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": "NWRmNTNkODkzNzNlZGYxNDkxMzQ1ZTk0NTE1OTc1YjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2bc75009-d8f4-4b4d-a6bc-aa4792e86af6",
          "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": "0369da4c-11d7-4122-bfd3-131a5fe5ee3b",
          "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": "d9fd3bac-b633-4c5b-9a58-119da7a1f71f",
            "generatedFromUUID": "0369da4c-11d7-4122-bfd3-131a5fe5ee3b"
          },
          "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": "d9fd3bac-b633-4c5b-9a58-119da7a1f71f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDY0NGEwYzIzODMzMjUxNzdlYWI4ZTBmN2UxMDRhMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "078872bd-9e12-4259-a0a8-007c827129ac"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:11:26.081Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T02:11:26.082Z|8bef9847-2895-41a4-800c-0da20e7d5c80|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07b6c3b5-c8bf-464b-b92d-bbca1fc20673 ASDC
2021-06-03T02:11:26.082Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:237c0d51-c459-4abb-ac11-0dc345800ece
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:07b6c3b5-c8bf-464b-b92d-bbca1fc20673
ServiceInvariantUUID:32a0cfd2-e995-4213-9153-c790ede54fca
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:078872bd-9e12-4259-a0a8-007c827129ac
ArtifactChecksum:ZDY0NGEwYzIzODMzMjUxNzdlYWI4ZTBmN2UxMDRhMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7928c9d3-2cc3-42d3-932e-44d72b2583f6
ResourceInvariantUUID:4a011e71-e65f-4e42-aa60-bbd7423c5dfa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5dc60499-5540-48e4-a7d7-5391e669f780
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:2bc75009-d8f4-4b4d-a6bc-aa4792e86af6
ArtifactChecksum:NWRmNTNkODkzNzNlZGYxNDkxMzQ1ZTk0NTE1OTc1YjQ=
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:0369da4c-11d7-4122-bfd3-131a5fe5ee3b
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:d9fd3bac-b633-4c5b-9a58-119da7a1f71f
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:d9fd3bac-b633-4c5b-9a58-119da7a1f71f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-03T02:11:26.082Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07b6c3b5-c8bf-464b-b92d-bbca1fc20673 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-06-03T02:11:26.113Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:11:26.114Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:11:26.114Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:11:26.115Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 078872bd-9e12-4259-a0a8-007c827129ac from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-03T02:11:26.115Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:11:26.115Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:26.283Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:11:26.288Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 078872bd-9e12-4259-a0a8-007c827129ac 74267
2021-06-03T02:11:26.288Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:26.289Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:26.289Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:11:26.289Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:26.291Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:26.291Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686286288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:26.392Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:26.393Z||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-06-03T02:11:26.393Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:26.406Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:26.407Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:27.292Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:11:27.293Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:11:27.293Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 078872bd-9e12-4259-a0a8-007c827129ac, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-03T02:11:27.294Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-03T02:11:27.294Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-03T02:11:27.294Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-03T02:11:27.658Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11342710440752453106/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-06-03T02:11:28.793Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.794Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.795Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-03T02:11:28.796Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:28.797Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-03T02:11:28.798Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f1540f2-41aa-418e-a8c9-f310b1b3500f
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:28.799Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:07b6c3b5-c8bf-464b-b92d-bbca1fc20673
Model Version:NULL
Model InvariantUuid:32a0cfd2-e995-4213-9153-c790ede54fca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:71f0d324-a2b9-4354-9552-058e969ee50f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a011e71-e65f-4e42-aa60-bbd7423c5dfa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7928c9d3-2cc3-42d3-932e-44d72b2583f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e0fced2-b274-4dfa-b74e-e3b2fe2e3716
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:11c3926e-a69b-4f8a-be64-97a8b060361e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2f1540f2-41aa-418e-a8c9-f310b1b3500f
ModelInvariantUuid:ec105e0c-f76c-4ca7-a9ff-323cf3e588a5
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:0df20efe-d2c7-428c-b9b0-e9191101a0e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:f076b4a9-fe32-4f0e-8a20-8fbcb70e3266
ModelInvariantUuid:f91c1a3a-b7b2-48fe-a5aa-f64f191793ab
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:b7df6650-3bba-44d8-9b24-d2560c7cf78d
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-06-03T02:11:29.532Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dc60499-5540-48e4-a7d7-5391e669f780
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-06-03T02:11:29.536Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-06-03T02:11:29.536Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dc60499-5540-48e4-a7d7-5391e669f780
2021-06-03T02:11:29.536Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2bc75009-d8f4-4b4d-a6bc-aa4792e86af6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-03T02:11:29.536Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:11:29.536Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:30.088Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:11:30.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|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 2bc75009-d8f4-4b4d-a6bc-aa4792e86af6 787
2021-06-03T02:11:30.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:30.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:30.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:11:30.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:30.091Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:30.091Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686290089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:30.191Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:30.192Z||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-06-03T02:11:30.192Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:30.205Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:30.205Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:31.093Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e0fced2-b274-4dfa-b74e-e3b2fe2e3716",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11c3926e-a69b-4f8a-be64-97a8b060361e",
    "vfModuleModelCustomizationUUID": "fa624516-c919-4e7e-96ab-98297e54d189",
    "isBase": true,
    "artifacts": [
      "0369da4c-11d7-4122-bfd3-131a5fe5ee3b",
      "d9fd3bac-b633-4c5b-9a58-119da7a1f71f"
    ],
    "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-06-03T02:11:31.098Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11c3926e-a69b-4f8a-be64-97a8b060361e
VfModuleModelInvariantUUID:7e0fced2-b274-4dfa-b74e-e3b2fe2e3716
VfModuleModelDescription:NULL
Artifacts UUID List:{
0369da4c-11d7-4122-bfd3-131a5fe5ee3b
,
d9fd3bac-b633-4c5b-9a58-119da7a1f71f

}
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-06-03T02:11:31.101Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e0fced2-b274-4dfa-b74e-e3b2fe2e3716",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11c3926e-a69b-4f8a-be64-97a8b060361e",
    "vfModuleModelCustomizationUUID": "fa624516-c919-4e7e-96ab-98297e54d189",
    "isBase": true,
    "artifacts": [
      "0369da4c-11d7-4122-bfd3-131a5fe5ee3b",
      "d9fd3bac-b633-4c5b-9a58-119da7a1f71f"
    ],
    "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-06-03T02:11:31.101Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11c3926e-a69b-4f8a-be64-97a8b060361e
VfModuleModelInvariantUUID:7e0fced2-b274-4dfa-b74e-e3b2fe2e3716
VfModuleModelDescription:NULL
Artifacts UUID List:{
0369da4c-11d7-4122-bfd3-131a5fe5ee3b
,
d9fd3bac-b633-4c5b-9a58-119da7a1f71f

}
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-06-03T02:11:31.101Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0369da4c-11d7-4122-bfd3-131a5fe5ee3b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-03T02:11:31.101Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:11:31.102Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:32.085Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:11:32.086Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0369da4c-11d7-4122-bfd3-131a5fe5ee3b 5033
2021-06-03T02:11:32.086Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:32.086Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:32.087Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:11:32.087Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:32.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:32.089Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686292086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:32.189Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:32.190Z||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-06-03T02:11:32.190Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:32.202Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:32.202Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:33.090Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d9fd3bac-b633-4c5b-9a58-119da7a1f71f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-03T02:11:33.091Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:11:33.092Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:35.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:11:35.334Z||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-06-03T02:11:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:35.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:35.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686229051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686235471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686245415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686245439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "cds",
  "timestamp": 1622686246420,
  "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-06-03T02:11:35.514Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.514Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686246443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "policy-id",
  "timestamp": 1622686247445,
  "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-06-03T02:11:35.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686249356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686249375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686250471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686251087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686251176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686253557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686253621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686253668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686254626,
  "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-06-03T02:11:35.559Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686254676,
  "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-06-03T02:11:35.570Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.570Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686247424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686255629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686255679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686248448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686257819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686259019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686259820,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "cds",
  "timestamp": 1622686260023,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-03T02:11:35.597Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.597Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686260619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686260823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686261421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686261637,
  "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-06-03T02:11:35.610Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.610Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686261719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "policy-id",
  "timestamp": 1622686261825,
  "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-06-03T02:11:35.622Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.622Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686247565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "aai-ml",
  "timestamp": 1622686262425,
  "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-06-03T02:11:35.636Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.636Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686262641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686240942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686240943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686264046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686265050,
  "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-06-03T02:11:35.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.651Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686265418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686265425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686265556,
  "artifactURL": "/sdc/v1/catalog/services/6bfded92-d20e-423a-9c4f-e70a95296e18/resourceInstances/basicclamp0/artifacts/1b0a11df-edb7-4d87-abf5-fafe5615c523",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686266588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686266597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686266810,
  "artifactURL": "/sdc/v1/catalog/services/6bfded92-d20e-423a-9c4f-e70a95296e18/resourceInstances/basicclamp0/artifacts/1b0a11df-edb7-4d87-abf5-fafe5615c523",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "dcae-sch",
  "timestamp": 1622686267814,
  "artifactURL": "/sdc/v1/catalog/services/6bfded92-d20e-423a-9c4f-e70a95296e18/resourceInstances/basicclamp0/artifacts/1b0a11df-edb7-4d87-abf5-fafe5615c523",
  "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-06-03T02:11:35.665Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.665Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686268270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686268271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686268473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686269276,
  "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-06-03T02:11:35.679Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.679Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686269279,
  "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-06-03T02:11:35.688Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.688Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686269492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686270284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686270280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686242080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "clamp",
  "timestamp": 1622686270495,
  "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-06-03T02:11:35.702Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 237c0d51-c459-4abb-ac11-0dc345800ece
2021-06-03T02:11:35.702Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:11:35.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686244438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686271978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686272381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686252838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bef9847-2895-41a4-800c-0da20e7d5c80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686273766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686276919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686277831,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686255472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686279425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686279971,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686280439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-06-03T02:11:35.718Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:11:35.718Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d9fd3bac-b633-4c5b-9a58-119da7a1f71f 903
2021-06-03T02:11:35.718Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:35.718Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:35.718Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:11:35.719Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-03T02:11:35.721Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:35.721Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686295718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.724Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686280975,
  "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-06-03T02:11:35.737Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.737Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686281424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686281442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "aai-ml",
  "timestamp": 1622686282428,
  "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-06-03T02:11:35.752Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.752Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686285476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686286288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686286479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686274051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686275471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686271285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686271290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686288577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686288666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686288760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686290089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686282446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686290375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686290392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686282838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686290557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "cds",
  "timestamp": 1622686290835,
  "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-06-03T02:11:35.781Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:11:35.782Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686283431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686291561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686291975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686292086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686292337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686292425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686292523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "clamp",
  "timestamp": 1622686292564,
  "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-06-03T02:11:35.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
2021-06-03T02:11:35.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:11:35.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686293347,
  "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-06-03T02:11:35.803Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:11:35.803Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:11:35.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686293428,
  "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-06-03T02:11:35.813Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:11:35.813Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:11:35.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686293534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686294354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686294435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686294980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:35.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:11:35.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.823Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-06-03T02:11:35.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:11:35.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-03T02:11:35.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "dcae-sch",
  "timestamp": 1622686287565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:11:35.824Z||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-06-03T02:11:35.824Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:35.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:11:35.836Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:35.836Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:36.721Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 07b6c3b5-c8bf-464b-b92d-bbca1fc20673
2021-06-03T02:11:36.722Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5dc60499-5540-48e4-a7d7-5391e669f780 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-06-03T02:11:36.739Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.739Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.739Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-03T02:11:36.739Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 7928c9d3-2cc3-42d3-932e-44d72b2583f6
2021-06-03T02:11:36.739Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7928c9d3-2cc3-42d3-932e-44d72b2583f6 matches Tosca VF Customization UUID: 7928c9d3-2cc3-42d3-932e-44d72b2583f6
2021-06-03T02:11:36.740Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 7928c9d3-2cc3-42d3-932e-44d72b2583f6  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-06-03T02:11:36.742Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.742Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.743Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 7928c9d3-2cc3-42d3-932e-44d72b2583f6: {\"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-06-03T02:11:36.743Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d273b4e
2021-06-03T02:11:36.743Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.743Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:36.743Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa624516-c919-4e7e-96ab-98297e54d189
2021-06-03T02:11:36.744Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa624516-c919-4e7e-96ab-98297e54d189
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-06-03T02:11:36.745Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.746Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:36.746Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:11:36.746Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.746Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:36.746Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:11:36.747Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.747Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-03T02:11:36.747Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-03T02:11:36.747Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-03T02:11:36.747Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f1540f2-41aa-418e-a8c9-f310b1b3500f
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-06-03T02:11:36.749Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.749Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:36.750Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:11:36.750Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.750Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-03T02:11:36.750Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7928c9d3-2cc3-42d3-932e-44d72b2583f6
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-06-03T02:11:36.752Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.752Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.753Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 07b6c3b5-c8bf-464b-b92d-bbca1fc20673: basic_vm
2021-06-03T02:11:36.753Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.753Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.753Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.753Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.754Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.754Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.754Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.754Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:36.755Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:11:36.755Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:11:36.755Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:36.858Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5dc60499-5540-48e4-a7d7-5391e669f780 1 ASDC deployResourceStructure
2021-06-03T02:11:36.858Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:36.858Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:36.859Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:11:36.859Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:36.860Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:36.861Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686296858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:36.961Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:36.961Z||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-06-03T02:11:36.962Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:36.973Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:36.974Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:37.862Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:37.862Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:37.862Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:11:37.862Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:37.864Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:37.864Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686297861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:37.965Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:11:37.965Z||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-06-03T02:11:37.965Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:37.979Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:37.980Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:38.865Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:38.866Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:38.866Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:11:38.866Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:38.868Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:38.869Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686298865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:38.969Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:38.969Z||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-06-03T02:11:38.969Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:38.981Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:38.982Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:39.869Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:39.871Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:39.871Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:11:39.871Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:11:39.873Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:11:39.873Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686299869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:11:39.973Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:11:39.974Z||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-06-03T02:11:39.974Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:11:39.987Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:11:39.987Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:11:40.873Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 237c0d51-c459-4abb-ac11-0dc345800ece
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:11:40.884Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 237c0d51-c459-4abb-ac11-0dc345800ece
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:11:40.886Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:11:40.886Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:11:40.887Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:11:40.891Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:12:10.892Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 237c0d51-c459-4abb-ac11-0dc345800ece 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-06-03T02:12:10.897Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 237c0d51-c459-4abb-ac11-0dc345800ece and serviceModelVersionId: 07b6c3b5-c8bf-464b-b92d-bbca1fc20673
2021-06-03T02:12:10.897Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32a0cfd2-e995-4213-9153-c790ede54fca
2021-06-03T02:12:10.898Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0
2021-06-03T02:12:10.904Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:12:10.941Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0|INFO|500||Invoke
2021-06-03T02:12:10.941Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[237c0d51-c459-4abb-ac11-0dc345800ece], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16ad5874-a098-4832-a65e-d498dd925812], X-ECOMP-RequestID=[237c0d51-c459-4abb-ac11-0dc345800ece], X-TransactionId=[], X-ONAP-RequestID=[237c0d51-c459-4abb-ac11-0dc345800ece], Content-Type=[application/merge-patch+json]}
2021-06-03T02:12:10.958Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:12:11.359Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?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/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210603-02:12:10:968-89115], vertex-id=[192672], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:12:10 GMT], Content-Type=[application/json]}
2021-06-03T02:12:11.359Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:12:11.360Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32a0cfd2-e995-4213-9153-c790ede54fca/model-vers/model-ver/07b6c3b5-c8bf-464b-b92d-bbca1fc20673?depth=0|INFO|500||InvokeReturn
2021-06-03T02:12:11.360Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:12:11.360Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:12:11.364Z|237c0d51-c459-4abb-ac11-0dc345800ece|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-06-03T02:12:11.365Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 237c0d51-c459-4abb-ac11-0dc345800ece and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:12:11.365Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:12:11.365Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:11.367Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:11.367Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686331365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:12:11.468Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:11.468Z||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-06-03T02:12:11.469Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:11.484Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:11.485Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:12:12.377Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:12:12.378Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"91e4cfc1-ac15-4511-9bf2-47a6c3730b66","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6bfded92-d20e-423a-9c4f-e70a95296e18","serviceDescription":"service","serviceInvariantUUID":"e92c321a-89cb-4d50-9770-f06dd96fa36d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b39658c-e92a-4ab8-849b-fff559901e5c","resourceInvariantUUID":"d6361f9a-e484-49ed-9461-2e4380e5dd07","resourceCustomizationUUID":"782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6","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":"1b0a11df-edb7-4d87-abf5-fafe5615c523","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":"Y2JmMjU5YTNjYTgxNzJjMTljNWRlOGEyNGMzMGJlNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74c0d776-830e-4620-b8c3-04e9ea989569","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":"ZTk1ODhlN2UzZTFjNmY3Mjc1MjIwMTE5MjhjNmEwY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b87e99b-8e0e-4254-bb34-89c12b351074","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":"b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a","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":"8c22dc37-59e2-4a06-8789-b816c30f3c1b","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":"ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba","artifactVersion":"2","generatedFromUUID":"b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZWRiNWJhZWJhMzFmNGIyNjBlNjBkMDA0Y2U2OTQ3ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d0331e8-0bb9-469c-8f2b-dbe133bab61d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmZlYWI0NjU5NWJiZGVhZTAxMTIyMDZjZWUyYjY5YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9298ded7-0401-4719-99b9-b4f38f663dfa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:12:12.378Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:12.378Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:12.380Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:12.380Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:12:12.480Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:12.481Z||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-06-03T02:12:12.481Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:12.492Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:12.493Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:13.381Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:13.381Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:13.384Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:13.384Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:12:13.484Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:13.484Z||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-06-03T02:12:13.485Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:13.505Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:13.506Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:14.384Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:14.385Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:14.386Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:14.386Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:12:14.487Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:14.487Z||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-06-03T02:12:14.487Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:14.499Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:14.500Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:12:15.387Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:15.388Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:15.389Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:15.389Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:12:15.490Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:12:15.491Z||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-06-03T02:12:15.491Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:15.503Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:15.504Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:16.390Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:16.391Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:16.392Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:16.392Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:12:16.493Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:12:16.493Z||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-06-03T02:12:16.493Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:16.505Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:16.505Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:12:17.393Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:17.394Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:17.395Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:17.395Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-03T02:12:17.495Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:17.496Z||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-06-03T02:12:17.496Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:17.507Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:17.507Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:18.396Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:18.397Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:18.398Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:18.399Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:12:18.499Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:18.500Z||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-06-03T02:12:18.500Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:18.511Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:18.512Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:19.399Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:12:19.400Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:19.402Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:19.402Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:12:19.502Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:12:19.503Z||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-06-03T02:12:19.503Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:19.515Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:19.516Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:20.404Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6bfded92-d20e-423a-9c4f-e70a95296e18",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e92c321a-89cb-4d50-9770-f06dd96fa36d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8b39658c-e92a-4ab8-849b-fff559901e5c",
      "resourceInvariantUUID": "d6361f9a-e484-49ed-9461-2e4380e5dd07",
      "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": "ZTk1ODhlN2UzZTFjNmY3Mjc1MjIwMTE5MjhjNmEwY2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b87e99b-8e0e-4254-bb34-89c12b351074",
          "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": "b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a",
          "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": "ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba",
            "generatedFromUUID": "b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a"
          },
          "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": "ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YmZlYWI0NjU5NWJiZGVhZTAxMTIyMDZjZWUyYjY5YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9298ded7-0401-4719-99b9-b4f38f663dfa"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:12:20.404Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T02:12:20.404Z|237c0d51-c459-4abb-ac11-0dc345800ece|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6bfded92-d20e-423a-9c4f-e70a95296e18 ASDC
2021-06-03T02:12:20.405Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:91e4cfc1-ac15-4511-9bf2-47a6c3730b66
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6bfded92-d20e-423a-9c4f-e70a95296e18
ServiceInvariantUUID:e92c321a-89cb-4d50-9770-f06dd96fa36d
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:9298ded7-0401-4719-99b9-b4f38f663dfa
ArtifactChecksum:YmZlYWI0NjU5NWJiZGVhZTAxMTIyMDZjZWUyYjY5YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6
ResourceInvariantUUID:d6361f9a-e484-49ed-9461-2e4380e5dd07
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:8b39658c-e92a-4ab8-849b-fff559901e5c
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:3b87e99b-8e0e-4254-bb34-89c12b351074
ArtifactChecksum:ZTk1ODhlN2UzZTFjNmY3Mjc1MjIwMTE5MjhjNmEwY2U=
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:b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a
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:ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba
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:ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-03T02:12:20.405Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6bfded92-d20e-423a-9c4f-e70a95296e18 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-06-03T02:12:20.431Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:12:20.432Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:12:20.432Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:12:20.432Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9298ded7-0401-4719-99b9-b4f38f663dfa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-03T02:12:20.432Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:12:20.433Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:21.632Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:12:21.635Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 9298ded7-0401-4719-99b9-b4f38f663dfa 76822
2021-06-03T02:12:21.636Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:21.636Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:21.636Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:12:21.636Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:21.638Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:21.638Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686341636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:12:21.738Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:21.739Z||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-06-03T02:12:21.739Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:21.750Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:21.751Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:22.638Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:12:22.639Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:12:22.640Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9298ded7-0401-4719-99b9-b4f38f663dfa, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-03T02:12:22.640Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-06-03T02:12:22.640Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-03T02:12:22.640Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-03T02:12:22.743Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16359027004521901205/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-06-03T02:12:23.772Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:12:23.772Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.773Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:12:23.774Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.775Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.776Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15f85d5e-808b-4088-b277-f2f66fd66e27
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:23.777Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6bfded92-d20e-423a-9c4f-e70a95296e18
Model Version:NULL
Model InvariantUuid:e92c321a-89cb-4d50-9770-f06dd96fa36d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ae9b541c-d489-46b2-8b32-ab985b914209
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6361f9a-e484-49ed-9461-2e4380e5dd07
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a2521585-2542-4d51-8dfc-59a5102a5de7
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:afbc9755-f382-4346-9942-9bb18c2ee883
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:15f85d5e-808b-4088-b277-f2f66fd66e27
ModelInvariantUuid:a4202f84-d934-46c3-b2c4-c158d38d4b86
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:9a2204ce-7db2-4ca2-8660-4127051812b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:72536039-3b25-4191-a277-a5cf46e1cce2
ModelInvariantUuid:73930d03-1223-4bf7-adc3-413ca5682c0d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:224b689c-e8bc-4975-b06e-967e9ac8e7e6
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-06-03T02:12:23.783Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b39658c-e92a-4ab8-849b-fff559901e5c
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-06-03T02:12:23.785Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-06-03T02:12:23.785Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b39658c-e92a-4ab8-849b-fff559901e5c
2021-06-03T02:12:23.785Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b87e99b-8e0e-4254-bb34-89c12b351074 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-03T02:12:23.785Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:12:23.785Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.952Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:12:23.952Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3b87e99b-8e0e-4254-bb34-89c12b351074 790
2021-06-03T02:12:23.952Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.953Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:23.953Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:12:23.953Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:23.954Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:23.954Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686343952,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:12:24.055Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:24.055Z||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-06-03T02:12:24.055Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:24.065Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:24.066Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:24.959Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a2521585-2542-4d51-8dfc-59a5102a5de7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afbc9755-f382-4346-9942-9bb18c2ee883",
    "vfModuleModelCustomizationUUID": "c82d46e0-36cb-41b6-a853-12f33636f43e",
    "isBase": true,
    "artifacts": [
      "b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a",
      "ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba"
    ],
    "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-06-03T02:12:24.962Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afbc9755-f382-4346-9942-9bb18c2ee883
VfModuleModelInvariantUUID:a2521585-2542-4d51-8dfc-59a5102a5de7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a
,
ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba

}
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-06-03T02:12:24.964Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a2521585-2542-4d51-8dfc-59a5102a5de7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afbc9755-f382-4346-9942-9bb18c2ee883",
    "vfModuleModelCustomizationUUID": "c82d46e0-36cb-41b6-a853-12f33636f43e",
    "isBase": true,
    "artifacts": [
      "b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a",
      "ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba"
    ],
    "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-06-03T02:12:24.964Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afbc9755-f382-4346-9942-9bb18c2ee883
VfModuleModelInvariantUUID:a2521585-2542-4d51-8dfc-59a5102a5de7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a
,
ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba

}
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-06-03T02:12:24.964Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-03T02:12:24.964Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:12:24.964Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:25.409Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:12:25.410Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b1e370e2-b2ad-47fb-b1a0-ec8ce389cf9a 5033
2021-06-03T02:12:25.410Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:25.410Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:25.410Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:12:25.411Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:25.412Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:25.412Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686345410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:12:25.512Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:12:25.513Z||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-06-03T02:12:25.513Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:25.524Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:25.525Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:26.415Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-03T02:12:26.415Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:12:26.415Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:26.578Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:12:26.578Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ed180a30-f733-4eaa-a1c6-ba7dfe66e9ba 909
2021-06-03T02:12:26.579Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:26.579Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:26.579Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:12:26.579Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:26.581Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:26.582Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686346579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:12:26.682Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:26.684Z||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-06-03T02:12:26.684Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:26.698Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:26.699Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:27.582Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6bfded92-d20e-423a-9c4f-e70a95296e18
2021-06-03T02:12:27.583Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 8b39658c-e92a-4ab8-849b-fff559901e5c 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-06-03T02:12:27.594Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.594Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.595Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-03T02:12:27.595Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6
2021-06-03T02:12:27.595Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6 matches Tosca VF Customization UUID: 782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6
2021-06-03T02:12:27.595Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6  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-06-03T02:12:27.597Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.597Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.597Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6: {\"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-06-03T02:12:27.597Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@196fe5c1
2021-06-03T02:12:27.597Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.598Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:27.598Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c82d46e0-36cb-41b6-a853-12f33636f43e
2021-06-03T02:12:27.598Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c82d46e0-36cb-41b6-a853-12f33636f43e
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-06-03T02:12:27.599Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.600Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-03T02:12:27.601Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-03T02:12:27.601Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-03T02:12:27.601Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15f85d5e-808b-4088-b277-f2f66fd66e27
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-06-03T02:12:27.602Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.602Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:27.603Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:12:27.603Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.603Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-03T02:12:27.603Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=782a90fe-3ea9-41cd-a5ed-c70d3c83cfc6
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-06-03T02:12:27.604Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.604Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6bfded92-d20e-423a-9c4f-e70a95296e18: basicclamp
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.605Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.606Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.606Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:12:27.606Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:12:27.606Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:27.670Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 8b39658c-e92a-4ab8-849b-fff559901e5c 1 ASDC deployResourceStructure
2021-06-03T02:12:27.670Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:27.670Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:27.670Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:12:27.671Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:27.672Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:27.672Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686347670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:12:27.772Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:27.773Z||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-06-03T02:12:27.773Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:27.784Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:27.785Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:28.673Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:28.673Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:28.673Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:12:28.673Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:28.675Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:28.675Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686348673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:12:28.775Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:28.776Z||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-06-03T02:12:28.776Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:28.788Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:28.789Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:29.677Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:29.677Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:29.677Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:12:29.677Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:29.679Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:29.679Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686349676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:12:29.779Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:12:29.780Z||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-06-03T02:12:29.780Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:29.793Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:29.793Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:30.680Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:30.681Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:30.681Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:12:30.681Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:12:30.685Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:12:30.685Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686350680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:12:30.784Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:12:30.784Z||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-06-03T02:12:30.784Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:30.794Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:30.795Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:12:31.686Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:12:31.695Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e4cfc1-ac15-4511-9bf2-47a6c3730b66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:12:31.696Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:12:31.696Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:12:31.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:12:31.701Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:12:35.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:12:35.334Z||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-06-03T02:12:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:12:35.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:12:35.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:12:35.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686295325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:12:35.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:13:01.701Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 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-06-03T02:13:01.707Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 and serviceModelVersionId: 6bfded92-d20e-423a-9c4f-e70a95296e18
2021-06-03T02:13:01.707Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e92c321a-89cb-4d50-9770-f06dd96fa36d
2021-06-03T02:13:01.707Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0
2021-06-03T02:13:01.711Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:13:01.742Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0|INFO|500||Invoke
2021-06-03T02:13:01.742Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91e4cfc1-ac15-4511-9bf2-47a6c3730b66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61d53f3d-931f-427c-a78b-3458bc3caa84], X-ECOMP-RequestID=[91e4cfc1-ac15-4511-9bf2-47a6c3730b66], X-TransactionId=[], X-ONAP-RequestID=[91e4cfc1-ac15-4511-9bf2-47a6c3730b66], Content-Type=[application/merge-patch+json]}
2021-06-03T02:13:01.759Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:13:02.139Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?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/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210603-02:13:01:767-72990], vertex-id=[196728], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:13:01 GMT], Content-Type=[application/json]}
2021-06-03T02:13:02.140Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:13:02.140Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92c321a-89cb-4d50-9770-f06dd96fa36d/model-vers/model-ver/6bfded92-d20e-423a-9c4f-e70a95296e18?depth=0|INFO|500||InvokeReturn
2021-06-03T02:13:02.141Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:13:02.141Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:13:02.144Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:13:02.144Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91e4cfc1-ac15-4511-9bf2-47a6c3730b66 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:13:02.144Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:13:02.145Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:02.146Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:02.146Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686382144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:13:02.246Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:02.247Z||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-06-03T02:13:02.247Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:02.261Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:02.261Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:13:03.161Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:13:03.161Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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-06-03T02:13:03.161Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:03.683Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:03.684Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:13:03.684Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8116e1e8-84cc-43ff-a37c-524872ebdd43","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e63e2f03-6357-4a83-a6b7-34a112841b7f","serviceDescription":"service","serviceInvariantUUID":"6f11de93-9cc6-456c-9f2f-d77e4a1e3d32","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61905bc4-edf2-40e2-bed4-e41f6e04ed4f","resourceInvariantUUID":"34643726-84a4-415b-a220-e360528196b1","resourceCustomizationUUID":"514e7808-a11d-42f1-bb59-a1589070b315","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":"NTBjN2I0MjlhYThiZmIxZGFmOWRhYzNlODhkNTRkY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf1dc1b9-5288-4029-9fd9-97648fae4f35","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":"ZGRkNzAzNTEwYjdhNzMzNzJlZTVhMjNlYmMyN2UxNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18ac31f3-5417-4c57-94dd-f7897bf4fe9f","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":"ff3365ea-267a-4097-80fa-d5759edd79c8","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":"e685bce6-c584-420c-b0bf-d58cecc37de2","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":"ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708","artifactVersion":"2","generatedFromUUID":"ff3365ea-267a-4097-80fa-d5759edd79c8"},{"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":"OTE0Njk5NjhhMzFkN2MzZDM4ZTNiZGI2Nzc0ODliNTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd2934f7-ddc7-4061-8d20-ef7e26112365","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":"OTA2N2I4YTQ2NmJkODRmZjI4MmQzYjM5ZTY4ZmU4ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aeef9de6-5ee1-43c8-b0bf-ccfdc026b375","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmIyMTljZTgzMTU1YjM1OTdjYTU0ODdhOTZjZWYwMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b455f474-9b09-4fa4-82b3-206b8888169a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:13:03.685Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:03.685Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:03.687Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:03.687Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:13:03.787Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:03.788Z||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-06-03T02:13:03.788Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:03.803Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:03.804Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:04.687Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:04.688Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:04.690Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:04.690Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:13:04.791Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:13:04.792Z||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-06-03T02:13:04.792Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:04.802Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:04.802Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:13:05.691Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:05.692Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:05.693Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:05.693Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:13:05.793Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:05.794Z||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-06-03T02:13:05.794Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:05.804Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:05.804Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:06.694Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:06.695Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:06.696Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:06.696Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:13:06.796Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:06.797Z||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-06-03T02:13:06.797Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:06.810Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:06.810Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:07.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:07.697Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:07.699Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:07.699Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:13:07.799Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:07.800Z||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-06-03T02:13:07.800Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:07.813Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:07.813Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:13:08.700Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:08.700Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:08.702Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:08.702Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:13:08.802Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:08.803Z||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-06-03T02:13:08.803Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:08.814Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:08.815Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:13:09.702Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:09.703Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:09.705Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:09.705Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:13:09.805Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:09.806Z||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-06-03T02:13:09.807Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:09.817Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:09.818Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:10.706Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:13:10.707Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:10.709Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:10.709Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:13:10.809Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:10.809Z||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-06-03T02:13:10.810Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:10.821Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:10.821Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:11.710Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e63e2f03-6357-4a83-a6b7-34a112841b7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6f11de93-9cc6-456c-9f2f-d77e4a1e3d32",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "514e7808-a11d-42f1-bb59-a1589070b315",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "61905bc4-edf2-40e2-bed4-e41f6e04ed4f",
      "resourceInvariantUUID": "34643726-84a4-415b-a220-e360528196b1",
      "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": "ZGRkNzAzNTEwYjdhNzMzNzJlZTVhMjNlYmMyN2UxNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18ac31f3-5417-4c57-94dd-f7897bf4fe9f",
          "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": "ff3365ea-267a-4097-80fa-d5759edd79c8",
          "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": "ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708",
            "generatedFromUUID": "ff3365ea-267a-4097-80fa-d5759edd79c8"
          },
          "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": "ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmIyMTljZTgzMTU1YjM1OTdjYTU0ODdhOTZjZWYwMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b455f474-9b09-4fa4-82b3-206b8888169a"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:13:11.710Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T02:13:11.710Z|91e4cfc1-ac15-4511-9bf2-47a6c3730b66|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e63e2f03-6357-4a83-a6b7-34a112841b7f ASDC
2021-06-03T02:13:11.711Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8116e1e8-84cc-43ff-a37c-524872ebdd43
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e63e2f03-6357-4a83-a6b7-34a112841b7f
ServiceInvariantUUID:6f11de93-9cc6-456c-9f2f-d77e4a1e3d32
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:b455f474-9b09-4fa4-82b3-206b8888169a
ArtifactChecksum:NmIyMTljZTgzMTU1YjM1OTdjYTU0ODdhOTZjZWYwMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:514e7808-a11d-42f1-bb59-a1589070b315
ResourceInvariantUUID:34643726-84a4-415b-a220-e360528196b1
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:61905bc4-edf2-40e2-bed4-e41f6e04ed4f
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:18ac31f3-5417-4c57-94dd-f7897bf4fe9f
ArtifactChecksum:ZGRkNzAzNTEwYjdhNzMzNzJlZTVhMjNlYmMyN2UxNWU=
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:ff3365ea-267a-4097-80fa-d5759edd79c8
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:ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708
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:ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-03T02:13:11.711Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e63e2f03-6357-4a83-a6b7-34a112841b7f 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-06-03T02:13:11.735Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:13:11.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:13:11.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:13:11.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b455f474-9b09-4fa4-82b3-206b8888169a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-03T02:13:11.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:13:11.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:12.472Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:13:12.476Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b455f474-9b09-4fa4-82b3-206b8888169a 82045
2021-06-03T02:13:12.476Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:12.477Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:12.477Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:13:12.477Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:12.479Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:12.479Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686392476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:13:12.579Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:12.580Z||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-06-03T02:13:12.580Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:12.591Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:12.591Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:13.479Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:13:13.480Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:13:13.481Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b455f474-9b09-4fa4-82b3-206b8888169a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-03T02:13:13.481Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-06-03T02:13:13.481Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-03T02:13:13.481Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-03T02:13:13.608Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17933680614207509233/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-06-03T02:13:14.620Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:13:14.620Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.621Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.622Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.622Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.622Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:13:14.622Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.622Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.622Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:14.623Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:13:14.623Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:13:14.623Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.623Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.623Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:14.623Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-03T02:13:14.624Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:14.625Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.626Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c585e5d2-bd8f-44c0-bb1b-54a0e6fed680
2021-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.627Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.628Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.628Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:14.628Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:14.628Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e63e2f03-6357-4a83-a6b7-34a112841b7f
Model Version:NULL
Model InvariantUuid:6f11de93-9cc6-456c-9f2f-d77e4a1e3d32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:68813347-03a1-4f46-b031-f462df818028
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:34643726-84a4-415b-a220-e360528196b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:514e7808-a11d-42f1-bb59-a1589070b315
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad1758a5-f623-4698-9355-c70a5d071e25
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:57e58cd6-1731-4bfd-bb8d-d2c7c060f7e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c585e5d2-bd8f-44c0-bb1b-54a0e6fed680
ModelInvariantUuid:9324d505-2fc6-4526-826c-c85f765035df
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:325df2a7-a500-493d-87b9-2c040021ce43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:3dddbd9e-ebb9-49aa-b9fb-f7dced86f87b
ModelInvariantUuid:5c4b3b6c-97f2-4413-a7c5-71c06f70ee6c
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:bf5ca770-c8d7-4438-a219-725b21989344
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-06-03T02:13:14.635Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 61905bc4-edf2-40e2-bed4-e41f6e04ed4f
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-06-03T02:13:14.637Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2021-06-03T02:13:14.637Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61905bc4-edf2-40e2-bed4-e41f6e04ed4f
2021-06-03T02:13:14.637Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18ac31f3-5417-4c57-94dd-f7897bf4fe9f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-03T02:13:14.637Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:13:14.638Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:17.217Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:13:17.217Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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 18ac31f3-5417-4c57-94dd-f7897bf4fe9f 792
2021-06-03T02:13:17.218Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:17.218Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:17.218Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:13:17.218Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:17.219Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:17.220Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686397218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:13:17.320Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:17.321Z||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-06-03T02:13:17.321Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:17.336Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:17.336Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:18.220Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ad1758a5-f623-4698-9355-c70a5d071e25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57e58cd6-1731-4bfd-bb8d-d2c7c060f7e1",
    "vfModuleModelCustomizationUUID": "bcd88787-5cd6-49c4-b0d9-644506fe254d",
    "isBase": true,
    "artifacts": [
      "ff3365ea-267a-4097-80fa-d5759edd79c8",
      "ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708"
    ],
    "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-06-03T02:13:18.223Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57e58cd6-1731-4bfd-bb8d-d2c7c060f7e1
VfModuleModelInvariantUUID:ad1758a5-f623-4698-9355-c70a5d071e25
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff3365ea-267a-4097-80fa-d5759edd79c8
,
ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708

}
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-06-03T02:13:18.225Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ad1758a5-f623-4698-9355-c70a5d071e25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57e58cd6-1731-4bfd-bb8d-d2c7c060f7e1",
    "vfModuleModelCustomizationUUID": "bcd88787-5cd6-49c4-b0d9-644506fe254d",
    "isBase": true,
    "artifacts": [
      "ff3365ea-267a-4097-80fa-d5759edd79c8",
      "ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708"
    ],
    "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-06-03T02:13:18.226Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57e58cd6-1731-4bfd-bb8d-d2c7c060f7e1
VfModuleModelInvariantUUID:ad1758a5-f623-4698-9355-c70a5d071e25
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff3365ea-267a-4097-80fa-d5759edd79c8
,
ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708

}
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-06-03T02:13:18.226Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff3365ea-267a-4097-80fa-d5759edd79c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-03T02:13:18.226Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:13:18.226Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:19.425Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:13:19.425Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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 ff3365ea-267a-4097-80fa-d5759edd79c8 5033
2021-06-03T02:13:19.426Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:19.426Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:19.426Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:13:19.427Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:19.428Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:19.429Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686399426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:13:19.529Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:19.529Z||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-06-03T02:13:19.529Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:19.540Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:19.541Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:20.429Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-03T02:13:20.430Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:13:20.430Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:21.429Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:13:21.430Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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 ad4a714f-2c5b-4ea6-ac6d-6bf3c0bc7708 903
2021-06-03T02:13:21.430Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:21.431Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:21.431Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:13:21.431Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:21.433Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:21.433Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686401430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:13:21.534Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:13:21.534Z||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-06-03T02:13:21.534Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:21.548Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:21.549Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:22.433Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e63e2f03-6357-4a83-a6b7-34a112841b7f
2021-06-03T02:13:22.434Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 61905bc4-edf2-40e2-bed4-e41f6e04ed4f 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-06-03T02:13:22.447Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.448Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.448Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-03T02:13:22.448Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 514e7808-a11d-42f1-bb59-a1589070b315
2021-06-03T02:13:22.448Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 514e7808-a11d-42f1-bb59-a1589070b315 matches Tosca VF Customization UUID: 514e7808-a11d-42f1-bb59-a1589070b315
2021-06-03T02:13:22.448Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 514e7808-a11d-42f1-bb59-a1589070b315  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-06-03T02:13:22.450Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.451Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.451Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 514e7808-a11d-42f1-bb59-a1589070b315: {\"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-06-03T02:13:22.452Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70a1efa6
2021-06-03T02:13:22.452Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.452Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.452Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcd88787-5cd6-49c4-b0d9-644506fe254d
2021-06-03T02:13:22.452Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcd88787-5cd6-49c4-b0d9-644506fe254d
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-06-03T02:13:22.454Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.455Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:22.455Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-03T02:13:22.456Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c585e5d2-bd8f-44c0-bb1b-54a0e6fed680
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-06-03T02:13:22.458Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.459Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:22.459Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:13:22.459Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.460Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-03T02:13:22.460Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=514e7808-a11d-42f1-bb59-a1589070b315
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-06-03T02:13:22.462Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.462Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.462Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e63e2f03-6357-4a83-a6b7-34a112841b7f: basic_vm_macro
2021-06-03T02:13:22.462Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.463Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.463Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.463Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.464Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.464Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.464Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.464Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.464Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:13:22.465Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.465Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.536Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 61905bc4-edf2-40e2-bed4-e41f6e04ed4f 1 ASDC deployResourceStructure
2021-06-03T02:13:22.537Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.537Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:22.537Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:13:22.537Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:22.539Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:22.539Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686402537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:13:22.639Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:22.640Z||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-06-03T02:13:22.640Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:22.652Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:22.653Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:23.540Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:23.540Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:23.540Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:13:23.541Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:23.543Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:23.543Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686403540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:13:23.643Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:23.644Z||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-06-03T02:13:23.644Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:23.656Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:23.657Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:24.543Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:24.544Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:24.544Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:13:24.544Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:24.545Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:24.545Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686404543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:13:24.646Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:13:24.646Z||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-06-03T02:13:24.646Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:24.657Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:24.657Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:25.546Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:25.547Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:13:25.547Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:13:25.547Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:13:25.548Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:13:25.548Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686405546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:13:25.649Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:13:25.649Z||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-06-03T02:13:25.650Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:25.660Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:25.661Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:13:26.549Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:13:26.564Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:13:26.566Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:13:26.566Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:13:26.567Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:13:35.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:13:35.334Z||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-06-03T02:13:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:13:35.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:13:35.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:13:35.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686295718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:13:35.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:13:56.567Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:13:56.576Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:13:56.578Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:13:56.578Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:13:56.578Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:14:26.579Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:14:26.589Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:14:26.591Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:14:26.591Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:14:26.591Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:14:35.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:14:35.335Z||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-06-03T02:14:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:14:35.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:14:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686288291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:14:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686295985,
  "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-06-03T02:14:35.373Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:14:35.374Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:14:35.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686296858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686297861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686298732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686298865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686299122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686299745,
  "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-06-03T02:14:35.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:14:35.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:14:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686299869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686300125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686300749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "policy-id",
  "timestamp": 1622686301128,
  "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-06-03T02:14:35.407Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:14:35.407Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:14:35.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686293567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:14:35.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686303122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.414Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "aai-ml",
  "timestamp": 1622686304125,
  "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-06-03T02:14:35.418Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:14:35.419Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:14:35.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686306479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686309490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "clamp",
  "timestamp": 1622686310494,
  "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-06-03T02:14:35.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8116e1e8-84cc-43ff-a37c-524872ebdd43
2021-06-03T02:14:35.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:14:35.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "237c0d51-c459-4abb-ac11-0dc345800ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686331365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:14:35.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:14:35.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:14:35.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-03T02:14:35.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:14:35.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686274779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:14:35.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:14:35.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686341636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686343952,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686345410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686346579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:14:35.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686347670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686348673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686349676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:35.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:14:35.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686350680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:14:35.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:14:56.591Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:14:56.601Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:14:56.603Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:14:56.604Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:14:56.604Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:14:56.607Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:15:26.608Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43 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-06-03T02:15:26.612Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8116e1e8-84cc-43ff-a37c-524872ebdd43 and serviceModelVersionId: e63e2f03-6357-4a83-a6b7-34a112841b7f
2021-06-03T02:15:26.612Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f11de93-9cc6-456c-9f2f-d77e4a1e3d32
2021-06-03T02:15:26.613Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0
2021-06-03T02:15:26.616Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:15:26.642Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0|INFO|500||Invoke
2021-06-03T02:15:26.643Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8116e1e8-84cc-43ff-a37c-524872ebdd43], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b52c6f4-f8d4-4605-a46f-6590444d8d8d], X-ECOMP-RequestID=[8116e1e8-84cc-43ff-a37c-524872ebdd43], X-TransactionId=[], X-ONAP-RequestID=[8116e1e8-84cc-43ff-a37c-524872ebdd43], Content-Type=[application/merge-patch+json]}
2021-06-03T02:15:26.657Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:15:26.735Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?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/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210603-02:15:26:663-34398], vertex-id=[225488], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:15:26 GMT], Content-Type=[application/json]}
2021-06-03T02:15:26.735Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:15:26.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f11de93-9cc6-456c-9f2f-d77e4a1e3d32/model-vers/model-ver/e63e2f03-6357-4a83-a6b7-34a112841b7f?depth=0|INFO|500||InvokeReturn
2021-06-03T02:15:26.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:15:26.736Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:15:26.740Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:15:26.740Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8116e1e8-84cc-43ff-a37c-524872ebdd43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:15:26.740Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:15:26.740Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:26.742Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:26.742Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686526740,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:15:26.842Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:26.843Z||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-06-03T02:15:26.843Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:26.861Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:26.862Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:15:27.754Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:15:27.754Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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-06-03T02:15:27.754Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:32.054Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:32.055Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:15:32.055Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed64fb1c-b7b2-46ab-8c0a-091b7001233b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d02fc65a-6218-48c1-9f9e-29d60a0eb035","serviceDescription":"service","serviceInvariantUUID":"3707e672-35cb-4a90-b46b-0ba8cfef558e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27d3c616-d52d-44f3-a7dc-50cbcaed33e8","resourceInvariantUUID":"1d3facab-4832-477f-a2cd-3a1bf4ce85e2","resourceCustomizationUUID":"5c243574-2c03-43c3-94ad-3247be7bbfae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjVjOWMzOWU0YmJkNWQ0MmIxMjI3MGY0YzRmZDgzNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b7e1a0b-8c74-4875-b8d9-98508b25d27c","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10f367bd-8c76-4a7b-934d-cef717e2da36","artifactVersion":"2","generatedFromUUID":"73777138-ed50-4d3c-955a-4b47aeb8d090"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73777138-ed50-4d3c-955a-4b47aeb8d090","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MmU1YjEyNDhhZTcyODgxYzAxMjFjMDEwOTQ3NTViNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73ceff83-dba8-4d70-8197-8e2ebd0934f5","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e96ccd9d-5883-4a02-9a10-76448eba2e2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"576bcab9-1450-4209-922a-45e5c93fff82","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77db1124-b8ba-4593-8710-7958ab1d039c","artifactVersion":"2","generatedFromUUID":"e96ccd9d-5883-4a02-9a10-76448eba2e2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDY5ZGFlMTc5YzA5MzY0N2ZiMDI5MmE5ZjU2ZTEwMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0aa47c47-5ee3-4547-83a5-cbfd04ae43b4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjU3ZjZiM2E1M2U2MjQ0YjViNzAyOWFlMTI4NmVlMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2229546-dd66-431e-8fe9-a8a38cfd3cea","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-03T02:15:32.056Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:32.056Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:32.058Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:32.058Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:32.158Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:32.159Z||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-06-03T02:15:32.159Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:32.171Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:32.171Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:15:33.058Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:33.059Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:33.061Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:33.061Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-03T02:15:33.161Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:33.162Z||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-06-03T02:15:33.162Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:33.172Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:33.172Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:34.061Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:34.062Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:34.063Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:34.063Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-03T02:15:34.164Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:34.164Z||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-06-03T02:15:34.164Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:34.175Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:34.175Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:35.064Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:35.065Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:35.066Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:35.066Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:15:35.166Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:15:35.167Z||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-06-03T02:15:35.167Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:35.178Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:35.179Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:35.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:15:35.334Z||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-06-03T02:15:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:35.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e4cfc1-ac15-4511-9bf2-47a6c3730b66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686382144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:15:35.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:35.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686383161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686392476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686397218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686399426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686401430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686402537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686403540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686404543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686405546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:35.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:15:36.067Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:36.068Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:36.069Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:36.069Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:15:36.169Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:36.170Z||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-06-03T02:15:36.170Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:36.181Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:36.182Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:37.070Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:37.070Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:37.072Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:37.072Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:37.172Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:37.174Z||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-06-03T02:15:37.174Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:37.185Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:37.186Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:15:38.073Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:38.073Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:38.075Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:38.075Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-03T02:15:38.175Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:38.176Z||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-06-03T02:15:38.176Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:38.188Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:38.188Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:39.075Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:39.076Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:39.078Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:39.078Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:15:39.178Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:39.179Z||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-06-03T02:15:39.179Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:39.191Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:39.191Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:40.078Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-03T02:15:40.079Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:40.081Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:40.081Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:15:40.181Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:40.182Z||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-06-03T02:15:40.182Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:40.192Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:40.193Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:41.082Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d02fc65a-6218-48c1-9f9e-29d60a0eb035",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3707e672-35cb-4a90-b46b-0ba8cfef558e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5c243574-2c03-43c3-94ad-3247be7bbfae",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "27d3c616-d52d-44f3-a7dc-50cbcaed33e8",
      "resourceInvariantUUID": "1d3facab-4832-477f-a2cd-3a1bf4ce85e2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "10f367bd-8c76-4a7b-934d-cef717e2da36",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "73777138-ed50-4d3c-955a-4b47aeb8d090",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MmU1YjEyNDhhZTcyODgxYzAxMjFjMDEwOTQ3NTViNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "73ceff83-dba8-4d70-8197-8e2ebd0934f5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e96ccd9d-5883-4a02-9a10-76448eba2e2e",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "77db1124-b8ba-4593-8710-7958ab1d039c",
            "generatedFromUUID": "e96ccd9d-5883-4a02-9a10-76448eba2e2e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "77db1124-b8ba-4593-8710-7958ab1d039c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjU3ZjZiM2E1M2U2MjQ0YjViNzAyOWFlMTI4NmVlMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2229546-dd66-431e-8fe9-a8a38cfd3cea"
    }
  ],
  "workloadContext": "Production"
}
2021-06-03T02:15:41.082Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-03T02:15:41.082Z|8116e1e8-84cc-43ff-a37c-524872ebdd43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d02fc65a-6218-48c1-9f9e-29d60a0eb035 ASDC
2021-06-03T02:15:41.083Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ed64fb1c-b7b2-46ab-8c0a-091b7001233b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d02fc65a-6218-48c1-9f9e-29d60a0eb035
ServiceInvariantUUID:3707e672-35cb-4a90-b46b-0ba8cfef558e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:b2229546-dd66-431e-8fe9-a8a38cfd3cea
ArtifactChecksum:MjU3ZjZiM2E1M2U2MjQ0YjViNzAyOWFlMTI4NmVlMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5c243574-2c03-43c3-94ad-3247be7bbfae
ResourceInvariantUUID:1d3facab-4832-477f-a2cd-3a1bf4ce85e2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:27d3c616-d52d-44f3-a7dc-50cbcaed33e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:10f367bd-8c76-4a7b-934d-cef717e2da36
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:73777138-ed50-4d3c-955a-4b47aeb8d090
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:73ceff83-dba8-4d70-8197-8e2ebd0934f5
ArtifactChecksum:MmU1YjEyNDhhZTcyODgxYzAxMjFjMDEwOTQ3NTViNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:e96ccd9d-5883-4a02-9a10-76448eba2e2e
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:77db1124-b8ba-4593-8710-7958ab1d039c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:77db1124-b8ba-4593-8710-7958ab1d039c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-03T02:15:41.083Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d02fc65a-6218-48c1-9f9e-29d60a0eb035 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-06-03T02:15:41.111Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:15:41.111Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:15:41.111Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:15:41.112Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2229546-dd66-431e-8fe9-a8a38cfd3cea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-03T02:15:41.112Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:15:41.112Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-03T02:15:41.933Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:15:41.938Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b2229546-dd66-431e-8fe9-a8a38cfd3cea 71160
2021-06-03T02:15:41.938Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-03T02:15:41.938Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-03T02:15:41.938Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:15:41.939Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:41.941Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:41.941Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686541938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:42.041Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:42.042Z||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-06-03T02:15:42.042Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:42.053Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:42.054Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:42.941Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-03T02:15:42.942Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-03T02:15:42.943Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b2229546-dd66-431e-8fe9-a8a38cfd3cea, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:42.943Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-06-03T02:15:42.943Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:42.943Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:43.033Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1250271706500550226/Definitions/service-BasicCnf-template.yml
2021-06-03T02:15:43.978Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-BasicCnf-csar.csar
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.979Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.980Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:43.981Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-03T02:15:43.982Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fe9862ee-29a1-4a1e-ab6d-e00400b3016c
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:43.983Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d02fc65a-6218-48c1-9f9e-29d60a0eb035
Model Version:NULL
Model InvariantUuid:3707e672-35cb-4a90-b46b-0ba8cfef558e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a5680dec-9094-45a2-a3ce-57511f74f1b4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d3facab-4832-477f-a2cd-3a1bf4ce85e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5c243574-2c03-43c3-94ad-3247be7bbfae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7808a0e8-9bf5-4ca7-ba0c-3bbf4f82a845
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:34ad79bc-3a7b-4299-b4a2-953f09152447
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe9862ee-29a1-4a1e-ab6d-e00400b3016c
ModelInvariantUuid:286e4b34-e8fe-43e4-b463-bdba71a7d921
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5d4fca65-7619-4bc2-aba3-faa2fb7bc885
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:91e4cab5-64ea-4667-953e-5622916cd215
ModelInvariantUuid:0b549a4d-341e-4360-87ef-c13ddf80d553
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fa582331-12f1-439c-9a99-cd2b9d8a1d3d
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-06-03T02:15:43.988Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 27d3c616-d52d-44f3-a7dc-50cbcaed33e8
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-06-03T02:15:43.990Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-06-03T02:15:43.990Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27d3c616-d52d-44f3-a7dc-50cbcaed33e8
2021-06-03T02:15:43.990Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10f367bd-8c76-4a7b-934d-cef717e2da36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-03T02:15:43.990Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:15:43.990Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-03T02:15:44.158Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:15:44.159Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 10f367bd-8c76-4a7b-934d-cef717e2da36 12
2021-06-03T02:15:44.159Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-03T02:15:44.159Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-03T02:15:44.159Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:15:44.159Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:44.161Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:44.161Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686544159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:44.261Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:44.262Z||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-06-03T02:15:44.262Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:44.272Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:44.272Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:45.161Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73777138-ed50-4d3c-955a-4b47aeb8d090 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-03T02:15:45.162Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:15:45.162Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-03T02:15:45.338Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:15:45.338Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 73777138-ed50-4d3c-955a-4b47aeb8d090 2688
2021-06-03T02:15:45.339Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-03T02:15:45.339Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-03T02:15:45.339Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:15:45.339Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:45.341Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:45.341Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686545339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:45.441Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:45.441Z||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-06-03T02:15:45.442Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:45.454Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:45.454Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:46.342Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73ceff83-dba8-4d70-8197-8e2ebd0934f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-03T02:15:46.342Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:15:46.342Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-03T02:15:46.520Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:15:46.520Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 73ceff83-dba8-4d70-8197-8e2ebd0934f5 828
2021-06-03T02:15:46.521Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-03T02:15:46.521Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-03T02:15:46.521Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:15:46.521Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:46.522Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:46.523Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686546520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:46.623Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:46.625Z||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-06-03T02:15:46.626Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:46.635Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:46.636Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:47.523Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7808a0e8-9bf5-4ca7-ba0c-3bbf4f82a845",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34ad79bc-3a7b-4299-b4a2-953f09152447",
    "vfModuleModelCustomizationUUID": "85fa3179-a076-4137-a425-c1641324661e",
    "isBase": true,
    "artifacts": [
      "73777138-ed50-4d3c-955a-4b47aeb8d090",
      "e96ccd9d-5883-4a02-9a10-76448eba2e2e",
      "77db1124-b8ba-4593-8710-7958ab1d039c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-03T02:15:47.528Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34ad79bc-3a7b-4299-b4a2-953f09152447
VfModuleModelInvariantUUID:7808a0e8-9bf5-4ca7-ba0c-3bbf4f82a845
VfModuleModelDescription:NULL
Artifacts UUID List:{
73777138-ed50-4d3c-955a-4b47aeb8d090
,
e96ccd9d-5883-4a02-9a10-76448eba2e2e
,
77db1124-b8ba-4593-8710-7958ab1d039c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-03T02:15:47.531Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7808a0e8-9bf5-4ca7-ba0c-3bbf4f82a845",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34ad79bc-3a7b-4299-b4a2-953f09152447",
    "vfModuleModelCustomizationUUID": "85fa3179-a076-4137-a425-c1641324661e",
    "isBase": true,
    "artifacts": [
      "73777138-ed50-4d3c-955a-4b47aeb8d090",
      "e96ccd9d-5883-4a02-9a10-76448eba2e2e",
      "77db1124-b8ba-4593-8710-7958ab1d039c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-03T02:15:47.531Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34ad79bc-3a7b-4299-b4a2-953f09152447
VfModuleModelInvariantUUID:7808a0e8-9bf5-4ca7-ba0c-3bbf4f82a845
VfModuleModelDescription:NULL
Artifacts UUID List:{
73777138-ed50-4d3c-955a-4b47aeb8d090
,
e96ccd9d-5883-4a02-9a10-76448eba2e2e
,
77db1124-b8ba-4593-8710-7958ab1d039c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-06-03T02:15:47.532Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e96ccd9d-5883-4a02-9a10-76448eba2e2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-03T02:15:47.532Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:15:47.532Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-03T02:15:48.091Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:15:48.091Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e96ccd9d-5883-4a02-9a10-76448eba2e2e 1164
2021-06-03T02:15:48.091Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-03T02:15:48.091Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-03T02:15:48.091Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:15:48.092Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:48.093Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:48.094Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686548091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:48.194Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:48.195Z||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-06-03T02:15:48.195Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:48.211Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:48.212Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:49.094Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 77db1124-b8ba-4593-8710-7958ab1d039c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-03T02:15:49.095Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-03T02:15:49.095Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-03T02:15:49.691Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-03T02:15:49.692Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 77db1124-b8ba-4593-8710-7958ab1d039c 200
2021-06-03T02:15:49.692Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-03T02:15:49.692Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-03T02:15:49.692Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-03T02:15:49.692Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:49.695Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:49.695Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686549692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:15:49.794Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-03T02:15:49.795Z||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-06-03T02:15:49.795Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:49.807Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:49.808Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:50.696Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d02fc65a-6218-48c1-9f9e-29d60a0eb035
2021-06-03T02:15:50.696Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 27d3c616-d52d-44f3-a7dc-50cbcaed33e8 ASDC
2021-06-03T02:15:50.703Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06-03T02:15:51.110Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.110Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.110Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-03T02:15:51.110Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5c243574-2c03-43c3-94ad-3247be7bbfae
2021-06-03T02:15:51.111Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c243574-2c03-43c3-94ad-3247be7bbfae matches Tosca VF Customization UUID: 5c243574-2c03-43c3-94ad-3247be7bbfae
2021-06-03T02:15:51.111Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5c243574-2c03-43c3-94ad-3247be7bbfae  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-06-03T02:15:51.113Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.113Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.113Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5c243574-2c03-43c3-94ad-3247be7bbfae: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-06-03T02:15:51.113Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f3aa36d
2021-06-03T02:15:51.114Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.114Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-03T02:15:51.114Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85fa3179-a076-4137-a425-c1641324661e
2021-06-03T02:15:51.114Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85fa3179-a076-4137-a425-c1641324661e
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-06-03T02:15:51.116Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.116Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:51.116Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-03T02:15:51.117Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fe9862ee-29a1-4a1e-ab6d-e00400b3016c
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-06-03T02:15:51.119Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.119Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:51.119Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-03T02:15:51.120Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.120Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-03T02:15:51.120Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5c243574-2c03-43c3-94ad-3247be7bbfae
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-06-03T02:15:51.121Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d02fc65a-6218-48c1-9f9e-29d60a0eb035: basic_cnf
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.122Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.123Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.123Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.123Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.123Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-03T02:15:51.123Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-03T02:15:51.123Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-03T02:15:51.174Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 27d3c616-d52d-44f3-a7dc-50cbcaed33e8 1 ASDC deployResourceStructure
2021-06-03T02:15:51.176Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-03T02:15:51.176Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-06-03T02:15:51.176Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-03T02:15:51.176Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:51.178Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:51.178Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686551175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-03T02:15:51.278Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:51.279Z||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-06-03T02:15:51.279Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:51.291Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:51.292Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-03T02:15:52.179Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-03T02:15:52.179Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-06-03T02:15:52.179Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-03T02:15:52.180Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:52.181Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:52.181Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686552179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-03T02:15:52.281Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:52.282Z||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-06-03T02:15:52.282Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:52.295Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:52.295Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:53.182Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-03T02:15:53.182Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-03T02:15:53.183Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:15:53.183Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:53.185Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:53.185Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686553182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:53.285Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:53.286Z||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-06-03T02:15:53.286Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:53.299Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:53.300Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:54.187Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-03T02:15:54.187Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-03T02:15:54.187Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:15:54.187Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:54.189Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:54.189Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686554186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:54.290Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-03T02:15:54.290Z||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-06-03T02:15:54.290Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:54.301Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:54.301Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:55.191Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-03T02:15:55.191Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-03T02:15:55.191Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:15:55.191Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:55.193Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:55.193Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686555190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:55.293Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:55.294Z||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-06-03T02:15:55.294Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:55.309Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:55.309Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:56.194Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-03T02:15:56.195Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-03T02:15:56.195Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-03T02:15:56.195Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:15:56.197Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:15:56.197Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686556194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:15:56.297Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-03T02:15:56.298Z||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-06-03T02:15:56.298Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:15:56.311Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:15:56.312Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-03T02:15:57.198Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:15:57.207Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:15:57.208Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:15:57.208Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:15:57.208Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:16:27.209Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:16:27.217Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:16:27.219Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:16:27.219Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-03T02:16:27.219Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-03T02:16:35.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:16:35.335Z||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-06-03T02:16:35.335Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:16:35.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:16:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686482080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686484051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686480942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "dcae-sch",
  "timestamp": 1622686487565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686480943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686488291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686484437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686501416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686501418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686501426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686501429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686501430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686501430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686492838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "cds",
  "timestamp": 1622686502436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-03T02:16:35.409Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.409Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686502433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686503351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686503417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686503435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686503450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "policy-id",
  "timestamp": 1622686503436,
  "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-06-03T02:16:35.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.427Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622686495471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686495472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686504656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686504668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686504674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686505365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686505831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686505838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686505847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622686506369,
  "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-06-03T02:16:35.441Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.441Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686506841,
  "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-06-03T02:16:35.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.452Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686506855,
  "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-06-03T02:16:35.460Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.460Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686507121,
  "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-06-03T02:16:35.468Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.468Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686507363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622686507843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622686507860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686508018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:16:35.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622686508124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.474Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "aai-ml",
  "timestamp": 1622686508366,
  "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-06-03T02:16:35.477Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.477Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686509035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:16:35.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "clamp",
  "timestamp": 1622686510038,
  "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-06-03T02:16:35.487Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed64fb1c-b7b2-46ab-8c0a-091b7001233b
2021-06-03T02:16:35.487Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8116e1e8-84cc-43ff-a37c-524872ebdd43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686526740,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:35.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-03T02:16:35.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-03T02:16:35.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:16:57.220Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-03T02:16:57.233Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-03T02:16:57.236Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-03T02:16:57.236Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-03T02:16:57.236Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-03T02:16:57.236Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-03T02:16:57.236Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:16:57.236Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:16:57.237Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:16:57.237Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:16:57.237Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:16:57.237Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-03T02:16:57.237Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:16:57.241Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-03T02:17:27.241Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b 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-06-03T02:17:27.249Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed64fb1c-b7b2-46ab-8c0a-091b7001233b and serviceModelVersionId: d02fc65a-6218-48c1-9f9e-29d60a0eb035
2021-06-03T02:17:27.250Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3707e672-35cb-4a90-b46b-0ba8cfef558e
2021-06-03T02:17:27.251Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3707e672-35cb-4a90-b46b-0ba8cfef558e/model-vers/model-ver/d02fc65a-6218-48c1-9f9e-29d60a0eb035?depth=0
2021-06-03T02:17:27.256Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-03T02:17:27.302Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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/3707e672-35cb-4a90-b46b-0ba8cfef558e/model-vers/model-ver/d02fc65a-6218-48c1-9f9e-29d60a0eb035?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-06-03T02:17:27.303Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3707e672-35cb-4a90-b46b-0ba8cfef558e/model-vers/model-ver/d02fc65a-6218-48c1-9f9e-29d60a0eb035?depth=0|INFO|500||Invoke
2021-06-03T02:17:27.320Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3707e672-35cb-4a90-b46b-0ba8cfef558e/model-vers/model-ver/d02fc65a-6218-48c1-9f9e-29d60a0eb035?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-03T02:17:27.483Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3707e672-35cb-4a90-b46b-0ba8cfef558e/model-vers/model-ver/d02fc65a-6218-48c1-9f9e-29d60a0eb035?depth=0|INFO|500||InvokeReturn
2021-06-03T02:17:27.483Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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/3707e672-35cb-4a90-b46b-0ba8cfef558e/model-vers/model-ver/d02fc65a-6218-48c1-9f9e-29d60a0eb035?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210603-02:17:27:327-29453], vertex-id=[503976], Content-Length=[0], Date=[Thu, 03 Jun 2021 02:17:27 GMT], Content-Type=[application/json]}
2021-06-03T02:17:27.484Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-03T02:17:27.484Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-03T02:17:27.484Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:17:27.487Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:17:27.488Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed64fb1c-b7b2-46ab-8c0a-091b7001233b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-03T02:17:27.488Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-03T02:17:27.488Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-03T02:17:27.491Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-03T02:17:27.491Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686647488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:17:27.590Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-06-03T02:17:27.591Z||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-06-03T02:17:27.591Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:17:27.605Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:17:27.605Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-03T02:17:28.502Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:17:28.503Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:17:28.503Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:17:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:17:35.334Z||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-06-03T02:17:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:17:35.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:17:35.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-03T02:17:35.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:17:35.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:17:35.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686541938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686544159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686545339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686546520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:17:35.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686548091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686549692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686551175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686552179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686553182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686554186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686555190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-03T02:17:35.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:35.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-03T02:17:35.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686556194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-03T02:17:35.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:17:38.706Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:17:38.707Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:17:38.707Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:17:38.707Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:17:48.265Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:17:48.266Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:17:48.266Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:17:48.266Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:17:57.822Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:17:57.822Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:17:57.823Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:17:57.823Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:07.360Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:07.361Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:07.361Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:18:07.361Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:16.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:16.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:16.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:18:16.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:26.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:26.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:26.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:18:26.440Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:35.334Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:35.334Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:18:35.334Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:35.861Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:35.862Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-03T02:18:35.862Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed64fb1c-b7b2-46ab-8c0a-091b7001233b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622686647488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-03T02:18:35.862Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-03T02:18:35.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:35.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:35.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:18:35.981Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:45.524Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:45.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:45.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:18:45.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:18:55.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:18:55.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:18:55.071Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:18:55.071Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:04.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:04.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:04.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:19:04.624Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:14.167Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:14.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:14.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:19:14.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:23.711Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:23.712Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:23.712Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:19:23.712Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:33.261Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:33.261Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:33.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:19:33.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:35.334Z||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-06-03T02:19:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:42.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:42.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:42.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:19:42.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:19:44.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:52.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:19:52.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:19:52.368Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:19:52.368Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:20:01.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:20:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:20:35.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:20:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:20:35.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:20:35.334Z||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-06-03T02:20:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:20:44.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:20:44.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:21:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:21:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:21:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:21:35.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:21:35.334Z||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-06-03T02:21:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:21:44.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:21:44.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:22:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:22:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:22:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:22:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:22:35.334Z||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-06-03T02:22:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:22:44.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:22:44.877Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:23:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:23:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:23:35.332Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:23:35.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:23:35.334Z||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-06-03T02:23:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:23:44.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:23:44.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:24:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:24:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:24:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:24:35.333Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:24:35.334Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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-06-03T02:24:35.334Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:24:44.879Z|ed64fb1c-b7b2-46ab-8c0a-091b7001233b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:24:44.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:25:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:25:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:25:35.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:25:35.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:25:35.334Z||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-06-03T02:25:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:25:44.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:25:44.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:26:35.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:26:35.332Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-03T02:26:35.332Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rbiRT4v5XD5uIOPU) ...
2021-06-03T02:26:35.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:26:35.334Z||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-06-03T02:26:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:26:44.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:26:44.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:27:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:27:35.332Z||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-06-03T02:27:35.332Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:27:35.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:27:35.334Z||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-06-03T02:27:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:27:44.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:27:44.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:28:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:28:35.332Z||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-06-03T02:28:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:28:35.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:28:35.334Z||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-06-03T02:28:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:28:44.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:28:44.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:29:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:29:35.332Z||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-06-03T02:29:35.333Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:29:35.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:29:35.334Z||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-06-03T02:29:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:29:44.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:29:44.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:30:35.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:30:35.332Z||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-06-03T02:30:35.332Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:30:35.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-03T02:30:35.334Z||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-06-03T02:30:35.334Z||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 rbiRT4v5XD5uIOPU) ...
2021-06-03T02:30:44.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-03T02:30:44.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK