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-07-23T23:35:25.519Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-4dxbn with PID 14 (/app/app.jar started by so in /app)
2021-07-23T23:35:25.525Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-23T23:35:25.525Z||main|||||INFO|500||The following profiles are active: basic
2021-07-23T23:35:33.664Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-23T23:35:33.698Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-23T23:35:33.827Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-23T23:35:35.254Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-23T23:35:35.410Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-23T23:35:35.841Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-23T23:35:35.848Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-23T23:35:35.933Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-23T23:35:36.048Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-23T23:35:36.475Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-23T23:35:37.814Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-23T23:35:39.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-23T23:35:39.717Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-23T23:35:40.109Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-23T23:35:40.327Z||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-07-23T23:35:41.521Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-23T23:35:42.438Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-07-23T23:35:42.456Z||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$$afaf231c.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-07-23T23:35:42.457Z||main|||||WARN|500||The sdc end point is not alive
2021-07-23T23:35:44.793Z||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-07-23T23:35:47.039Z||main|||||WARN|500||---
2021-07-23T23:35:47.040Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-23T23:35:47.040Z||main|||||WARN|500||---
2021-07-23T23:35:47.351Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-23T23:35:50.633Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:35:50.635Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:35:50.635Z||main|||||INFO|500||Started Application in 26.966 seconds (JVM running for 28.525)
2021-07-23T23:35:50.648Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:35:50.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:35:50.794Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00b4318a-66c0-453a-a199-cc219b3b94ba url= /sdc/v1/artifactTypes
2021-07-23T23:35:50.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:35:51.894Z||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.168] 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-07-23T23:35:51.898Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6afff209
2021-07-23T23:35:51.898Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:35:51.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:35:51.910Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:35:51.913Z||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-07-23T23:36:40.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:36:40.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:36:40.627Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:36:40.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:36:40.648Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2724bb1-d398-4591-9f0e-498789517a39 url= /sdc/v1/artifactTypes
2021-07-23T23:36:40.648Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:36:41.686Z||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.168] 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-07-23T23:36:41.687Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5003477d
2021-07-23T23:36:41.687Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:36:41.687Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:36:41.687Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:36:41.688Z||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-07-23T23:37:30.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:37:30.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:37:30.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:37:30.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:37:30.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2514a068-4747-4567-9ab1-d3d2ddab7622 url= /sdc/v1/artifactTypes
2021-07-23T23:37:30.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:37:31.671Z||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.168] 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-07-23T23:37:31.672Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a104c3
2021-07-23T23:37:31.673Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:37:31.673Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:37:31.673Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:37:31.673Z||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-07-23T23:38:20.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:38:20.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:38:20.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:38:20.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:38:20.638Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 314eb3ea-34d2-4cd0-a931-bea0dd458555 url= /sdc/v1/artifactTypes
2021-07-23T23:38:20.639Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:38:21.653Z||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.168] 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-07-23T23:38:21.654Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d78c271
2021-07-23T23:38:21.654Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:38:21.654Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:38:21.655Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:38:21.656Z||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-07-23T23:39:10.628Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:39:10.629Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:39:10.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:39:10.635Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:39:10.643Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2521db44-7107-4158-ac8b-1faf344d580d url= /sdc/v1/artifactTypes
2021-07-23T23:39:10.643Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:39:11.678Z||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.168] 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-07-23T23:39:11.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@425b7122
2021-07-23T23:39:11.679Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:39:11.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:39:11.679Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:39:11.680Z||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-07-23T23:40:00.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:40:00.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:40:00.627Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:40:00.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:40:00.649Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0544ff3c-d593-488f-8dfe-03a82ed22c33 url= /sdc/v1/artifactTypes
2021-07-23T23:40:00.650Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:40:01.687Z||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.168] 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-07-23T23:40:01.687Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1940df2
2021-07-23T23:40:01.688Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:40:01.688Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:40:01.688Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:40:01.688Z||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-07-23T23:40:50.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:40:50.629Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:40:50.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:40:50.634Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:40:50.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3971ea4-8bad-40cc-a369-2746dcf41fd5 url= /sdc/v1/artifactTypes
2021-07-23T23:40:50.644Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:40:51.672Z||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.168] 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-07-23T23:40:51.674Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d10d1f
2021-07-23T23:40:51.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:40:51.674Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:40:51.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:40:51.675Z||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-07-23T23:41:40.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:41:40.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:41:40.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:41:40.633Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:41:40.640Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d16a3e0e-dde7-4891-ae1a-00711a5149ca url= /sdc/v1/artifactTypes
2021-07-23T23:41:40.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:41:40.860Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-23T23:41:40.878Z||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-07-23T23:41:40.970Z||scheduling-1|||||DEBUG|500||create keys
2021-07-23T23:41:40.980Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-23T23:41:41.009Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:41:41.028Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e802751-c4c5-4dbb-aaa1-3148d6cddf34 url= /sdc/v1/registerForDistribution
2021-07-23T23:41:41.189Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7e802751-c4c5-4dbb-aaa1-3148d6cddf34 url= /sdc/v1/registerForDistribution
2021-07-23T23:41:41.190Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-23T23:41:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:41:41.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:41:41.223Z||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-07-23T23:41:41.224Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:41:41.224Z||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-07-23T23:41:41.224Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:41:41.226Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-23T23:41:51.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:41:51.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:42:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:42:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:42:41.201Z||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-07-23T23:42:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:42:41.202Z||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-07-23T23:42:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:42:50.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:42:50.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:43:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:43:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:43:41.201Z||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-07-23T23:43:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:43:41.202Z||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-07-23T23:43:41.203Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:43:50.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:43:50.759Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:44:41.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:44:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:44:41.201Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:44:41.201Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:44:41.202Z||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-07-23T23:44:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:44:50.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:44:50.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:45:27.187Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-23T23:45:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:45:41.200Z||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-07-23T23:45:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:45:41.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:45:41.202Z||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-07-23T23:45:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:45:50.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:45:50.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:46:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:46:41.200Z||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-07-23T23:46:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:46:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:46:41.201Z||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-07-23T23:46:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:46:50.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:46:50.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:47:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:47:41.200Z||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-07-23T23:47:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:47:41.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:47:41.202Z||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-07-23T23:47:41.203Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:47:50.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:47:50.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:48:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:48:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:48:41.201Z||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-07-23T23:48:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:48:41.201Z||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-07-23T23:48:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:48:50.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:48:50.774Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:49:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:49:41.200Z||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-07-23T23:49:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:49:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:49:41.201Z||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-07-23T23:49:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:49:50.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:49:50.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:50:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:50:41.200Z||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-07-23T23:50:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:50:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:50:41.201Z||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-07-23T23:50:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:50:50.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:50:50.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:51:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:51:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:51:41.200Z||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-07-23T23:51:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:51:41.201Z||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-07-23T23:51:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:51:50.750Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:51:50.752Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:52:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:52:41.200Z||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-07-23T23:52:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:52:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:52:41.202Z||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-07-23T23:52:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:52:50.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:52:50.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:53:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:53:41.200Z||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-07-23T23:53:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:53:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:53:41.201Z||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-07-23T23:53:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:53:50.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:53:50.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:54:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:54:41.200Z||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-07-23T23:54:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:54:41.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:54:41.201Z||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-07-23T23:54:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:54:50.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:54:50.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:55:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:55:41.200Z||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-07-23T23:55:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:55:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:55:41.201Z||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-07-23T23:55:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:55:50.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:55:50.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:56:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:56:41.200Z||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-07-23T23:56:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:56:41.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:56:41.201Z||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-07-23T23:56:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:56:50.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:56:50.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:57:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:57:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:57:41.202Z||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-07-23T23:57:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:57:41.202Z||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-07-23T23:57:41.203Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:57:50.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:57:50.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:58:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:58:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:58:41.200Z||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-07-23T23:58:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:58:41.201Z||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-07-23T23:58:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:58:50.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:58:50.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:59:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:59:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:59:41.200Z||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-07-23T23:59:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:59:41.201Z||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-07-23T23:59:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:59:50.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-23T23:59:50.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:00:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:00:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:00:41.201Z||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-07-24T00:00:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:00:41.202Z||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-07-24T00:00:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:00:50.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:00:50.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:01:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:01:41.200Z||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-07-24T00:01:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:01:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:01:41.202Z||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-07-24T00:01:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:01:50.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:01:50.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:02:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:02:41.200Z||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-07-24T00:02:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:02:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:02:41.201Z||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-07-24T00:02:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:02:50.766Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:02:50.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:03:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:03:41.200Z||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-07-24T00:03:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:03:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:03:41.201Z||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-07-24T00:03:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:03:50.749Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:03:50.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:04:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:04:41.200Z||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-07-24T00:04:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:04:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:04:41.201Z||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-07-24T00:04:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:04:50.745Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:04:50.749Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:05:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:05:41.200Z||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-07-24T00:05:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:05:41.201Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:05:41.201Z||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-07-24T00:05:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:05:50.751Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:05:50.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:06:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:06:41.200Z||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-07-24T00:06:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:06:41.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:06:41.201Z||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-07-24T00:06:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:06:50.752Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:06:50.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:07:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:07:41.200Z||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-07-24T00:07:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:07:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:07:41.201Z||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-07-24T00:07:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:07:50.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:07:50.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:08:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:08:41.200Z||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-07-24T00:08:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:08:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:08:41.201Z||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-07-24T00:08:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:08:50.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:08:50.749Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:09:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:09:41.200Z||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-07-24T00:09:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:09:41.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:09:41.201Z||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-07-24T00:09:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:09:50.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:09:50.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:10:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:10:41.200Z||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-07-24T00:10:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:10:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:10:41.201Z||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-07-24T00:10:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:10:50.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:10:50.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:11:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:11:41.200Z||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-07-24T00:11:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:11:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:11:41.201Z||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-07-24T00:11:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:11:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:11:50.751Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:12:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:12:41.200Z||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-07-24T00:12:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:12:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:12:41.201Z||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-07-24T00:12:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:12:50.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:12:50.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:13:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:13:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:13:41.201Z||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-07-24T00:13:41.201Z||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-07-24T00:13:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:13:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:13:50.759Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:13:50.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:14:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:14:41.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:14:41.201Z||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-07-24T00:14:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:14:41.201Z||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-07-24T00:14:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:14:50.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:14:50.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:15:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:15:41.200Z||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-07-24T00:15:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:15:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:15:41.201Z||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-07-24T00:15:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:15:50.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:15:50.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:16:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:16:41.200Z||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-07-24T00:16:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:16:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:16:41.201Z||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-07-24T00:16:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:16:50.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:16:50.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:17:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:17:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:17:41.201Z||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-07-24T00:17:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:17:41.201Z||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-07-24T00:17:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:17:50.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:17:50.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:18:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:18:41.200Z||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-07-24T00:18:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:18:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:18:41.201Z||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-07-24T00:18:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:18:50.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:18:50.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:19:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:19:41.200Z||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-07-24T00:19:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:19:41.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:19:41.201Z||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-07-24T00:19:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:19:50.751Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:19:50.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:20:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:20:41.200Z||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-07-24T00:20:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:20:41.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:20:41.202Z||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-07-24T00:20:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:20:50.751Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:20:50.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:21:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:21:41.200Z||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-07-24T00:21:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:21:41.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:21:41.201Z||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-07-24T00:21:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:21:50.747Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:21:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:22:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:22:41.200Z||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-07-24T00:22:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:22:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:22:41.201Z||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-07-24T00:22:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:22:50.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:22:50.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:23:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:23:41.200Z||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-07-24T00:23:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:23:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:23:41.201Z||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-07-24T00:23:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:23:50.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:23:50.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:24:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:24:41.200Z||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-07-24T00:24:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:24:41.201Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:24:41.201Z||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-07-24T00:24:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:24:50.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:24:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:25:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:25:41.200Z||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-07-24T00:25:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:25:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:25:41.201Z||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-07-24T00:25:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:25:50.750Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:25:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:26:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:26:41.200Z||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-07-24T00:26:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:26:41.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:26:41.201Z||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-07-24T00:26:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:26:50.752Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:26:50.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:27:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:27:41.200Z||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-07-24T00:27:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:27:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:27:41.202Z||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-07-24T00:27:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:27:50.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:27:50.749Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:28:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:28:41.200Z||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-07-24T00:28:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:28:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:28:41.201Z||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-07-24T00:28:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:28:50.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:28:50.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:29:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:29:41.200Z||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-07-24T00:29:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:29:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:29:41.201Z||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-07-24T00:29:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:29:50.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:29:50.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:30:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:30:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:30:41.201Z||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-07-24T00:30:41.201Z||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-07-24T00:30:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:30:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:30:50.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:30:50.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:31:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:31:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:31:41.200Z||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-07-24T00:31:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:31:41.201Z||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-07-24T00:31:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:31:50.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:31:50.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:32:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:32:41.200Z||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-07-24T00:32:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:32:41.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:32:41.201Z||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-07-24T00:32:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:32:50.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:32:50.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:33:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:33:41.200Z||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-07-24T00:33:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:33:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:33:41.201Z||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-07-24T00:33:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:33:50.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:33:50.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:34:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:34:41.200Z||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-07-24T00:34:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:34:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:34:41.201Z||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-07-24T00:34:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:34:50.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:34:50.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:35:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:35:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:35:41.201Z||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-07-24T00:35:41.201Z||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-07-24T00:35:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:35:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:35:50.753Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:35:50.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:36:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:36:41.200Z||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-07-24T00:36:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:36:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:36:41.201Z||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-07-24T00:36:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:36:50.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:36:50.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:37:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:37:41.200Z||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-07-24T00:37:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:37:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:37:41.201Z||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-07-24T00:37:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:37:50.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:37:50.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:38:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:38:41.200Z||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-07-24T00:38:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:38:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:38:41.201Z||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-07-24T00:38:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:38:50.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:38:50.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:39:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:39:41.200Z||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-07-24T00:39:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:39:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:39:41.201Z||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-07-24T00:39:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:39:50.756Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:39:50.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:40:41.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:40:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:40:41.201Z||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-07-24T00:40:41.201Z||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-07-24T00:40:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:40:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:40:50.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:40:50.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:41:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:41:41.200Z||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-07-24T00:41:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:41:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:41:41.201Z||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-07-24T00:41:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:41:50.751Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:41:50.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:42:41.200Z||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-07-24T00:42:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:42:41.201Z||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-07-24T00:42:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:41.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:41.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9","serviceName":"basic_onboard_WrblOT","serviceVersion":"1.0","serviceUUID":"fb66f90d-4d79-4a2c-a8a3-09743a0fc466","serviceDescription":"service","serviceInvariantUUID":"50ae950a-318b-4996-be63-42a07bd9040a","resources":[{"resourceInstanceName":"basic_onboard_WrblOT 0","resourceName":"basic_onboard_WrblOT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"391ec35e-d3cb-49d0-8fbf-69a92156e3f7","resourceInvariantUUID":"6cba9856-d725-42e1-b868-dd82e7a9696e","resourceCustomizationUUID":"e02280ce-66cf-459e-ae24-630f6f560513","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml","artifactChecksum":"YTFjOTdkMzg0MzcxNzY0NDJlMmE3NDY1ZDg0ODIyYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb9e95e3-557e-4205-a8dd-1b6638ce186d","artifactVersion":"1"},{"artifactName":"basic_onboard_wrblot0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json","artifactChecksum":"MGNkYTMzN2UwNjMyYmI3NzRiNDIzZWMxYWQ3NmEzNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d8caf11-03d7-4046-a38e-59de34021929","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4f2fb220-4e81-4517-ac41-2fbecfe4b371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cc3a1cc-70dc-410c-9a56-d7af7c980ad3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f16d2cf7-e099-4f7c-b901-bffe319e2d14","artifactVersion":"2","generatedFromUUID":"4f2fb220-4e81-4517-ac41-2fbecfe4b371"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWrblot-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml","artifactChecksum":"YWQzZGIxYTk2ZjQ4ZTViMGIwMzIwMjQxMTdmMzE5NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01cd9c22-bcdb-40e5-838a-8ad8bd26f415","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWrblot-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar","artifactChecksum":"NjQ4OGFiNmRmOTA2NTk4NWNhOWZlOGNkMDA2MThkNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22a7e94f-b852-43c6-8d5b-ce4ad7e75a66","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:42:41.837Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:41.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:41.860Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:41.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:41.871Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087340724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087344902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087344094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087342749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087347962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087342784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087356890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087356900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087356911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087356908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087357000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087357915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:42:41.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "cds",
  "timestamp": 1627087358019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-07-24T00:42:41.976Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-07-24T00:42:42.092Z||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-07-24T00:42:42.092Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:42.104Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:42.106Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:42:42.694Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.718Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087358694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087358787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "policy-id",
  "timestamp": 1627087358918,
  "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-07-24T00:42:42.809Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.809Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087352381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087359886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087359978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087360326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087354028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087360769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:42:42.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087360892,
  "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-07-24T00:42:42.831Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087360988,
  "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-07-24T00:42:42.846Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.846Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "dcae-sch",
  "timestamp": 1627087354391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:42:42.883Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:42.883Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:42.886Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:42.886Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:42:42.987Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:42.990Z||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-07-24T00:42:42.990Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:43.009Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:43.010Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:43.887Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:43.889Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:43.891Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:43.891Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:42:43.991Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:42:43.992Z||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-07-24T00:42:43.993Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:44.002Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:44.003Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:44.892Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:44.893Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:44.895Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:44.895Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:44.995Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:44.996Z||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-07-24T00:42:44.997Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:45.006Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:45.007Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:45.895Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:45.897Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:45.899Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:45.899Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:42:45.999Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:46.000Z||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-07-24T00:42:46.000Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:46.014Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:46.015Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:46.900Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:46.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:46.904Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:46.904Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:42:47.004Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:47.005Z||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-07-24T00:42:47.005Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:47.019Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:47.019Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:47.905Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:47.906Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:47.908Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:47.908Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:42:48.008Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:48.009Z||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-07-24T00:42:48.009Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:48.022Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:48.022Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:48.911Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "serviceName": "basic_onboard_WrblOT",
  "serviceVersion": "1.0",
  "serviceUUID": "fb66f90d-4d79-4a2c-a8a3-09743a0fc466",
  "serviceDescription": "service",
  "serviceInvariantUUID": "50ae950a-318b-4996-be63-42a07bd9040a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WrblOT 0",
      "resourceCustomizationUUID": "e02280ce-66cf-459e-ae24-630f6f560513",
      "resourceName": "basic_onboard_WrblOT",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "391ec35e-d3cb-49d0-8fbf-69a92156e3f7",
      "resourceInvariantUUID": "6cba9856-d725-42e1-b868-dd82e7a9696e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wrblot0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
          "artifactChecksum": "MGNkYTMzN2UwNjMyYmI3NzRiNDIzZWMxYWQ3NmEzNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d8caf11-03d7-4046-a38e-59de34021929",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4f2fb220-4e81-4517-ac41-2fbecfe4b371",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f16d2cf7-e099-4f7c-b901-bffe319e2d14",
            "generatedFromUUID": "4f2fb220-4e81-4517-ac41-2fbecfe4b371"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f16d2cf7-e099-4f7c-b901-bffe319e2d14",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWrblot-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
      "artifactChecksum": "NjQ4OGFiNmRmOTA2NTk4NWNhOWZlOGNkMDA2MThkNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22a7e94f-b852-43c6-8d5b-ce4ad7e75a66"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T00:42:48.918Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:42:48.918Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb66f90d-4d79-4a2c-a8a3-09743a0fc466 ASDC
2021-07-24T00:42:49.279Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
ServiceName:basic_onboard_WrblOT
ServiceVersion:1.0
ServiceUUID:fb66f90d-4d79-4a2c-a8a3-09743a0fc466
ServiceInvariantUUID:50ae950a-318b-4996-be63-42a07bd9040a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWrblot-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
ArtifactUUID:22a7e94f-b852-43c6-8d5b-ce4ad7e75a66
ArtifactChecksum:NjQ4OGFiNmRmOTA2NTk4NWNhOWZlOGNkMDA2MThkNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WrblOT 0
ResourceCustomizationUUID:e02280ce-66cf-459e-ae24-630f6f560513
ResourceInvariantUUID:6cba9856-d725-42e1-b868-dd82e7a9696e
ResourceName:basic_onboard_WrblOT
ResourceType:VF
ResourceUUID:391ec35e-d3cb-49d0-8fbf-69a92156e3f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wrblot0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
ArtifactUUID:0d8caf11-03d7-4046-a38e-59de34021929
ArtifactChecksum:MGNkYTMzN2UwNjMyYmI3NzRiNDIzZWMxYWQ3NmEzNDU=
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/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4f2fb220-4e81-4517-ac41-2fbecfe4b371
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/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
ArtifactUUID:f16d2cf7-e099-4f7c-b901-bffe319e2d14
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/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
ArtifactUUID:f16d2cf7-e099-4f7c-b901-bffe319e2d14
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T00:42:49.280Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb66f90d-4d79-4a2c-a8a3-09743a0fc466 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-07-24T00:42:49.378Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:42:49.392Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:42:49.392Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:42:49.392Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 22a7e94f-b852-43c6-8d5b-ce4ad7e75a66 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:49.393Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:49.394Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:50.069Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:50.083Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar 22a7e94f-b852-43c6-8d5b-ce4ad7e75a66 74841
2021-07-24T00:42:50.087Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar ASDC sendASDCNotification
2021-07-24T00:42:50.087Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:50.114Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:50.116Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:50.117Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:50.117Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087370083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:50.218Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:50.219Z||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-07-24T00:42:50.219Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:50.229Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:50.230Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:51.118Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:42:51.120Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:42:51.120Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 22a7e94f-b852-43c6-8d5b-ce4ad7e75a66, URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar to file: /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:51.121Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:51.623Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:51.624Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:52.160Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10110723002905922468/Definitions/service-BasicOnboardWrblot-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-07-24T00:42:53.931Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:42:53.934Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WrblOT 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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WrblOT 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:42:53.941Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.942Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.945Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.946Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:42:53.947Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:42:53.949Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.949Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:42:53.953Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.953Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:42:53.954Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.954Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.954Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is not matching search criteria
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=011ff02a-16d9-42eb-b614-330a399c2d16
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.973Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WrblOT
Description:service
Model UUID:fb66f90d-4d79-4a2c-a8a3-09743a0fc466
Model Version:NULL
Model InvariantUuid:50ae950a-318b-4996-be63-42a07bd9040a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WrblOT
Model UUID:0a81143a-99bf-4ee7-b094-22a08d8d33eb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6cba9856-d725-42e1-b868-dd82e7a9696e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e02280ce-66cf-459e-ae24-630f6f560513
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b6c1dcc-32f4-46c0-8393-75c3b9934b18
ModelName:BasicOnboardWrblot..base_ubuntu18..module-0
ModelUuid:5810cfa1-7cdf-4998-94c1-27195934c156
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:011ff02a-16d9-42eb-b614-330a399c2d16
ModelInvariantUuid:b3417762-af7d-4998-902e-76e18d583e58
ModelName:basic_onboard_WrblOT-nodes.ubuntu18Cvfc
ModelUuid:44b9b573-9c0a-4592-abff-5d77107e9b96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b9392565-eac7-4cc7-aa4f-8ec82042221c
ModelInvariantUuid:b6862b4a-00a8-4198-bba0-3587d34f52ea
ModelName:BasicOnboardWrblot.compute.nodes.heat.ubuntu18
ModelUuid:3516c25d-88cf-494d-9c9c-ad88b20e4575
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-07-24T00:42:53.986Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 391ec35e-d3cb-49d0-8fbf-69a92156e3f7
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-07-24T00:42:54.691Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||basic_onboard_WrblOT 0
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 391ec35e-d3cb-49d0-8fbf-69a92156e3f7
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d8caf11-03d7-4046-a38e-59de34021929 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:42:55.773Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json 0d8caf11-03d7-4046-a38e-59de34021929 798
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json ASDC sendASDCNotification
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:55.775Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:55.778Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:55.779Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087375774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:55.878Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:42:55.880Z||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-07-24T00:42:55.881Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:55.893Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:55.893Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:56.784Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWrblot..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2b6c1dcc-32f4-46c0-8393-75c3b9934b18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5810cfa1-7cdf-4998-94c1-27195934c156",
    "vfModuleModelCustomizationUUID": "9ac89e78-3516-449f-856a-4339b90ffe7d",
    "isBase": true,
    "artifacts": [
      "4f2fb220-4e81-4517-ac41-2fbecfe4b371",
      "f16d2cf7-e099-4f7c-b901-bffe319e2d14"
    ],
    "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-07-24T00:42:56.844Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWrblot..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5810cfa1-7cdf-4998-94c1-27195934c156
VfModuleModelInvariantUUID:2b6c1dcc-32f4-46c0-8393-75c3b9934b18
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f2fb220-4e81-4517-ac41-2fbecfe4b371
,
f16d2cf7-e099-4f7c-b901-bffe319e2d14

}
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-07-24T00:42:56.846Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWrblot..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2b6c1dcc-32f4-46c0-8393-75c3b9934b18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5810cfa1-7cdf-4998-94c1-27195934c156",
    "vfModuleModelCustomizationUUID": "9ac89e78-3516-449f-856a-4339b90ffe7d",
    "isBase": true,
    "artifacts": [
      "4f2fb220-4e81-4517-ac41-2fbecfe4b371",
      "f16d2cf7-e099-4f7c-b901-bffe319e2d14"
    ],
    "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-07-24T00:42:56.846Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWrblot..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5810cfa1-7cdf-4998-94c1-27195934c156
VfModuleModelInvariantUUID:2b6c1dcc-32f4-46c0-8393-75c3b9934b18
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f2fb220-4e81-4517-ac41-2fbecfe4b371
,
f16d2cf7-e099-4f7c-b901-bffe319e2d14

}
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-07-24T00:42:56.847Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f2fb220-4e81-4517-ac41-2fbecfe4b371 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:42:56.847Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:56.847Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:42:57.680Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml 4f2fb220-4e81-4517-ac41-2fbecfe4b371 5033
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:57.682Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:57.684Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:57.684Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087377681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:57.784Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:57.785Z||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-07-24T00:42:57.785Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:57.795Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:57.795Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:58.684Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f16d2cf7-e099-4f7c-b901-bffe319e2d14 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:42:58.685Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:58.685Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:42:58.950Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:58.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env f16d2cf7-e099-4f7c-b901-bffe319e2d14 909
2021-07-24T00:42:58.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T00:42:58.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:42:58.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:58.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:58.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:58.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087378951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:42:59.055Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:42:59.057Z||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-07-24T00:42:59.057Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:59.069Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:42:59.070Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:59.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fb66f90d-4d79-4a2c-a8a3-09743a0fc466
2021-07-24T00:42:59.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WrblOT 0 391ec35e-d3cb-49d0-8fbf-69a92156e3f7 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-07-24T00:43:00.000Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e02280ce-66cf-459e-ae24-630f6f560513
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e02280ce-66cf-459e-ae24-630f6f560513 matches Tosca VF Customization UUID: e02280ce-66cf-459e-ae24-630f6f560513
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e02280ce-66cf-459e-ae24-630f6f560513  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-07-24T00:43:00.009Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.009Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.010Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e02280ce-66cf-459e-ae24-630f6f560513: {\"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-07-24T00:43:00.011Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54d0e2c7
2021-07-24T00:43:00.011Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.011Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:43:00.012Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ac89e78-3516-449f-856a-4339b90ffe7d
2021-07-24T00:43:00.013Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ac89e78-3516-449f-856a-4339b90ffe7d
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-07-24T00:43:00.018Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.019Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.019Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is not matching search criteria
2021-07-24T00:43:00.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T00:43:00.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:43:00.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=011ff02a-16d9-42eb-b614-330a399c2d16
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-07-24T00:43:00.027Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.028Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.028Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:43:00.029Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.029Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.029Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=e02280ce-66cf-459e-ae24-630f6f560513
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-07-24T00:43:00.034Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.034Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.035Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fb66f90d-4d79-4a2c-a8a3-09743a0fc466: basic_onboard_WrblOT
2021-07-24T00:43:00.035Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.035Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.036Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.036Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.036Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_WrblOT 
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-07-24T00:43:00.280Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WrblOT 391ec35e-d3cb-49d0-8fbf-69a92156e3f7 1 ASDC deployResourceStructure
2021-07-24T00:43:00.281Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json ASDC sendASDCNotification
2021-07-24T00:43:00.281Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:43:00.281Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:00.282Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:00.285Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:00.285Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087380280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:43:00.384Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-24T00:43:00.385Z||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-07-24T00:43:00.385Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:00.397Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:43:00.398Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:01.287Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T00:43:01.288Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:43:01.288Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:01.289Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:01.292Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:01.292Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087381287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:43:01.392Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:43:01.393Z||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-07-24T00:43:01.393Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:01.403Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:43:01.404Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:02.293Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T00:43:02.293Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:43:02.294Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:02.294Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:02.295Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:02.296Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087382292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:43:02.396Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:43:02.398Z||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-07-24T00:43:02.399Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:02.410Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:43:02.411Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:03.296Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar ASDC sendASDCNotification
2021-07-24T00:43:03.297Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:43:03.297Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:03.298Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:03.301Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:03.301Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087383296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:43:03.400Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:43:03.401Z||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-07-24T00:43:03.401Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:03.412Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:43:03.412Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:04.302Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:43:04.322Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:43:04.325Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:43:04.325Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:43:04.325Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:43:34.326Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:43:34.336Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:43:34.339Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:43:34.339Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:43:34.340Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:43:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:43:41.201Z||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-07-24T00:43:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:41.322Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:43:41.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:43:41.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087361776,
  "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-07-24T00:43:41.338Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:43:41.338Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:44:04.340Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:44:04.349Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:44:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:44:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:44:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:44:34.353Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:44:34.363Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:44:34.366Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:44:34.366Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:44:34.366Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:44:41.201Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:44:41.202Z||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-07-24T00:44:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:44:41.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:44:41.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087361897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087361994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087362191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087364664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087366602,
  "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-07-24T00:44:41.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:44:41.251Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:44:41.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087367606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087361199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087370083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087371695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087372786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "clamp",
  "timestamp": 1627087373790,
  "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-07-24T00:44:41.266Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:44:41.266Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:44:41.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087368245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087375774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087376927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087377681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087378951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087380280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087381287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087382292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087383296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087389067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "aai-ml",
  "timestamp": 1627087390072,
  "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-07-24T00:44:41.280Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:44:41.280Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:45:04.367Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:45:04.394Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:45:04.396Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:45:04.396Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:45:04.396Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:45:04.398Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:45:04.398Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:45:04.398Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-07-24T00:45:04.402Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:45:34.402Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:45:34.409Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 and serviceModelVersionId: fb66f90d-4d79-4a2c-a8a3-09743a0fc466
2021-07-24T00:45:34.409Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50ae950a-318b-4996-be63-42a07bd9040a
2021-07-24T00:45:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:45:41.201Z||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-07-24T00:45:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:45:41.731Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:45:41.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087444028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087440724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087444902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087444093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087447749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087447962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087455580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087455625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087456295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087456485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087457195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "cds",
  "timestamp": 1627087457301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-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-07-24T00:45:41.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087457488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "policy-id",
  "timestamp": 1627087458490,
  "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-07-24T00:45:41.828Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.828Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087458994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087459002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087452381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087459998,
  "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-07-24T00:45:41.844Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087460009,
  "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-07-24T00:45:41.853Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.853Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087460581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087461002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087461013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "dcae-sch",
  "timestamp": 1627087454391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087461694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087462386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087463701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "clamp",
  "timestamp": 1627087464704,
  "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-07-24T00:45:41.864Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.864Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087458245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087464982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087465996,
  "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-07-24T00:45:41.879Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.879Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087467001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087467379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087462784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087471278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087474532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087475536,
  "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-07-24T00:45:41.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087477176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "aai-ml",
  "timestamp": 1627087478180,
  "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-07-24T00:45:41.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.911Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:56.893Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0
2021-07-24T00:45:57.049Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:45:57.539Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|INFO|500||Invoke
2021-07-24T00:45:57.549Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52f49eeb-62db-4862-97f8-8f0e083724a5], X-ECOMP-RequestID=[bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9], X-TransactionId=[], X-ONAP-RequestID=[bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9], Content-Type=[application/merge-patch+json]}
2021-07-24T00:45:57.694Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T00:45:58.010Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?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/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-00:45:57:705-22477], vertex-id=[352448], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:45:57 GMT], Content-Type=[application/json]}
2021-07-24T00:45:58.012Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:45:58.012Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|INFO|500||InvokeReturn
2021-07-24T00:45:58.017Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:45:58.017Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-07-24T00:45:58.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-07-24T00:45:58.023Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:45:58.024Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:45:58.024Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:45:58.026Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:45:58.027Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087558023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:45:58.127Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:45:58.128Z||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-07-24T00:45:58.128Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:45:58.138Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:45:58.139Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T00:45:59.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:45:59.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-07-24T00:45:59.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:03.339Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:03.341Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T00:46:03.341Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1fd40bd-6448-4cff-a17c-c1b8d5553bb8","serviceName":"vFW 2021-07-24 00-42-17","serviceVersion":"1.0","serviceUUID":"e28eb092-b718-405d-b59a-7275a684d249","serviceDescription":"catalog service description","serviceInvariantUUID":"4bd480f6-b67b-4e4b-8314-0cb51bd523be","resources":[{"resourceInstanceName":"vFW 047ba24e-e202 0","resourceName":"vFW 047ba24e-e202","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de675fe2-8581-4c5b-957d-e5c0ff0ba1f0","resourceInvariantUUID":"3b92e8b4-1813-4448-8bfe-210f29f121fc","resourceCustomizationUUID":"2dc2d140-95f5-4802-a2a8-24199ea365cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml","artifactChecksum":"N2RjMDRkZmM3MWEwMjk4YmM0OWM4NDA1MDRkMGRjYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77023957-ac0f-4ade-ae02-2f8aea26fe24","artifactVersion":"1"},{"artifactName":"vfw047ba24ee2020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json","artifactChecksum":"MTVkNmJhZGQyZmViMGNmMzc4ZmQ0ZjUwMmM0NjA0N2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ace469b3-c0d2-4526-a972-5108e59f4928","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b95f1d4-1ce4-46eb-856c-20f498635924","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml","artifactChecksum":"MWExNDlmMzUwNjI3ZTNhOTE4ODE3NGVkMzgxMDU3NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7819c70d-e78f-4186-8cff-a212636fa682","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b96e1c8f-5968-4994-8c10-b6ab171edbb9","artifactVersion":"2","generatedFromUUID":"4b95f1d4-1ce4-46eb-856c-20f498635924"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210724004217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml","artifactChecksum":"YWQ4NTc2ZDhlNGRiYjZjNzY2NTc3MTM3M2RkOGI2ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0e4fa2d-c7a8-4fa1-bee2-fa4bbe425b8b","artifactVersion":"1"},{"artifactName":"service-Vfw20210724004217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar","artifactChecksum":"MDk5ZWIxYWNjOGZmN2JmZTY4YTYxYjE5YWQ5MzUzYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43b27394-5f39-4741-a148-640c36ea4a02","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:46:03.344Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:03.345Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:03.347Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:03.347Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:03.447Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:03.449Z||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-07-24T00:46:03.449Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:03.459Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:03.459Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:04.347Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:04.349Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:04.452Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:04.454Z||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-07-24T00:46:04.454Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:04.467Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:04.468Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:05.353Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:05.354Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:05.356Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:05.357Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:05.457Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:05.458Z||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-07-24T00:46:05.458Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:05.469Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:05.469Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:06.357Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:06.359Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:06.361Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:06.362Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:06.463Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:06.464Z||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-07-24T00:46:06.464Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:06.476Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:06.477Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:07.363Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:07.364Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:07.367Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:07.367Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:46:07.467Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:07.469Z||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-07-24T00:46:07.469Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:07.480Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:07.481Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:08.368Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:08.369Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:08.372Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:08.372Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:08.472Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:08.473Z||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-07-24T00:46:08.473Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:08.487Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:08.487Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:46:09.373Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:09.374Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:09.377Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:09.377Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:09.477Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:09.478Z||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-07-24T00:46:09.478Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:09.489Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:09.489Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:46:10.379Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "serviceName": "vFW 2021-07-24 00-42-17",
  "serviceVersion": "1.0",
  "serviceUUID": "e28eb092-b718-405d-b59a-7275a684d249",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4bd480f6-b67b-4e4b-8314-0cb51bd523be",
  "resources": [
    {
      "resourceInstanceName": "vFW 047ba24e-e202 0",
      "resourceCustomizationUUID": "2dc2d140-95f5-4802-a2a8-24199ea365cf",
      "resourceName": "vFW 047ba24e-e202",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "de675fe2-8581-4c5b-957d-e5c0ff0ba1f0",
      "resourceInvariantUUID": "3b92e8b4-1813-4448-8bfe-210f29f121fc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw047ba24ee2020_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
          "artifactChecksum": "MTVkNmJhZGQyZmViMGNmMzc4ZmQ0ZjUwMmM0NjA0N2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ace469b3-c0d2-4526-a972-5108e59f4928",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b95f1d4-1ce4-46eb-856c-20f498635924",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b96e1c8f-5968-4994-8c10-b6ab171edbb9",
            "generatedFromUUID": "4b95f1d4-1ce4-46eb-856c-20f498635924"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b96e1c8f-5968-4994-8c10-b6ab171edbb9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210724004217-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
      "artifactChecksum": "MDk5ZWIxYWNjOGZmN2JmZTY4YTYxYjE5YWQ5MzUzYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43b27394-5f39-4741-a148-640c36ea4a02"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T00:46:10.380Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:46:10.380Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e28eb092-b718-405d-b59a-7275a684d249 ASDC
2021-07-24T00:46:10.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
ServiceName:vFW 2021-07-24 00-42-17
ServiceVersion:1.0
ServiceUUID:e28eb092-b718-405d-b59a-7275a684d249
ServiceInvariantUUID:4bd480f6-b67b-4e4b-8314-0cb51bd523be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210724004217-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
ArtifactUUID:43b27394-5f39-4741-a148-640c36ea4a02
ArtifactChecksum:MDk5ZWIxYWNjOGZmN2JmZTY4YTYxYjE5YWQ5MzUzYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 047ba24e-e202 0
ResourceCustomizationUUID:2dc2d140-95f5-4802-a2a8-24199ea365cf
ResourceInvariantUUID:3b92e8b4-1813-4448-8bfe-210f29f121fc
ResourceName:vFW 047ba24e-e202
ResourceType:VF
ResourceUUID:de675fe2-8581-4c5b-957d-e5c0ff0ba1f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw047ba24ee2020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
ArtifactUUID:ace469b3-c0d2-4526-a972-5108e59f4928
ArtifactChecksum:MTVkNmJhZGQyZmViMGNmMzc4ZmQ0ZjUwMmM0NjA0N2I=
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/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
ArtifactUUID:4b95f1d4-1ce4-46eb-856c-20f498635924
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/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
ArtifactUUID:b96e1c8f-5968-4994-8c10-b6ab171edbb9
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/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
ArtifactUUID:b96e1c8f-5968-4994-8c10-b6ab171edbb9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T00:46:10.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e28eb092-b718-405d-b59a-7275a684d249 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-07-24T00:46:10.409Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43b27394-5f39-4741-a148-640c36ea4a02 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:11.161Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:11.170Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar 43b27394-5f39-4741-a148-640c36ea4a02 110188
2021-07-24T00:46:11.170Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar ASDC sendASDCNotification
2021-07-24T00:46:11.170Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:11.171Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:11.171Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:11.173Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:11.173Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087571170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:11.273Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:11.274Z||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-07-24T00:46:11.274Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:11.290Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:11.290Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:12.173Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:46:12.175Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:46:12.175Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 43b27394-5f39-4741-a148-640c36ea4a02, URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar to file: /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.175Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.176Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.176Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.523Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17110763485912292530/Definitions/service-Vfw20210724004217-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-07-24T00:46:14.707Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 047ba24e-e202 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 047ba24e-e202 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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6e7c89b-71d8-41ec-bc8f-c2acab2474ca
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55afbc8e-6d5c-4da4-8350-3afaa91e371a
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=590c11d3-7b85-464b-b9d5-a6cbc5c3e9e9
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-24 00-42-17
Description:catalog service description
Model UUID:e28eb092-b718-405d-b59a-7275a684d249
Model Version:NULL
Model InvariantUuid:4bd480f6-b67b-4e4b-8314-0cb51bd523be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 047ba24e-e202
Model UUID:5fbefad7-f1f9-4def-923b-8237d87fa9a5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b92e8b4-1813-4448-8bfe-210f29f121fc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2dc2d140-95f5-4802-a2a8-24199ea365cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e6ffe95-2e25-4115-ad54-ee75d48c8c99
ModelName:Vfw047ba24eE202..base_vfw..module-0
ModelUuid:af799bf7-f086-4fa9-a96a-2ee68b2e878a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6e7c89b-71d8-41ec-bc8f-c2acab2474ca
ModelInvariantUuid:4efd5e76-f874-43b3-8200-54661775718c
ModelName:vFW 047ba24e-e202-nodes.vfwCvfc
ModelUuid:caf09c01-bde8-478e-a78b-8e9232d6fed7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:66171b15-92bb-4996-8322-e1e8d29bd7f6
ModelInvariantUuid:6f11f941-56f5-4df9-bf67-b6a487dfd538
ModelName:Vfw047ba24eE202.compute.nodes.heat.vfw
ModelUuid:6a2b985e-302f-4590-9193-63d11919de7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:55afbc8e-6d5c-4da4-8350-3afaa91e371a
ModelInvariantUuid:46262f6b-d5b6-48da-8f23-715f48cec275
ModelName:vFW 047ba24e-e202-nodes.vsnCvfc
ModelUuid:12c21d57-b2ed-439c-842c-4a8b4c7071ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bde5457d-fd0a-4e0c-a137-34cb6aad135c
ModelInvariantUuid:bbc56c1d-1bf4-4ad4-bfda-893bd329b189
ModelName:Vfw047ba24eE202.compute.nodes.heat.vsn
ModelUuid:f3b305bd-55e6-4c3e-8947-8640a6c43b1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:590c11d3-7b85-464b-b9d5-a6cbc5c3e9e9
ModelInvariantUuid:87cda113-a657-4b5b-97d7-5d5aecacc8e0
ModelName:vFW 047ba24e-e202-nodes.vpgCvfc
ModelUuid:4d206e39-aaec-4ae6-a770-ba395ee5e65d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:346143a8-6c44-43eb-9262-b125fcb6aea3
ModelInvariantUuid:324c9990-585b-4ef4-9d6c-d8ff308e4d7c
ModelName:Vfw047ba24eE202.compute.nodes.heat.vpg
ModelUuid:7dde4271-b9b1-477e-a06c-a2ece75fae4b
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-07-24T00:46:14.724Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: de675fe2-8581-4c5b-957d-e5c0ff0ba1f0
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-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||vFW 047ba24e-e202 0
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de675fe2-8581-4c5b-957d-e5c0ff0ba1f0
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ace469b3-c0d2-4526-a972-5108e59f4928 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:15.577Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:15.577Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json ace469b3-c0d2-4526-a972-5108e59f4928 785
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json ASDC sendASDCNotification
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:15.581Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:15.581Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087575578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:15.681Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:15.682Z||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-07-24T00:46:15.682Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:15.692Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:15.692Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:46:16.582Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw047ba24eE202..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e6ffe95-2e25-4115-ad54-ee75d48c8c99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af799bf7-f086-4fa9-a96a-2ee68b2e878a",
    "vfModuleModelCustomizationUUID": "ee11dfea-59ed-4fff-bd4b-2386eff2e28f",
    "isBase": true,
    "artifacts": [
      "4b95f1d4-1ce4-46eb-856c-20f498635924",
      "b96e1c8f-5968-4994-8c10-b6ab171edbb9"
    ],
    "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-07-24T00:46:16.586Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw047ba24eE202..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af799bf7-f086-4fa9-a96a-2ee68b2e878a
VfModuleModelInvariantUUID:5e6ffe95-2e25-4115-ad54-ee75d48c8c99
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b95f1d4-1ce4-46eb-856c-20f498635924
,
b96e1c8f-5968-4994-8c10-b6ab171edbb9

}
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-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw047ba24eE202..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e6ffe95-2e25-4115-ad54-ee75d48c8c99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af799bf7-f086-4fa9-a96a-2ee68b2e878a",
    "vfModuleModelCustomizationUUID": "ee11dfea-59ed-4fff-bd4b-2386eff2e28f",
    "isBase": true,
    "artifacts": [
      "4b95f1d4-1ce4-46eb-856c-20f498635924",
      "b96e1c8f-5968-4994-8c10-b6ab171edbb9"
    ],
    "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-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw047ba24eE202..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af799bf7-f086-4fa9-a96a-2ee68b2e878a
VfModuleModelInvariantUUID:5e6ffe95-2e25-4115-ad54-ee75d48c8c99
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b95f1d4-1ce4-46eb-856c-20f498635924
,
b96e1c8f-5968-4994-8c10-b6ab171edbb9

}
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-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4b95f1d4-1ce4-46eb-856c-20f498635924 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:17.144Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:17.145Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml 4b95f1d4-1ce4-46eb-856c-20f498635924 20368
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:17.149Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:17.149Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087577146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:17.249Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:17.250Z||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-07-24T00:46:17.250Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:17.261Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:17.261Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:18.149Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b96e1c8f-5968-4994-8c10-b6ab171edbb9 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:18.150Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:18.151Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:18.790Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env b96e1c8f-5968-4994-8c10-b6ab171edbb9 2098
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:18.793Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:18.793Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087578791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:18.893Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:18.894Z||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-07-24T00:46:18.894Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:18.906Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:18.906Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:19.793Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e28eb092-b718-405d-b59a-7275a684d249
2021-07-24T00:46:19.794Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 047ba24e-e202 0 de675fe2-8581-4c5b-957d-e5c0ff0ba1f0 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-07-24T00:46:19.816Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.816Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2dc2d140-95f5-4802-a2a8-24199ea365cf
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2dc2d140-95f5-4802-a2a8-24199ea365cf matches Tosca VF Customization UUID: 2dc2d140-95f5-4802-a2a8-24199ea365cf
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2dc2d140-95f5-4802-a2a8-24199ea365cf  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-07-24T00:46:19.820Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.820Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.821Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2dc2d140-95f5-4802-a2a8-24199ea365cf: {\"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-07-24T00:46:19.821Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76a9e106
2021-07-24T00:46:19.821Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.822Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:46:19.822Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee11dfea-59ed-4fff-bd4b-2386eff2e28f
2021-07-24T00:46:19.822Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee11dfea-59ed-4fff-bd4b-2386eff2e28f
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-07-24T00:46:19.825Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.825Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.825Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6e7c89b-71d8-41ec-bc8f-c2acab2474ca
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-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55afbc8e-6d5c-4da4-8350-3afaa91e371a
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-07-24T00:46:19.836Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.837Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.837Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=590c11d3-7b85-464b-b9d5-a6cbc5c3e9e9
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-07-24T00:46:19.844Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.844Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.844Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.845Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.845Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.845Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=2dc2d140-95f5-4802-a2a8-24199ea365cf
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-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e28eb092-b718-405d-b59a-7275a684d249: vFW 047ba24e-e202
2021-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-07-24 00-42-17 
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-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 047ba24e-e202 de675fe2-8581-4c5b-957d-e5c0ff0ba1f0 1 ASDC deployResourceStructure
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json ASDC sendASDCNotification
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:20.023Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:20.024Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087580021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:20.124Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:20.124Z||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-07-24T00:46:20.124Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:20.134Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:20.134Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:21.025Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:46:21.025Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:21.025Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:21.026Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:21.028Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:21.028Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087581024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:21.129Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:21.131Z||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-07-24T00:46:21.131Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:21.141Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:21.142Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:22.029Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:46:22.030Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:22.030Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:22.030Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:22.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:22.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087582029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:22.133Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:22.133Z||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-07-24T00:46:22.134Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:22.144Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:22.145Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:23.034Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar ASDC sendASDCNotification
2021-07-24T00:46:23.034Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:23.034Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:23.035Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:23.037Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:23.037Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087583033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:23.137Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:23.138Z||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-07-24T00:46:23.138Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:23.149Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:23.149Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:24.038Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:46:24.050Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:46:24.055Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:46:24.055Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:46:24.055Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-07-24T00:46:24.059Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:46:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:46:41.201Z||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-07-24T00:46:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:41.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087558023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:46:41.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087559037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087571170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087564028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087564902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087560724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627087564093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087567749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087567962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087575270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087575278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087575578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087576187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087576385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087576872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087576884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087577146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "cds",
  "timestamp": 1627087577192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-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-07-24T00:46:41.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087577388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "policy-id",
  "timestamp": 1627087578390,
  "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-07-24T00:46:41.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.913Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087578515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087578533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087578791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087572381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087579518,
  "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-07-24T00:46:41.925Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.925Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087579545,
  "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-07-24T00:46:41.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.935Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087580021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627087580522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087580544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627087580548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087581024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "dcae-sch",
  "timestamp": 1627087574391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087582029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087582145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087582216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087583033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087583713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "clamp",
  "timestamp": 1627087584716,
  "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-07-24T00:46:41.951Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.951Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087584871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087578245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087585883,
  "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-07-24T00:46:41.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627087586886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087587052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087582784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087591127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087594104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627087595108,
  "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-07-24T00:46:41.975Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.975Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087596278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:46:41.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "aai-ml",
  "timestamp": 1627087597281,
  "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-07-24T00:46:41.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:54.059Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:46:54.067Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 and serviceModelVersionId: e28eb092-b718-405d-b59a-7275a684d249
2021-07-24T00:46:54.067Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bd480f6-b67b-4e4b-8314-0cb51bd523be
2021-07-24T00:46:54.068Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0
2021-07-24T00:46:54.074Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:46:54.111Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|INFO|500||Invoke
2021-07-24T00:46:54.112Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1fd40bd-6448-4cff-a17c-c1b8d5553bb8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f6137f5-4b65-4b59-ad30-be87cb1cf816], X-ECOMP-RequestID=[e1fd40bd-6448-4cff-a17c-c1b8d5553bb8], X-TransactionId=[], X-ONAP-RequestID=[e1fd40bd-6448-4cff-a17c-c1b8d5553bb8], Content-Type=[application/merge-patch+json]}
2021-07-24T00:46:54.137Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T00:46:54.372Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?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/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-00:46:54:145-72397], vertex-id=[393248], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:46:54 GMT], Content-Type=[application/json]}
2021-07-24T00:46:54.373Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:46:54.374Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|INFO|500||InvokeReturn
2021-07-24T00:46:54.374Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:46:54.374Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-07-24T00:46:54.379Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-07-24T00:46:54.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:46:54.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:46:54.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:54.383Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:54.383Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087614380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:46:54.483Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:54.484Z||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-07-24T00:46:54.484Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:54.499Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:54.500Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T00:46:55.396Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:46:55.396Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-07-24T00:46:55.397Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:56.027Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:56.029Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T00:46:56.029Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"95e0128e-dd9c-4298-b6c4-740d6e62a10c","serviceName":"vFW 2021-07-24 00-44-12","serviceVersion":"1.0","serviceUUID":"db479ebc-fab7-4414-aa26-3b3ddf1453aa","serviceDescription":"catalog service description","serviceInvariantUUID":"40bd6ce5-d6d2-41e6-89d9-888c9460760c","resources":[{"resourceInstanceName":"vFW ec376c84-56ba 0","resourceName":"vFW ec376c84-56ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b453f3c-2743-4e9b-8e80-cfa05ca64f62","resourceInvariantUUID":"801f6e98-5d2c-4ab3-84b8-b72a8b2e4611","resourceCustomizationUUID":"bdf5bab2-3725-421d-ac62-4e01e97aef4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml","artifactChecksum":"YzFkMGFkNzA1OTE5ZjRmMTIxZDQwZTRlNDM1MjdlY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e2f3932-3bd9-46c3-b2aa-60f56d98de6f","artifactVersion":"1"},{"artifactName":"vfwec376c8456ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json","artifactChecksum":"MDc1ZjQ3OWJjMTllZjU3OTFlMDc5NjQyOTY5NjM2NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e99651f1-ca6c-45bb-885f-4d28bbec04a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2da74b9-691c-425a-bc3e-322abe4271af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Y4YzZhOTY5YWE1ZmQxYmM0Nzg4ZDY2NmY0YWEyYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7cdd99cf-4db1-4329-8677-0742f39b8194","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb468bec-6d80-48c2-8d35-14ef559390fe","artifactVersion":"2","generatedFromUUID":"b2da74b9-691c-425a-bc3e-322abe4271af"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210724004412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml","artifactChecksum":"MGZiMWRmODdmNTJlMTI4ZGY1MTQ2MWE5Nzk5NWY5NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37a9934c-8161-4ca5-ba7f-512fccc2eada","artifactVersion":"1"},{"artifactName":"service-Vfw20210724004412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar","artifactChecksum":"Yzk0NGJkOTk5ZDkzOGMyYzIxMWE1Yzc5YWVmYzJlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a4c15b9-8f95-44b7-9c58-acc19634a85a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:46:56.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:56.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:56.035Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:56.035Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:56.136Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:56.137Z||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-07-24T00:46:56.137Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:56.149Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:56.150Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:57.036Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:57.038Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:57.040Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:57.040Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:46:57.140Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:57.141Z||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-07-24T00:46:57.142Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:57.153Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:57.153Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:58.041Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:58.042Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:58.044Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:58.044Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:46:58.144Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:58.145Z||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-07-24T00:46:58.145Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:58.156Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:58.157Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:59.044Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:59.045Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:59.047Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:59.047Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:46:59.147Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:59.148Z||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-07-24T00:46:59.148Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:59.159Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:46:59.160Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:00.047Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:47:00.049Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:00.052Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:00.052Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:47:00.151Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:47:00.152Z||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-07-24T00:47:00.152Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:00.162Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:00.163Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:01.053Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:47:01.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:01.056Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:01.056Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:47:01.156Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:01.157Z||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-07-24T00:47:01.157Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:01.165Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:01.166Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:47:02.056Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:47:02.057Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:02.060Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:02.060Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:47:02.160Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:02.161Z||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-07-24T00:47:02.161Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:02.173Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:02.173Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:47:03.062Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "serviceName": "vFW 2021-07-24 00-44-12",
  "serviceVersion": "1.0",
  "serviceUUID": "db479ebc-fab7-4414-aa26-3b3ddf1453aa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "40bd6ce5-d6d2-41e6-89d9-888c9460760c",
  "resources": [
    {
      "resourceInstanceName": "vFW ec376c84-56ba 0",
      "resourceCustomizationUUID": "bdf5bab2-3725-421d-ac62-4e01e97aef4a",
      "resourceName": "vFW ec376c84-56ba",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b453f3c-2743-4e9b-8e80-cfa05ca64f62",
      "resourceInvariantUUID": "801f6e98-5d2c-4ab3-84b8-b72a8b2e4611",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwec376c8456ba0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
          "artifactChecksum": "MDc1ZjQ3OWJjMTllZjU3OTFlMDc5NjQyOTY5NjM2NjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e99651f1-ca6c-45bb-885f-4d28bbec04a4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b2da74b9-691c-425a-bc3e-322abe4271af",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eb468bec-6d80-48c2-8d35-14ef559390fe",
            "generatedFromUUID": "b2da74b9-691c-425a-bc3e-322abe4271af"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eb468bec-6d80-48c2-8d35-14ef559390fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210724004412-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
      "artifactChecksum": "Yzk0NGJkOTk5ZDkzOGMyYzIxMWE1Yzc5YWVmYzJlMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a4c15b9-8f95-44b7-9c58-acc19634a85a"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T00:47:03.062Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:47:03.062Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db479ebc-fab7-4414-aa26-3b3ddf1453aa ASDC
2021-07-24T00:47:03.063Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:95e0128e-dd9c-4298-b6c4-740d6e62a10c
ServiceName:vFW 2021-07-24 00-44-12
ServiceVersion:1.0
ServiceUUID:db479ebc-fab7-4414-aa26-3b3ddf1453aa
ServiceInvariantUUID:40bd6ce5-d6d2-41e6-89d9-888c9460760c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210724004412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
ArtifactUUID:3a4c15b9-8f95-44b7-9c58-acc19634a85a
ArtifactChecksum:Yzk0NGJkOTk5ZDkzOGMyYzIxMWE1Yzc5YWVmYzJlMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ec376c84-56ba 0
ResourceCustomizationUUID:bdf5bab2-3725-421d-ac62-4e01e97aef4a
ResourceInvariantUUID:801f6e98-5d2c-4ab3-84b8-b72a8b2e4611
ResourceName:vFW ec376c84-56ba
ResourceType:VF
ResourceUUID:7b453f3c-2743-4e9b-8e80-cfa05ca64f62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwec376c8456ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
ArtifactUUID:e99651f1-ca6c-45bb-885f-4d28bbec04a4
ArtifactChecksum:MDc1ZjQ3OWJjMTllZjU3OTFlMDc5NjQyOTY5NjM2NjU=
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/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
ArtifactUUID:b2da74b9-691c-425a-bc3e-322abe4271af
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/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
ArtifactUUID:eb468bec-6d80-48c2-8d35-14ef559390fe
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/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
ArtifactUUID:eb468bec-6d80-48c2-8d35-14ef559390fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T00:47:03.063Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db479ebc-fab7-4414-aa26-3b3ddf1453aa 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-07-24T00:47:03.092Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3a4c15b9-8f95-44b7-9c58-acc19634a85a from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:03.094Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:04.465Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar 3a4c15b9-8f95-44b7-9c58-acc19634a85a 110095
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar ASDC sendASDCNotification
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:04.473Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:04.473Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087624471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:04.573Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:04.574Z||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-07-24T00:47:04.574Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:04.584Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:04.585Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:05.473Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:47:05.476Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:47:05.476Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3a4c15b9-8f95-44b7-9c58-acc19634a85a, URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar to file: /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.477Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.477Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.477Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.640Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2373694303993245220/Definitions/service-Vfw20210724004412-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec376c84-56ba 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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec376c84-56ba 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8b188da-5ba3-4718-bf94-86672511bdaf
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ab29f4f-d2af-4827-8c63-bd68b8a83002
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d9fcceed-bfe2-47d7-91ab-dffcf886dd83
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-24 00-44-12
Description:catalog service description
Model UUID:db479ebc-fab7-4414-aa26-3b3ddf1453aa
Model Version:NULL
Model InvariantUuid:40bd6ce5-d6d2-41e6-89d9-888c9460760c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ec376c84-56ba
Model UUID:956c58f5-eec3-4635-8f48-8ca826c441fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:801f6e98-5d2c-4ab3-84b8-b72a8b2e4611
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdf5bab2-3725-421d-ac62-4e01e97aef4a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3b19bd96-6753-4f67-a4cd-319633079a07
ModelName:VfwEc376c8456ba..base_vfw..module-0
ModelUuid:2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8b188da-5ba3-4718-bf94-86672511bdaf
ModelInvariantUuid:da16f273-daba-471f-9304-e60ce11d219a
ModelName:vFW ec376c84-56ba-nodes.vfwCvfc
ModelUuid:caf456fe-b5a2-4cd4-9271-6d3b5a581fe3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:deabe485-8f17-4409-a26f-43c5dd7d517d
ModelInvariantUuid:64dca347-96d9-457e-96d2-cf74a6b5943d
ModelName:VfwEc376c8456ba.compute.nodes.heat.vfw
ModelUuid:cfc2cd0e-efba-4389-9ff5-ab167168f9fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0ab29f4f-d2af-4827-8c63-bd68b8a83002
ModelInvariantUuid:88cdfccc-a664-49e9-b783-cdd8d8ec8263
ModelName:vFW ec376c84-56ba-nodes.vsnCvfc
ModelUuid:ce8b811d-2e62-4946-ac32-d3848207fd5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e32a25c2-5a82-4eda-a2c3-a65461c52532
ModelInvariantUuid:8efe8733-9fbc-4369-bb7a-72f948c0b5ad
ModelName:VfwEc376c8456ba.compute.nodes.heat.vsn
ModelUuid:a2cdee6b-c6c6-4319-ba19-250a6d8a4430
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9fcceed-bfe2-47d7-91ab-dffcf886dd83
ModelInvariantUuid:b60230c4-a505-4e9d-9af8-f1f3433bbad5
ModelName:vFW ec376c84-56ba-nodes.vpgCvfc
ModelUuid:f19586bd-10ad-4b09-bb82-446c9e4ff3f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:edb94538-f937-4e29-91c6-0fd81d0e3c40
ModelInvariantUuid:2e432b3c-a797-4cb9-9d4e-9d262b884235
ModelName:VfwEc376c8456ba.compute.nodes.heat.vpg
ModelUuid:6bec98d5-bed5-4b4d-b14b-4fb986bbf69a
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-07-24T00:47:07.514Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b453f3c-2743-4e9b-8e80-cfa05ca64f62
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-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||vFW ec376c84-56ba 0
2021-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b453f3c-2743-4e9b-8e80-cfa05ca64f62
2021-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e99651f1-ca6c-45bb-885f-4d28bbec04a4 from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:07.517Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:07.764Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:07.765Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json e99651f1-ca6c-45bb-885f-4d28bbec04a4 785
2021-07-24T00:47:07.765Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json ASDC sendASDCNotification
2021-07-24T00:47:07.765Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:07.766Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:07.766Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:07.768Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:07.768Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087627765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:07.869Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:47:07.869Z||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-07-24T00:47:07.870Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:07.882Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:07.882Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:08.769Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEc376c8456ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3b19bd96-6753-4f67-a4cd-319633079a07",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f",
    "vfModuleModelCustomizationUUID": "0ba3c612-b166-4764-a02e-d7276a9baf38",
    "isBase": true,
    "artifacts": [
      "b2da74b9-691c-425a-bc3e-322abe4271af",
      "eb468bec-6d80-48c2-8d35-14ef559390fe"
    ],
    "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-07-24T00:47:08.773Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc376c8456ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f
VfModuleModelInvariantUUID:3b19bd96-6753-4f67-a4cd-319633079a07
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2da74b9-691c-425a-bc3e-322abe4271af
,
eb468bec-6d80-48c2-8d35-14ef559390fe

}
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-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEc376c8456ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3b19bd96-6753-4f67-a4cd-319633079a07",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f",
    "vfModuleModelCustomizationUUID": "0ba3c612-b166-4764-a02e-d7276a9baf38",
    "isBase": true,
    "artifacts": [
      "b2da74b9-691c-425a-bc3e-322abe4271af",
      "eb468bec-6d80-48c2-8d35-14ef559390fe"
    ],
    "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-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc376c8456ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f
VfModuleModelInvariantUUID:3b19bd96-6753-4f67-a4cd-319633079a07
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2da74b9-691c-425a-bc3e-322abe4271af
,
eb468bec-6d80-48c2-8d35-14ef559390fe

}
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-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2da74b9-691c-425a-bc3e-322abe4271af from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:08.779Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:09.146Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml b2da74b9-691c-425a-bc3e-322abe4271af 20368
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:09.148Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:09.150Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:09.150Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087629147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:09.250Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:09.251Z||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-07-24T00:47:09.251Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:09.263Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:09.263Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:10.150Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eb468bec-6d80-48c2-8d35-14ef559390fe from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:10.151Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:10.152Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:10.860Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:10.860Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env eb468bec-6d80-48c2-8d35-14ef559390fe 2098
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:10.864Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:10.864Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087630861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:10.964Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:10.965Z||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-07-24T00:47:10.966Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:10.978Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:10.979Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:11.864Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: db479ebc-fab7-4414-aa26-3b3ddf1453aa
2021-07-24T00:47:11.865Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ec376c84-56ba 0 7b453f3c-2743-4e9b-8e80-cfa05ca64f62 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-07-24T00:47:11.885Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bdf5bab2-3725-421d-ac62-4e01e97aef4a
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdf5bab2-3725-421d-ac62-4e01e97aef4a matches Tosca VF Customization UUID: bdf5bab2-3725-421d-ac62-4e01e97aef4a
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bdf5bab2-3725-421d-ac62-4e01e97aef4a  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-07-24T00:47:11.888Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.888Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bdf5bab2-3725-421d-ac62-4e01e97aef4a: {\"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-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a755109
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ba3c612-b166-4764-a02e-d7276a9baf38
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ba3c612-b166-4764-a02e-d7276a9baf38
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-07-24T00:47:11.891Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.891Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:11.895Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.895Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8b188da-5ba3-4718-bf94-86672511bdaf
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-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:11.898Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:11.898Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:11.898Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:11.898Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.898Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.898Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.899Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:11.899Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:47:11.899Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:11.899Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.899Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:11.900Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.900Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ab29f4f-d2af-4827-8c63-bd68b8a83002
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-07-24T00:47:11.902Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.902Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.902Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.902Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.903Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:11.903Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:11.903Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:11.903Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:11.903Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.903Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.904Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.904Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:11.904Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:11.904Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:11.904Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.905Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.905Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:47:11.905Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d9fcceed-bfe2-47d7-91ab-dffcf886dd83
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-07-24T00:47:11.907Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.907Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.907Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.907Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.907Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.908Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=bdf5bab2-3725-421d-ac62-4e01e97aef4a
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-07-24T00:47:11.909Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.909Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.910Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid db479ebc-fab7-4414-aa26-3b3ddf1453aa: vFW ec376c84-56ba
2021-07-24T00:47:11.910Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.910Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.910Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.910Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.910Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.911Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.911Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.911Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.911Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:47:11.911Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.912Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-07-24 00-44-12 
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-07-24T00:47:12.098Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ec376c84-56ba 7b453f3c-2743-4e9b-8e80-cfa05ca64f62 1 ASDC deployResourceStructure
2021-07-24T00:47:12.099Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json ASDC sendASDCNotification
2021-07-24T00:47:12.099Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:12.099Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:47:12.099Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:12.101Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:12.101Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087632099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:12.201Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:12.202Z||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-07-24T00:47:12.202Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:12.213Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:12.214Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:13.102Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:47:13.103Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:13.103Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:47:13.104Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:13.107Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:13.107Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087633102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:13.207Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:13.208Z||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-07-24T00:47:13.208Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:13.220Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:13.220Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:14.108Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:47:14.108Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:14.109Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:47:14.109Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:14.110Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:14.111Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087634108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:14.211Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:14.212Z||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-07-24T00:47:14.212Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:14.224Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:14.225Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:15.111Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar ASDC sendASDCNotification
2021-07-24T00:47:15.112Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:15.112Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:47:15.112Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:15.114Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:15.114Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087635111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:15.214Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:15.215Z||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-07-24T00:47:15.215Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:15.226Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:15.226Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:47:16.115Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e0128e-dd9c-4298-b6c4-740d6e62a10c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:47:16.126Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e0128e-dd9c-4298-b6c4-740d6e62a10c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:47:16.129Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:47:16.134Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:47:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:47:41.201Z||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-07-24T00:47:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:41.830Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:41.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087614380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:47:41.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:47:41.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087615396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087624471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:41.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087627765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:41.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087629147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:41.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087630861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087632099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087633102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087634108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087635111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:47:41.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:47:46.135Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:47:46.142Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95e0128e-dd9c-4298-b6c4-740d6e62a10c and serviceModelVersionId: db479ebc-fab7-4414-aa26-3b3ddf1453aa
2021-07-24T00:47:46.142Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40bd6ce5-d6d2-41e6-89d9-888c9460760c
2021-07-24T00:47:46.143Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40bd6ce5-d6d2-41e6-89d9-888c9460760c/model-vers/model-ver/db479ebc-fab7-4414-aa26-3b3ddf1453aa?depth=0
2021-07-24T00:47:46.149Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:47:46.180Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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/40bd6ce5-d6d2-41e6-89d9-888c9460760c/model-vers/model-ver/db479ebc-fab7-4414-aa26-3b3ddf1453aa?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-07-24T00:47:46.180Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40bd6ce5-d6d2-41e6-89d9-888c9460760c/model-vers/model-ver/db479ebc-fab7-4414-aa26-3b3ddf1453aa?depth=0|INFO|500||Invoke
2021-07-24T00:47:46.199Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40bd6ce5-d6d2-41e6-89d9-888c9460760c/model-vers/model-ver/db479ebc-fab7-4414-aa26-3b3ddf1453aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T00:47:46.495Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40bd6ce5-d6d2-41e6-89d9-888c9460760c/model-vers/model-ver/db479ebc-fab7-4414-aa26-3b3ddf1453aa?depth=0|INFO|500||InvokeReturn
2021-07-24T00:47:46.495Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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/40bd6ce5-d6d2-41e6-89d9-888c9460760c/model-vers/model-ver/db479ebc-fab7-4414-aa26-3b3ddf1453aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-00:47:46:206-61950], vertex-id=[172160], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:47:46 GMT], Content-Type=[application/json]}
2021-07-24T00:47:46.496Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:47:46.496Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:47:46.496Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:47:46.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:47:46.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95e0128e-dd9c-4298-b6c4-740d6e62a10c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:47:46.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:47:46.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:46.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:46.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087666501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:47:46.603Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:46.604Z||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-07-24T00:47:46.604Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:46.617Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:46.617Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T00:47:47.514Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:47:47.515Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:47:47.515Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:57.058Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:47:57.059Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:47:57.060Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:47:57.060Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:48:06.604Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:48:06.605Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:48:06.605Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:48:06.605Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:48:16.152Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:48:41.199Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:48:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:48:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:48:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:48:41.201Z||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-07-24T00:48:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:48:41.827Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:48:41.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:48:41.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627087666501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:48:41.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:48:50.750Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:49:41.199Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:49:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T00:49:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:49:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:49:41.201Z||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-07-24T00:49:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:49:50.748Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:49:50.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:50:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:50:41.200Z||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-07-24T00:50:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:50:41.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:50:41.201Z||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-07-24T00:50:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:50:50.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:50:50.748Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:51:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:51:41.200Z||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-07-24T00:51:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:51:41.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:51:41.201Z||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-07-24T00:51:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:51:50.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:51:50.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:52:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:52:41.199Z||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-07-24T00:52:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:52:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:52:41.201Z||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-07-24T00:52:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:52:50.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:52:50.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:53:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:53:41.200Z||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-07-24T00:53:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:53:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:53:41.201Z||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-07-24T00:53:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:53:50.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:53:50.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:54:41.200Z||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-07-24T00:54:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:54:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:54:41.201Z||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-07-24T00:54:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:54:41.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:41.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ed40e34-9f46-4596-8981-d2e61130f535","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ffc89131-ef5b-430d-af00-f8ca3b3bea9b","serviceDescription":"service","serviceInvariantUUID":"f8bb69c4-f357-48cd-845a-7ca39a69b0f6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"509f0bbd-df2e-4f8d-8088-d683c08e2c5b","resourceInvariantUUID":"cb7e64c1-2c28-4218-908f-7dd29a6a254c","resourceCustomizationUUID":"28e8310f-8ac6-4885-9d13-bc8b0f9c4f34","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":"MzI2ZTlhODliNmUzZWZhY2JlYjRlYWZhNDc2MGU4NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7a921e6-2e09-4cd1-90b7-d2656842b5d6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmVjY2U0NGY3NWFiNTRlOTBiMDdkMWEzNDEzNzU4YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd7ac9a4-21ed-4153-9008-0ff638e78e34","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:54:41.838Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:41.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:54:41.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:54:41.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088044093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088040724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "cds",
  "timestamp": 1627088047749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088044902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "clamp",
  "timestamp": 1627088044028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "policy-id",
  "timestamp": 1627088047962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "clamp",
  "timestamp": 1627088044028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088044093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088040724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "cds",
  "timestamp": 1627088047749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088044902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "policy-id",
  "timestamp": 1627088047962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088052381,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "cds",
  "timestamp": 1627088053185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "policy-id",
  "timestamp": 1627088053364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088052381,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "cds",
  "timestamp": 1627088054191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-07-24T00:54:41.845Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:54:41.845Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088081199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:54:41.869Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ed40e34-9f46-4596-8981-d2e61130f535
2021-07-24T00:54:41.869Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ed40e34-9f46-4596-8981-d2e61130f535 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-07-24T00:54:41.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "policy-id",
  "timestamp": 1627088054366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "dcae-sch",
  "timestamp": 1627088054391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "policy-id",
  "timestamp": 1627088055368,
  "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-07-24T00:54:41.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ed40e34-9f46-4596-8981-d2e61130f535
2021-07-24T00:54:41.885Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ed40e34-9f46-4596-8981-d2e61130f535 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-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "dcae-sch",
  "timestamp": 1627088054391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "clamp",
  "timestamp": 1627088056757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "clamp",
  "timestamp": 1627088058763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "aai-ml",
  "timestamp": 1627088058245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "clamp",
  "timestamp": 1627088059766,
  "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-07-24T00:54:41.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ed40e34-9f46-4596-8981-d2e61130f535
2021-07-24T00:54:41.895Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ed40e34-9f46-4596-8981-d2e61130f535 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-07-24T00:54:41.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "aai-ml",
  "timestamp": 1627088058245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "aai-ml",
  "timestamp": 1627088061503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088062784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:54:41.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088062784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "aai-ml",
  "timestamp": 1627088065379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "aai-ml",
  "timestamp": 1627088066382,
  "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-07-24T00:54:41.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ed40e34-9f46-4596-8981-d2e61130f535
2021-07-24T00:54:41.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ed40e34-9f46-4596-8981-d2e61130f535 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-07-24T00:54:41.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088066469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:54:41.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088067973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:54:41.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:54:41.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:54:41.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088068976,
  "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-07-24T00:54:41.918Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ed40e34-9f46-4596-8981-d2e61130f535
2021-07-24T00:54:41.918Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ed40e34-9f46-4596-8981-d2e61130f535 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-07-24T00:54:41.945Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:54:41.946Z||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-07-24T00:54:41.946Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:54:41.953Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:41.954Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:54:42.846Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:54:42.847Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:54:42.848Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:54:42.848Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088081199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:54:42.948Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:54:42.949Z||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-07-24T00:54:42.949Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:54:42.962Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:42.963Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:54:43.850Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ffc89131-ef5b-430d-af00-f8ca3b3bea9b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8bb69c4-f357-48cd-845a-7ca39a69b0f6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "28e8310f-8ac6-4885-9d13-bc8b0f9c4f34",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "509f0bbd-df2e-4f8d-8088-d683c08e2c5b",
      "resourceInvariantUUID": "cb7e64c1-2c28-4218-908f-7dd29a6a254c",
      "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": "ZmVjY2U0NGY3NWFiNTRlOTBiMDdkMWEzNDEzNzU4YzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd7ac9a4-21ed-4153-9008-0ff638e78e34"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T00:54:43.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:54:43.851Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ffc89131-ef5b-430d-af00-f8ca3b3bea9b ASDC
2021-07-24T00:54:43.851Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3ed40e34-9f46-4596-8981-d2e61130f535
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ffc89131-ef5b-430d-af00-f8ca3b3bea9b
ServiceInvariantUUID:f8bb69c4-f357-48cd-845a-7ca39a69b0f6
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:bd7ac9a4-21ed-4153-9008-0ff638e78e34
ArtifactChecksum:ZmVjY2U0NGY3NWFiNTRlOTBiMDdkMWEzNDEzNzU4YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:28e8310f-8ac6-4885-9d13-bc8b0f9c4f34
ResourceInvariantUUID:cb7e64c1-2c28-4218-908f-7dd29a6a254c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:509f0bbd-df2e-4f8d-8088-d683c08e2c5b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-07-24T00:54:43.852Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffc89131-ef5b-430d-af00-f8ca3b3bea9b 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-07-24T00:54:43.882Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:54:43.884Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:54:43.884Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:54:43.885Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd7ac9a4-21ed-4153-9008-0ff638e78e34 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-24T00:54:43.885Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T00:54:43.885Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-24T00:54:45.595Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T00:54:45.598Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bd7ac9a4-21ed-4153-9008-0ff638e78e34 52219
2021-07-24T00:54:45.598Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-24T00:54:45.598Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-24T00:54:45.598Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:54:45.598Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:54:45.600Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:54:45.600Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088085598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:54:45.702Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-07-24T00:54:45.703Z||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-07-24T00:54:45.703Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:54:45.715Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:45.715Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:54:46.601Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:54:46.602Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:54:46.602Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bd7ac9a4-21ed-4153-9008-0ff638e78e34, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:46.603Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-24T00:54:46.603Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:46.604Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:46.730Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7012877631652336516/Definitions/service-BasicNetwork-template.yml
2021-07-24T00:54:47.191Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:54:47.191Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T00:54:47.191Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.191Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-24T00:54:47.191Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.191Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.192Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.193Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.194Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ffc89131-ef5b-430d-af00-f8ca3b3bea9b
Model Version:NULL
Model InvariantUuid:f8bb69c4-f357-48cd-845a-7ca39a69b0f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cb7e64c1-2c28-4218-908f-7dd29a6a254c
Model UUID:4e395cb2-56a9-4da0-a490-b2b179694ef5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:28e8310f-8ac6-4885-9d13-bc8b0f9c4f34
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-07-24T00:54:47.200Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 509f0bbd-df2e-4f8d-8088-d683c08e2c5b
2021-07-24T00:54:47.200Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||No resources found for Service: ffc89131-ef5b-430d-af00-f8ca3b3bea9b
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-07-24T00:54:47.203Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||
2021-07-24T00:54:47.204Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-07-24T00:54:47.204Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ffc89131-ef5b-430d-af00-f8ca3b3bea9b
2021-07-24T00:54:47.204Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ffc89131-ef5b-430d-af00-f8ca3b3bea9b
2021-07-24T00:54:47.204Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-07-24T00:54:47.204Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T00:54:47.209Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ffc89131-ef5b-430d-af00-f8ca3b3bea9b: Generic NeutronNet
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.210Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-07-24T00:54:47.236Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.236Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.236Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.236Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.236Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:54:47.236Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:54:47.237Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-07-24T00:54:47.291Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-07-24T00:54:47.291Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-24T00:54:47.291Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-24T00:54:47.291Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:54:47.292Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:54:47.293Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:54:47.293Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088087291,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:54:47.394Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T00:54:47.395Z||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-07-24T00:54:47.395Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:54:47.406Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:54:47.407Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:54:48.294Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ed40e34-9f46-4596-8981-d2e61130f535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:54:48.306Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ed40e34-9f46-4596-8981-d2e61130f535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:54:48.310Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:54:48.310Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:54:48.311Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:54:48.311Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:54:48.311Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:54:48.311Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:54:48.311Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:54:48.312Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:54:48.312Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:54:48.312Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:54:48.312Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T00:54:48.318Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:55:18.318Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ed40e34-9f46-4596-8981-d2e61130f535 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-07-24T00:55:18.323Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ed40e34-9f46-4596-8981-d2e61130f535 and serviceModelVersionId: ffc89131-ef5b-430d-af00-f8ca3b3bea9b
2021-07-24T00:55:18.323Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8bb69c4-f357-48cd-845a-7ca39a69b0f6
2021-07-24T00:55:18.325Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0
2021-07-24T00:55:18.330Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:55:18.367Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0|INFO|500||Invoke
2021-07-24T00:55:18.368Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ed40e34-9f46-4596-8981-d2e61130f535], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93c4d256-4193-4ba4-b849-7db6591db62a], X-ECOMP-RequestID=[3ed40e34-9f46-4596-8981-d2e61130f535], X-TransactionId=[], X-ONAP-RequestID=[3ed40e34-9f46-4596-8981-d2e61130f535], Content-Type=[application/merge-patch+json]}
2021-07-24T00:55:18.394Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T00:55:18.470Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?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/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-00:55:18:401-4445], vertex-id=[180264], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:55:18 GMT], Content-Type=[application/json]}
2021-07-24T00:55:18.470Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:55:18.471Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8bb69c4-f357-48cd-845a-7ca39a69b0f6/model-vers/model-ver/ffc89131-ef5b-430d-af00-f8ca3b3bea9b?depth=0|INFO|500||InvokeReturn
2021-07-24T00:55:18.471Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:55:18.471Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T00:55:18.475Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T00:55:18.476Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ed40e34-9f46-4596-8981-d2e61130f535 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:55:18.476Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:55:18.476Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:18.478Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:18.478Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088118476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:55:18.579Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:18.579Z||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-07-24T00:55:18.580Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:18.595Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:18.595Z||pool-55-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-07-24T00:55:41.199Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:55:41.199Z|3ed40e34-9f46-4596-8981-d2e61130f535|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-07-24T00:55:41.200Z|3ed40e34-9f46-4596-8981-d2e61130f535|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:55:41.201Z||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-07-24T00:55:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:41.320Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:41.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:55:41.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088081199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:41.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:55:41.822Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:41.823Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T00:55:41.823Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f615b907-e169-4675-9432-93182f49cd4c","serviceName":"Demo_pNF_SeRDHbYeutHOvPLYkyzW","serviceVersion":"1.0","serviceUUID":"91335ab0-4179-49b9-ae53-48ef0be3a225","serviceDescription":"catalog service description","serviceInvariantUUID":"08975194-57c9-444a-bf48-4232e1891e82","resources":[{"resourceInstanceName":"pNF 4e1db276-b9bb 0","resourceName":"pNF 4e1db276-b9bb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5a7115c-59b7-4908-83d6-375dbf658734","resourceInvariantUUID":"73569840-1440-4532-9ee9-167de5764fd8","resourceCustomizationUUID":"f87a4248-2a6f-40e2-b699-7783e988bcad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml","artifactChecksum":"NDgxZTQxMTczMTc5MDI2OGY4Yzg3OWE2NzQ5NWUxZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44f7f201-d048-4f4d-bcc6-63386870de45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar","artifactChecksum":"ZThjMmNjZTFkNWM0ZTY3ODU4Njk1NjY0Y2Y1MmQ1ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39f69acc-029e-48de-a7b0-4e416ff09043","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"858e9825-df49-49ba-8a0b-d982e4e3e551","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYyZWE4YjJhYTU5NzI5Yzk0OWFkMTZiMWViOGRlZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ba12d27-fb06-4bd3-8b77-f7db4592c07d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5f98407-e32a-40e9-b915-0f95a8a76fc2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"36f529db-e7a8-4f28-b447-c1382a4685f5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSerdhbyeuthovplykyzw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml","artifactChecksum":"NDUwNzY4NzQ2OThkNDlhMmU4NDg5YTY4NTNjZmEyOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d4a38a4-6e8b-463a-9656-2e0dc2d7dd29","artifactVersion":"1"},{"artifactName":"service-DemoPnfSerdhbyeuthovplykyzw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar","artifactChecksum":"MGZiYmViMTc0OWFkNWQ5ZmViODExOGE0ODMyNzY0ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c78d43e-ce2d-4827-ab46-112f8391a43d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:55:41.825Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:41.825Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:41.827Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:41.827Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:41.928Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T00:55:41.929Z||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-07-24T00:55:41.929Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:41.938Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:41.939Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:42.828Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:42.829Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:42.830Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:42.831Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:42.931Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:42.932Z||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-07-24T00:55:42.932Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:42.944Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:42.944Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:43.831Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:43.832Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:43.834Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:43.834Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:43.935Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:43.936Z||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-07-24T00:55:43.936Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:43.947Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:43.947Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:44.835Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:44.836Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:44.837Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:44.837Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:44.938Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:44.938Z||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-07-24T00:55:44.939Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:44.951Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:44.952Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:45.838Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:45.839Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:45.841Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:45.841Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:45.942Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:45.942Z||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-07-24T00:55:45.943Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:45.954Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:45.954Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:46.842Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:46.843Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:46.846Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:46.846Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:46.946Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:46.947Z||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-07-24T00:55:46.947Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:46.956Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:46.957Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:47.847Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:47.848Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:47.850Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:47.850Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:55:47.950Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:47.951Z||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-07-24T00:55:47.951Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:47.961Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:47.961Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:48.850Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:55:48.851Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:48.853Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:48.854Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:55:48.954Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:48.955Z||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-07-24T00:55:48.955Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:48.966Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:48.967Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:49.855Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "serviceName": "Demo_pNF_SeRDHbYeutHOvPLYkyzW",
  "serviceVersion": "1.0",
  "serviceUUID": "91335ab0-4179-49b9-ae53-48ef0be3a225",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08975194-57c9-444a-bf48-4232e1891e82",
  "resources": [
    {
      "resourceInstanceName": "pNF 4e1db276-b9bb 0",
      "resourceCustomizationUUID": "f87a4248-2a6f-40e2-b699-7783e988bcad",
      "resourceName": "pNF 4e1db276-b9bb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5a7115c-59b7-4908-83d6-375dbf658734",
      "resourceInvariantUUID": "73569840-1440-4532-9ee9-167de5764fd8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
      "artifactChecksum": "MGZiYmViMTc0OWFkNWQ5ZmViODExOGE0ODMyNzY0ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c78d43e-ce2d-4827-ab46-112f8391a43d"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T00:55:49.855Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:55:49.856Z|3ed40e34-9f46-4596-8981-d2e61130f535|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91335ab0-4179-49b9-ae53-48ef0be3a225 ASDC
2021-07-24T00:55:49.856Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f615b907-e169-4675-9432-93182f49cd4c
ServiceName:Demo_pNF_SeRDHbYeutHOvPLYkyzW
ServiceVersion:1.0
ServiceUUID:91335ab0-4179-49b9-ae53-48ef0be3a225
ServiceInvariantUUID:08975194-57c9-444a-bf48-4232e1891e82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
ArtifactUUID:8c78d43e-ce2d-4827-ab46-112f8391a43d
ArtifactChecksum:MGZiYmViMTc0OWFkNWQ5ZmViODExOGE0ODMyNzY0ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4e1db276-b9bb 0
ResourceCustomizationUUID:f87a4248-2a6f-40e2-b699-7783e988bcad
ResourceInvariantUUID:73569840-1440-4532-9ee9-167de5764fd8
ResourceName:pNF 4e1db276-b9bb
ResourceType:PNF
ResourceUUID:b5a7115c-59b7-4908-83d6-375dbf658734
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T00:55:49.856Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91335ab0-4179-49b9-ae53-48ef0be3a225 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-07-24T00:55:49.879Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:55:49.879Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:55:49.880Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:55:49.880Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8c78d43e-ce2d-4827-ab46-112f8391a43d from URL: /sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:49.880Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T00:55:49.880Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:50.684Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T00:55:50.690Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar 8c78d43e-ce2d-4827-ab46-112f8391a43d 83332
2021-07-24T00:55:50.690Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar ASDC sendASDCNotification
2021-07-24T00:55:50.691Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:50.691Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:55:50.691Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:50.692Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:50.692Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088150690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:55:50.793Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:50.793Z||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-07-24T00:55:50.793Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:50.805Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:50.805Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:51.693Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:55:51.694Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:55:51.695Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8c78d43e-ce2d-4827-ab46-112f8391a43d, URL: /sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar to file: /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:51.695Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:51.695Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:51.696Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:51.781Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9452790790349233626/Definitions/service-DemoPnfSerdhbyeuthovplykyzw-template.yml
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4e1db276-b9bb 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-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4e1db276-b9bb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.458Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Node template pNF 4e1db276-b9bb 0 is matching search criteria
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4e1db276-b9bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Node template pNF 4e1db276-b9bb 0 is matching search criteria
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T00:55:52.459Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4e1db276-b9bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.460Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SeRDHbYeutHOvPLYkyzW
Description:catalog service description
Model UUID:91335ab0-4179-49b9-ae53-48ef0be3a225
Model Version:NULL
Model InvariantUuid:08975194-57c9-444a-bf48-4232e1891e82
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-07-24T00:55:52.467Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b5a7115c-59b7-4908-83d6-375dbf658734
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-07-24T00:55:52.470Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||pNF 4e1db276-b9bb 0
2021-07-24T00:55:52.470Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b5a7115c-59b7-4908-83d6-375dbf658734
2021-07-24T00:55:52.470Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 91335ab0-4179-49b9-ae53-48ef0be3a225
2021-07-24T00:55:52.470Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 91335ab0-4179-49b9-ae53-48ef0be3a225
2021-07-24T00:55:52.471Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4e1db276-b9bb 0 b5a7115c-59b7-4908-83d6-375dbf658734 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-07-24T00:55:52.476Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.476Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.477Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 91335ab0-4179-49b9-ae53-48ef0be3a225: pNF 4e1db276-b9bb
2021-07-24T00:55:52.477Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Processing PNF resource: b5a7115c-59b7-4908-83d6-375dbf658734
2021-07-24T00:55:52.478Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:55:52.478Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SeRDHbYeutHOvPLYkyzW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:55:52.479Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||Resource customization UUID: f87a4248-2a6f-40e2-b699-7783e988bcad is the same as notified resource customizationUUID: f87a4248-2a6f-40e2-b699-7783e988bcad
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-07-24T00:55:52.533Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4e1db276-b9bb b5a7115c-59b7-4908-83d6-375dbf658734 0 ASDC deployResourceStructure
2021-07-24T00:55:52.534Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar ASDC sendASDCNotification
2021-07-24T00:55:52.534Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar
2021-07-24T00:55:52.534Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:55:52.535Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:55:52.536Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:55:52.537Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088152534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:55:52.637Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:55:52.637Z||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-07-24T00:55:52.637Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:55:52.648Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:55:52.649Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:55:53.538Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f615b907-e169-4675-9432-93182f49cd4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:55:53.549Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f615b907-e169-4675-9432-93182f49cd4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:55:53.551Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:55:53.551Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:55:53.551Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:56:23.551Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f615b907-e169-4675-9432-93182f49cd4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:56:23.564Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f615b907-e169-4675-9432-93182f49cd4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:56:23.565Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:56:23.566Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:56:23.566Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:56:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:56:41.201Z||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-07-24T00:56:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:56:41.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:56:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088081199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088085598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088087291,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088104902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088104028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088104093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088107962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088107749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ed40e34-9f46-4596-8981-d2e61130f535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088118476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088119563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088119613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088119619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088112381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088120566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "cds",
  "timestamp": 1627088120619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-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-07-24T00:56:41.255Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f615b907-e169-4675-9432-93182f49cd4c
2021-07-24T00:56:41.255Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:56:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088120813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "policy-id",
  "timestamp": 1627088121568,
  "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-07-24T00:56:41.267Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f615b907-e169-4675-9432-93182f49cd4c
2021-07-24T00:56:41.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:56:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088121817,
  "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-07-24T00:56:41.280Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f615b907-e169-4675-9432-93182f49cd4c
2021-07-24T00:56:41.281Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:56:41.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "dcae-sch",
  "timestamp": 1627088114391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088118245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088127095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088127244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088120724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088128769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "clamp",
  "timestamp": 1627088129771,
  "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-07-24T00:56:41.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f615b907-e169-4675-9432-93182f49cd4c
2021-07-24T00:56:41.298Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:56:41.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088122785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:56:41.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:56:41.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088131163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:56:41.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "aai-ml",
  "timestamp": 1627088132165,
  "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-07-24T00:56:41.313Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f615b907-e169-4675-9432-93182f49cd4c
2021-07-24T00:56:41.313Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:56:41.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088132383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:56:41.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088134102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:56:41.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:56:41.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:56:41.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088135106,
  "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-07-24T00:56:41.324Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f615b907-e169-4675-9432-93182f49cd4c
2021-07-24T00:56:41.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:56:53.566Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f615b907-e169-4675-9432-93182f49cd4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:56:53.577Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f615b907-e169-4675-9432-93182f49cd4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:56:53.584Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:56:53.584Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:56:53.584Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:56:53.584Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:56:53.584Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T00:56:53.585Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T00:56:53.589Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:57:23.589Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f615b907-e169-4675-9432-93182f49cd4c 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-07-24T00:57:23.594Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f615b907-e169-4675-9432-93182f49cd4c and serviceModelVersionId: 91335ab0-4179-49b9-ae53-48ef0be3a225
2021-07-24T00:57:23.594Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08975194-57c9-444a-bf48-4232e1891e82
2021-07-24T00:57:23.595Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08975194-57c9-444a-bf48-4232e1891e82/model-vers/model-ver/91335ab0-4179-49b9-ae53-48ef0be3a225?depth=0
2021-07-24T00:57:23.599Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:57:23.640Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08975194-57c9-444a-bf48-4232e1891e82/model-vers/model-ver/91335ab0-4179-49b9-ae53-48ef0be3a225?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-07-24T00:57:23.641Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08975194-57c9-444a-bf48-4232e1891e82/model-vers/model-ver/91335ab0-4179-49b9-ae53-48ef0be3a225?depth=0|INFO|500||Invoke
2021-07-24T00:57:23.659Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08975194-57c9-444a-bf48-4232e1891e82/model-vers/model-ver/91335ab0-4179-49b9-ae53-48ef0be3a225?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T00:57:24.172Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08975194-57c9-444a-bf48-4232e1891e82/model-vers/model-ver/91335ab0-4179-49b9-ae53-48ef0be3a225?depth=0|INFO|500||InvokeReturn
2021-07-24T00:57:24.173Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08975194-57c9-444a-bf48-4232e1891e82/model-vers/model-ver/91335ab0-4179-49b9-ae53-48ef0be3a225?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-00:57:23:667-63111], vertex-id=[184560], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:57:23 GMT], Content-Type=[application/json]}
2021-07-24T00:57:24.173Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:57:24.173Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:57:24.173Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T00:57:24.179Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T00:57:24.179Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f615b907-e169-4675-9432-93182f49cd4c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:57:24.179Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:57:24.179Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:57:24.182Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:57:24.182Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088244179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:57:24.285Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-07-24T00:57:24.286Z||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-07-24T00:57:24.286Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:57:24.300Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:57:24.300Z||pool-66-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-07-24T00:57:25.192Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:57:25.192Z|f615b907-e169-4675-9432-93182f49cd4c|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-07-24T00:57:25.192Z|f615b907-e169-4675-9432-93182f49cd4c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:57:34.732Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:57:41.199Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:57:41.200Z|f615b907-e169-4675-9432-93182f49cd4c|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-07-24T00:57:41.200Z|f615b907-e169-4675-9432-93182f49cd4c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:57:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:57:41.201Z||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-07-24T00:57:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:57:41.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:57:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/resourceInstances/pnf4e1db276b9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088141199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088150690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:57:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088152534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSerdhbyeuthovplykyzw/1.0/artifacts/service-DemoPnfSerdhbyeuthovplykyzw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:57:41.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:57:50.750Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:41.199Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:58:41.200Z|f615b907-e169-4675-9432-93182f49cd4c|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-07-24T00:58:41.200Z|f615b907-e169-4675-9432-93182f49cd4c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:58:41.201Z||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-07-24T00:58:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:41.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:58:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f615b907-e169-4675-9432-93182f49cd4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088244179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:58:41.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:58:41.829Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:41.830Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T00:58:41.831Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e28c1823-40f8-4461-9692-a9200ec384f9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8027df80-32bd-48e6-afbe-6118630c69a4","serviceDescription":"service","serviceInvariantUUID":"bb0a5065-8565-4a5e-b460-543055490ca3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10f1a1f7-c65a-4de7-a8a0-341bf1d469f2","resourceInvariantUUID":"4c47eb2e-22e4-42b2-a424-1befba14be48","resourceCustomizationUUID":"2dd35e49-0512-4e84-87d7-5206abe8278b","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":"05713b78-5c9d-4e2f-9df1-651779b602e0","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":"NWQwZmY3Y2Y2NWEyYzlkNjliMjU0NjViNGJlMjljZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8e396ee-69f9-4e73-89d5-255eb5556c2b","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":"MmFhOTZlMjNkY2YzYTUzYTk4MzNlYWU4ODYxNDMxMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c96331c0-546d-495a-a77e-bc51f68c20d8","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":"4ccd5180-db12-47af-bfef-7ad55d07127c","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":"572669e7-0912-4c37-b3b8-c1a8edfc96ab","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":"9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf","artifactVersion":"2","generatedFromUUID":"4ccd5180-db12-47af-bfef-7ad55d07127c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODUyNzI5YTQzMTk5NjE0ZmIzMjg5NTgyY2NkMjgyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2c528be-fa1e-4872-97c9-311f554d3d7e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2MzN2M0Mjc0M2ZiNjY3MGEwN2FkMzAwZTcxZWUxNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6849266-ea11-4b2f-ab0f-456b18b52e22","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:58:41.833Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:41.834Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:41.837Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:41.837Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:58:41.937Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:41.938Z||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-07-24T00:58:41.938Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:41.961Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:41.961Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:42.838Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:42.839Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:42.841Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:42.841Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:58:42.942Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:42.942Z||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-07-24T00:58:42.943Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:42.951Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:42.951Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:43.842Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:43.843Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:43.845Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:43.845Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:58:43.945Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:43.946Z||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-07-24T00:58:43.946Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:43.957Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:43.957Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:44.846Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:44.847Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:44.849Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:44.849Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:58:44.950Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:44.951Z||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-07-24T00:58:44.951Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:44.962Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:44.963Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:45.850Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:45.851Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:45.853Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:45.853Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:58:45.954Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T00:58:45.955Z||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-07-24T00:58:45.955Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:45.965Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:45.965Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:46.854Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:46.855Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:46.857Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:46.857Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:58:46.957Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:46.958Z||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-07-24T00:58:46.958Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:46.968Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:46.968Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:47.858Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:47.859Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:47.861Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:47.861Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:58:47.961Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:47.963Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T00:58:47.963Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:47.976Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:47.976Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:48.862Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:58:48.863Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:48.865Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:48.866Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:58:48.966Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:48.967Z||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-07-24T00:58:48.967Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:48.976Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:48.976Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:49.867Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "8027df80-32bd-48e6-afbe-6118630c69a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bb0a5065-8565-4a5e-b460-543055490ca3",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "2dd35e49-0512-4e84-87d7-5206abe8278b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "10f1a1f7-c65a-4de7-a8a0-341bf1d469f2",
      "resourceInvariantUUID": "4c47eb2e-22e4-42b2-a424-1befba14be48",
      "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": "MmFhOTZlMjNkY2YzYTUzYTk4MzNlYWU4ODYxNDMxMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c96331c0-546d-495a-a77e-bc51f68c20d8",
          "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": "4ccd5180-db12-47af-bfef-7ad55d07127c",
          "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": "9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf",
            "generatedFromUUID": "4ccd5180-db12-47af-bfef-7ad55d07127c"
          },
          "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": "9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "N2MzN2M0Mjc0M2ZiNjY3MGEwN2FkMzAwZTcxZWUxNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6849266-ea11-4b2f-ab0f-456b18b52e22"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T00:58:49.868Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:58:49.868Z|f615b907-e169-4675-9432-93182f49cd4c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8027df80-32bd-48e6-afbe-6118630c69a4 ASDC
2021-07-24T00:58:49.869Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e28c1823-40f8-4461-9692-a9200ec384f9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:8027df80-32bd-48e6-afbe-6118630c69a4
ServiceInvariantUUID:bb0a5065-8565-4a5e-b460-543055490ca3
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:c6849266-ea11-4b2f-ab0f-456b18b52e22
ArtifactChecksum:N2MzN2M0Mjc0M2ZiNjY3MGEwN2FkMzAwZTcxZWUxNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2dd35e49-0512-4e84-87d7-5206abe8278b
ResourceInvariantUUID:4c47eb2e-22e4-42b2-a424-1befba14be48
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:10f1a1f7-c65a-4de7-a8a0-341bf1d469f2
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:c96331c0-546d-495a-a77e-bc51f68c20d8
ArtifactChecksum:MmFhOTZlMjNkY2YzYTUzYTk4MzNlYWU4ODYxNDMxMjc=
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:4ccd5180-db12-47af-bfef-7ad55d07127c
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:9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf
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:9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T00:58:49.869Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8027df80-32bd-48e6-afbe-6118630c69a4 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-07-24T00:58:49.895Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:58:49.896Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:58:49.896Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:58:49.896Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c6849266-ea11-4b2f-ab0f-456b18b52e22 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T00:58:49.896Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T00:58:49.896Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T00:58:50.760Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T00:58:50.767Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c6849266-ea11-4b2f-ab0f-456b18b52e22 76833
2021-07-24T00:58:50.767Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-24T00:58:50.767Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T00:58:50.767Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:58:50.768Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:50.770Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:50.770Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088330767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:58:50.870Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:50.871Z||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-07-24T00:58:50.871Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:50.880Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:50.881Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:51.770Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:58:51.772Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T00:58:51.772Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c6849266-ea11-4b2f-ab0f-456b18b52e22, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:51.772Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-24T00:58:51.773Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:51.773Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:51.872Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2077853588277953533/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-07-24T00:58:52.881Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.882Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T00:58:52.883Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:58:52.884Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:52.885Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a9e29b5c-189b-4db6-8cf5-7e7ab5587ecb
2021-07-24T00:58:52.886Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:52.887Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:8027df80-32bd-48e6-afbe-6118630c69a4
Model Version:NULL
Model InvariantUuid:bb0a5065-8565-4a5e-b460-543055490ca3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:64907dfe-8729-4dd3-a097-65b7f9c10a5c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c47eb2e-22e4-42b2-a424-1befba14be48
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2dd35e49-0512-4e84-87d7-5206abe8278b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce98769a-652d-4b28-88d6-25d677702a23
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:ae4bf163-3589-4817-8b23-52659e2110a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a9e29b5c-189b-4db6-8cf5-7e7ab5587ecb
ModelInvariantUuid:219276b6-7b31-4cb4-b4df-0e97a739dc1c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e95802d6-b884-4e20-bc1b-5812b3c0c46e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e71668cc-2314-4757-828d-8dd994f7b103
ModelInvariantUuid:4b7f2f1a-d133-4923-9b4d-1ea38bc71c83
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:227f7d1a-7960-45be-a7f4-ca906e7ab237
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-07-24T00:58:52.894Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 10f1a1f7-c65a-4de7-a8a0-341bf1d469f2
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-07-24T00:58:52.898Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-07-24T00:58:52.899Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10f1a1f7-c65a-4de7-a8a0-341bf1d469f2
2021-07-24T00:58:52.899Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c96331c0-546d-495a-a77e-bc51f68c20d8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T00:58:52.899Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T00:58:52.899Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T00:58:53.900Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T00:58:53.901Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c96331c0-546d-495a-a77e-bc51f68c20d8 790
2021-07-24T00:58:53.901Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-24T00:58:53.901Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T00:58:53.901Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:58:53.902Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:53.904Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:53.904Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088333901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:58:54.004Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:54.005Z||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-07-24T00:58:54.005Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:54.015Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:54.015Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:54.910Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce98769a-652d-4b28-88d6-25d677702a23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae4bf163-3589-4817-8b23-52659e2110a2",
    "vfModuleModelCustomizationUUID": "3897f45d-9f4a-43f7-b941-16f7b762c9f2",
    "isBase": true,
    "artifacts": [
      "4ccd5180-db12-47af-bfef-7ad55d07127c",
      "9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf"
    ],
    "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-07-24T00:58:54.914Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae4bf163-3589-4817-8b23-52659e2110a2
VfModuleModelInvariantUUID:ce98769a-652d-4b28-88d6-25d677702a23
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ccd5180-db12-47af-bfef-7ad55d07127c
,
9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf

}
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-07-24T00:58:54.917Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce98769a-652d-4b28-88d6-25d677702a23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae4bf163-3589-4817-8b23-52659e2110a2",
    "vfModuleModelCustomizationUUID": "3897f45d-9f4a-43f7-b941-16f7b762c9f2",
    "isBase": true,
    "artifacts": [
      "4ccd5180-db12-47af-bfef-7ad55d07127c",
      "9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf"
    ],
    "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-07-24T00:58:54.917Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae4bf163-3589-4817-8b23-52659e2110a2
VfModuleModelInvariantUUID:ce98769a-652d-4b28-88d6-25d677702a23
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ccd5180-db12-47af-bfef-7ad55d07127c
,
9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf

}
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-07-24T00:58:54.917Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ccd5180-db12-47af-bfef-7ad55d07127c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T00:58:54.917Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T00:58:54.917Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T00:58:55.778Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T00:58:55.778Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 4ccd5180-db12-47af-bfef-7ad55d07127c 5033
2021-07-24T00:58:55.778Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T00:58:55.779Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T00:58:55.779Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:58:55.779Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:55.781Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:55.781Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088335778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:58:55.882Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:55.882Z||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-07-24T00:58:55.883Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:55.894Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:55.894Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:56.788Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T00:58:56.789Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T00:58:56.789Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T00:58:57.413Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T00:58:57.414Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9ff8b75f-0bda-44fa-8b29-2b0ad70f27bf 909
2021-07-24T00:58:57.414Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T00:58:57.414Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T00:58:57.414Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:58:57.415Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:57.417Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:57.417Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088337414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:58:57.517Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:57.518Z||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-07-24T00:58:57.518Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:57.529Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:57.530Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:58.425Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8027df80-32bd-48e6-afbe-6118630c69a4
2021-07-24T00:58:58.425Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 10f1a1f7-c65a-4de7-a8a0-341bf1d469f2 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-07-24T00:58:58.443Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.443Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.444Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-07-24T00:58:58.444Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2dd35e49-0512-4e84-87d7-5206abe8278b
2021-07-24T00:58:58.444Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2dd35e49-0512-4e84-87d7-5206abe8278b matches Tosca VF Customization UUID: 2dd35e49-0512-4e84-87d7-5206abe8278b
2021-07-24T00:58:58.444Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2dd35e49-0512-4e84-87d7-5206abe8278b  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-07-24T00:58:58.447Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.447Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.447Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2dd35e49-0512-4e84-87d7-5206abe8278b: {\"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-07-24T00:58:58.447Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75f4c6c2
2021-07-24T00:58:58.447Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.447Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:58:58.448Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3897f45d-9f4a-43f7-b941-16f7b762c9f2
2021-07-24T00:58:58.448Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3897f45d-9f4a-43f7-b941-16f7b762c9f2
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-07-24T00:58:58.450Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.450Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:58.450Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:58:58.451Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.451Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:58.451Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:58:58.451Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.451Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T00:58:58.452Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T00:58:58.452Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:58:58.452Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a9e29b5c-189b-4db6-8cf5-7e7ab5587ecb
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-07-24T00:58:58.454Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.455Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:58.455Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:58:58.455Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.455Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T00:58:58.455Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2dd35e49-0512-4e84-87d7-5206abe8278b
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-07-24T00:58:58.457Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.458Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.458Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8027df80-32bd-48e6-afbe-6118630c69a4: basicclamp
2021-07-24T00:58:58.458Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.458Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.458Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.458Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.459Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.459Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.459Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.459Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.459Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T00:58:58.459Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:58:58.460Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T00:58:58.539Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 10f1a1f7-c65a-4de7-a8a0-341bf1d469f2 1 ASDC deployResourceStructure
2021-07-24T00:58:58.539Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-24T00:58:58.539Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T00:58:58.539Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:58:58.539Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:58.541Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:58.541Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088338539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:58:58.653Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2021-07-24T00:58:58.654Z||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-07-24T00:58:58.654Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:58.667Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:58.667Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:58:59.543Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T00:58:59.543Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T00:58:59.543Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:58:59.543Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:58:59.546Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:58:59.546Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088339541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T00:58:59.646Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:58:59.647Z||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-07-24T00:58:59.647Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:58:59.675Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:58:59.676Z||pool-80-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:59:00.547Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T00:59:00.547Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T00:59:00.548Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:59:00.548Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:59:00.550Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:59:00.550Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088340547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:00.651Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:59:00.652Z||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-07-24T00:59:00.652Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:59:00.663Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:59:00.663Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:59:01.551Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-24T00:59:01.552Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T00:59:01.552Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:59:01.552Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:59:01.554Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:59:01.554Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088341551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:01.654Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:59:01.655Z||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-07-24T00:59:01.655Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:59:01.666Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:59:01.667Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:59:02.555Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:59:02.565Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:59:02.567Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:59:02.567Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:59:02.567Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:59:32.568Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T00:59:32.580Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T00:59:32.582Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:59:32.582Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:59:32.582Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:59:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:59:41.201Z||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-07-24T00:59:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:59:41.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T00:59:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088284902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088284028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088287749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088284093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088287962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088299789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088299804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088299794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088292381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "cds",
  "timestamp": 1627088300809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T00:59:41.259Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.259Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088300797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088301501,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088301699,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "policy-id",
  "timestamp": 1627088301800,
  "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-07-24T00:59:41.273Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.273Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088294391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088303787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088304181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088304791,
  "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-07-24T00:59:41.288Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.288Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088305794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088306487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088306782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088307278,
  "artifactURL": "/sdc/v1/catalog/services/8027df80-32bd-48e6-afbe-6118630c69a4/resourceInstances/basicclamp0/artifacts/05713b78-5c9d-4e2f-9df1-651779b602e0",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088307500,
  "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-07-24T00:59:41.306Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088307774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088307785,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088308502,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088308534,
  "artifactURL": "/sdc/v1/catalog/services/8027df80-32bd-48e6-afbe-6118630c69a4/resourceInstances/basicclamp0/artifacts/05713b78-5c9d-4e2f-9df1-651779b602e0",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088302749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "dcae-sch",
  "timestamp": 1627088309539,
  "artifactURL": "/sdc/v1/catalog/services/8027df80-32bd-48e6-afbe-6118630c69a4/resourceInstances/basicclamp0/artifacts/05713b78-5c9d-4e2f-9df1-651779b602e0",
  "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-07-24T00:59:41.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.319Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088310077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088304093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088311169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088311870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088311883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "cds",
  "timestamp": 1627088312175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T00:59:41.339Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T00:59:41.339Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T00:59:41.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088312481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088312886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088306798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088313782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "clamp",
  "timestamp": 1627088313889,
  "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-07-24T00:59:41.351Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.351Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088314591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088307962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088314790,
  "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-07-24T00:59:41.362Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.362Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088315080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088315278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088315595,
  "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-07-24T00:59:41.384Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.384Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088315794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "aai-ml",
  "timestamp": 1627088316083,
  "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-07-24T00:59:41.395Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e28c1823-40f8-4461-9692-a9200ec384f9
2021-07-24T00:59:41.396Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T00:59:41.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088316596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088317200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088317599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "policy-id",
  "timestamp": 1627088318603,
  "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-07-24T00:59:41.409Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T00:59:41.409Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T00:59:41.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088312381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088319096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088320099,
  "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-07-24T00:59:41.421Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T00:59:41.422Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T00:59:41.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088320301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T00:59:41.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "dcae-sch",
  "timestamp": 1627088314391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T00:59:41.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T00:59:41.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:00:02.583Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:00:02.593Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:00:02.596Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:00:02.596Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T01:00:02.596Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T01:00:02.596Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T01:00:02.597Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.597Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.597Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.597Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.597Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.598Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.598Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:00:02.598Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T01:00:02.602Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T01:00:32.603Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e28c1823-40f8-4461-9692-a9200ec384f9 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-07-24T01:00:32.609Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e28c1823-40f8-4461-9692-a9200ec384f9 and serviceModelVersionId: 8027df80-32bd-48e6-afbe-6118630c69a4
2021-07-24T01:00:32.609Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb0a5065-8565-4a5e-b460-543055490ca3
2021-07-24T01:00:32.611Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb0a5065-8565-4a5e-b460-543055490ca3/model-vers/model-ver/8027df80-32bd-48e6-afbe-6118630c69a4?depth=0
2021-07-24T01:00:32.617Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T01:00:32.648Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb0a5065-8565-4a5e-b460-543055490ca3/model-vers/model-ver/8027df80-32bd-48e6-afbe-6118630c69a4?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-07-24T01:00:32.649Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb0a5065-8565-4a5e-b460-543055490ca3/model-vers/model-ver/8027df80-32bd-48e6-afbe-6118630c69a4?depth=0|INFO|500||Invoke
2021-07-24T01:00:32.665Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb0a5065-8565-4a5e-b460-543055490ca3/model-vers/model-ver/8027df80-32bd-48e6-afbe-6118630c69a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T01:00:33.062Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb0a5065-8565-4a5e-b460-543055490ca3/model-vers/model-ver/8027df80-32bd-48e6-afbe-6118630c69a4?depth=0|INFO|500||InvokeReturn
2021-07-24T01:00:33.063Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb0a5065-8565-4a5e-b460-543055490ca3/model-vers/model-ver/8027df80-32bd-48e6-afbe-6118630c69a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-01:00:32:674-59153], vertex-id=[254120], Content-Length=[0], Date=[Sat, 24 Jul 2021 01:00:32 GMT], Content-Type=[application/json]}
2021-07-24T01:00:33.063Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T01:00:33.063Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T01:00:33.063Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T01:00:33.068Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T01:00:33.068Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e28c1823-40f8-4461-9692-a9200ec384f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T01:00:33.069Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T01:00:33.069Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:33.071Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:33.071Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088433068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:00:33.171Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:33.172Z||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-07-24T01:00:33.172Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:33.185Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:33.185Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T01:00:34.083Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:00:34.083Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e927751e-3e33-4152-a538-9d1a9f46a25e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cfbbeda7-da90-437a-99d4-2deb974c8dce","serviceDescription":"service","serviceInvariantUUID":"657b4a2c-168a-4004-a385-295e87e5f5c6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87126501-176b-4ec1-9ad0-7d4f536653b7","resourceInvariantUUID":"a3da791a-1cb0-4d7a-aa3b-9e7d5ae056b6","resourceCustomizationUUID":"df457edc-aa0c-4ad5-836e-38f97c0d037c","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":"MTExMjQyY2JmMTRkOWYzMWQ5ZThjMGY4ZmRhYzZmMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c313609b-73c1-4017-a2c2-45fad5b0eeae","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":"YTRiMDAxNzEzNGRhZDA4YmVhNzk4Njk4NDJmZDgzYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f2fa291-8476-4b74-9926-c0b952ffcc26","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":"41292199-bfef-4254-9879-04d0704e9b8b","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":"c887a84f-06c6-4ddd-8d6e-8cb6d584f5b7","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":"c4f66997-171b-4c8f-b527-c820c8f8d0a1","artifactVersion":"2","generatedFromUUID":"41292199-bfef-4254-9879-04d0704e9b8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjQ2NmYxYjNmYzU3ZjQzMTQyNWI3NjhmNGM2ZmJhNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21c81600-5536-49f4-a45e-68b2582b7e3e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWQ1MzBhZGVhYWI3MGU0MWYxNzJlMmQwN2ZlZDI1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f817060c-1069-4233-9d81-7a474f916997","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T01:00:34.084Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:34.084Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:34.087Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:34.087Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:00:34.187Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:34.188Z||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-07-24T01:00:34.188Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:34.200Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:34.200Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:35.088Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:35.088Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:35.090Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:35.090Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:00:35.190Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:35.191Z||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-07-24T01:00:35.192Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:35.203Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:35.203Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:36.091Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:36.092Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:36.094Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:36.094Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:00:36.194Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:36.194Z||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-07-24T01:00:36.195Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:36.206Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:36.207Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:37.094Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:37.095Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:37.097Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:37.098Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:00:37.198Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:37.199Z||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-07-24T01:00:37.199Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:37.210Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:37.211Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:38.098Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:38.099Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:38.100Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:38.100Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T01:00:38.200Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:38.201Z||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-07-24T01:00:38.201Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:38.208Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:38.209Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:39.101Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:39.101Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:39.103Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:39.103Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:00:39.204Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:39.204Z||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-07-24T01:00:39.205Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:39.216Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:39.216Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:40.104Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:00:40.104Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:40.106Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:40.106Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:00:40.206Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T01:00:40.207Z||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-07-24T01:00:40.207Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:40.217Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:40.217Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:41.108Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cfbbeda7-da90-437a-99d4-2deb974c8dce",
  "serviceDescription": "service",
  "serviceInvariantUUID": "657b4a2c-168a-4004-a385-295e87e5f5c6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "df457edc-aa0c-4ad5-836e-38f97c0d037c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "87126501-176b-4ec1-9ad0-7d4f536653b7",
      "resourceInvariantUUID": "a3da791a-1cb0-4d7a-aa3b-9e7d5ae056b6",
      "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": "YTRiMDAxNzEzNGRhZDA4YmVhNzk4Njk4NDJmZDgzYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f2fa291-8476-4b74-9926-c0b952ffcc26",
          "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": "41292199-bfef-4254-9879-04d0704e9b8b",
          "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": "c4f66997-171b-4c8f-b527-c820c8f8d0a1",
            "generatedFromUUID": "41292199-bfef-4254-9879-04d0704e9b8b"
          },
          "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": "c4f66997-171b-4c8f-b527-c820c8f8d0a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWQ1MzBhZGVhYWI3MGU0MWYxNzJlMmQwN2ZlZDI1YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f817060c-1069-4233-9d81-7a474f916997"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T01:00:41.108Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T01:00:41.109Z|e28c1823-40f8-4461-9692-a9200ec384f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfbbeda7-da90-437a-99d4-2deb974c8dce ASDC
2021-07-24T01:00:41.109Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e927751e-3e33-4152-a538-9d1a9f46a25e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cfbbeda7-da90-437a-99d4-2deb974c8dce
ServiceInvariantUUID:657b4a2c-168a-4004-a385-295e87e5f5c6
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:f817060c-1069-4233-9d81-7a474f916997
ArtifactChecksum:YWQ1MzBhZGVhYWI3MGU0MWYxNzJlMmQwN2ZlZDI1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:df457edc-aa0c-4ad5-836e-38f97c0d037c
ResourceInvariantUUID:a3da791a-1cb0-4d7a-aa3b-9e7d5ae056b6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:87126501-176b-4ec1-9ad0-7d4f536653b7
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:6f2fa291-8476-4b74-9926-c0b952ffcc26
ArtifactChecksum:YTRiMDAxNzEzNGRhZDA4YmVhNzk4Njk4NDJmZDgzYzE=
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:41292199-bfef-4254-9879-04d0704e9b8b
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:c4f66997-171b-4c8f-b527-c820c8f8d0a1
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:c4f66997-171b-4c8f-b527-c820c8f8d0a1
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T01:00:41.109Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfbbeda7-da90-437a-99d4-2deb974c8dce 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-07-24T01:00:41.139Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T01:00:41.140Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:00:41.140Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:00:41.140Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f817060c-1069-4233-9d81-7a474f916997 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T01:00:41.140Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:00:41.140Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T01:00:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:00:41.201Z||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-07-24T01:00:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:41.219Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:00:41.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088321103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:00:41.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:00:42.080Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:00:42.083Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f817060c-1069-4233-9d81-7a474f916997 74264
2021-07-24T01:00:42.083Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-07-24T01:00:42.084Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T01:00:42.084Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:00:42.084Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:42.086Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:42.086Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088442083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:00:42.186Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:42.187Z||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-07-24T01:00:42.187Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:42.197Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:42.197Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:43.086Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T01:00:43.088Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:00:43.088Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f817060c-1069-4233-9d81-7a474f916997, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:43.088Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-07-24T01:00:43.089Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:43.089Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:43.276Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10753128680759880706/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-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T01:00:44.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3d0b50fb-2ec9-49b8-ab9b-fbe5d6d95752
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:44.320Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cfbbeda7-da90-437a-99d4-2deb974c8dce
Model Version:NULL
Model InvariantUuid:657b4a2c-168a-4004-a385-295e87e5f5c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:dc7c2c03-7e9a-4ee9-ba46-c3d0e8adf587
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3da791a-1cb0-4d7a-aa3b-9e7d5ae056b6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df457edc-aa0c-4ad5-836e-38f97c0d037c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9b872c03-e7d8-4a57-bd1a-345444c2fdb7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7de334e4-bb91-4b52-8610-758d40be2d5d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3d0b50fb-2ec9-49b8-ab9b-fbe5d6d95752
ModelInvariantUuid:5b35ace0-f9fb-42fb-84d9-ba504969fe91
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:dc8c24e7-720c-42b7-b196-40d6f7fc09fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:4bf9455b-470d-46e9-8153-5f7bf59bda16
ModelInvariantUuid:c8e2cbbb-66bb-4a3d-97ef-b2da1bda4fef
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:d214d966-cd11-4311-bc39-c5483b6f43a2
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-07-24T01:00:44.331Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 87126501-176b-4ec1-9ad0-7d4f536653b7
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-07-24T01:00:44.334Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-07-24T01:00:44.334Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87126501-176b-4ec1-9ad0-7d4f536653b7
2021-07-24T01:00:44.334Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f2fa291-8476-4b74-9926-c0b952ffcc26 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-24T01:00:44.334Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:00:44.335Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:45.887Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:00:45.887Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6f2fa291-8476-4b74-9926-c0b952ffcc26 787
2021-07-24T01:00:45.887Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:45.887Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:45.888Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:00:45.888Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:45.890Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:45.890Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088445887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:00:45.990Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:45.991Z||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-07-24T01:00:45.991Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:46.003Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:46.003Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:46.890Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9b872c03-e7d8-4a57-bd1a-345444c2fdb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7de334e4-bb91-4b52-8610-758d40be2d5d",
    "vfModuleModelCustomizationUUID": "619b91d5-80c7-438e-9324-1ec2f2f9d7f8",
    "isBase": true,
    "artifacts": [
      "41292199-bfef-4254-9879-04d0704e9b8b",
      "c4f66997-171b-4c8f-b527-c820c8f8d0a1"
    ],
    "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-07-24T01:00:46.894Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7de334e4-bb91-4b52-8610-758d40be2d5d
VfModuleModelInvariantUUID:9b872c03-e7d8-4a57-bd1a-345444c2fdb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
41292199-bfef-4254-9879-04d0704e9b8b
,
c4f66997-171b-4c8f-b527-c820c8f8d0a1

}
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-07-24T01:00:46.896Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9b872c03-e7d8-4a57-bd1a-345444c2fdb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7de334e4-bb91-4b52-8610-758d40be2d5d",
    "vfModuleModelCustomizationUUID": "619b91d5-80c7-438e-9324-1ec2f2f9d7f8",
    "isBase": true,
    "artifacts": [
      "41292199-bfef-4254-9879-04d0704e9b8b",
      "c4f66997-171b-4c8f-b527-c820c8f8d0a1"
    ],
    "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-07-24T01:00:46.897Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7de334e4-bb91-4b52-8610-758d40be2d5d
VfModuleModelInvariantUUID:9b872c03-e7d8-4a57-bd1a-345444c2fdb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
41292199-bfef-4254-9879-04d0704e9b8b
,
c4f66997-171b-4c8f-b527-c820c8f8d0a1

}
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-07-24T01:00:46.897Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 41292199-bfef-4254-9879-04d0704e9b8b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-24T01:00:46.897Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:00:46.897Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:48.360Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:00:48.361Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 41292199-bfef-4254-9879-04d0704e9b8b 5033
2021-07-24T01:00:48.361Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:48.361Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:48.361Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:00:48.362Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:48.365Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:48.365Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088448361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:00:48.465Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:48.466Z||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-07-24T01:00:48.466Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:48.478Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:48.478Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-07-24T01:00:49.366Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c4f66997-171b-4c8f-b527-c820c8f8d0a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-24T01:00:49.366Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:00:49.367Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:50.467Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:00:50.467Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c4f66997-171b-4c8f-b527-c820c8f8d0a1 903
2021-07-24T01:00:50.468Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:50.468Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:50.468Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:00:50.468Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:50.470Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:50.470Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088450468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:00:50.571Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:50.571Z||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-07-24T01:00:50.572Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:50.583Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:50.583Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:51.471Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cfbbeda7-da90-437a-99d4-2deb974c8dce
2021-07-24T01:00:51.472Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 87126501-176b-4ec1-9ad0-7d4f536653b7 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-07-24T01:00:51.487Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.487Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.487Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-07-24T01:00:51.487Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= df457edc-aa0c-4ad5-836e-38f97c0d037c
2021-07-24T01:00:51.487Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df457edc-aa0c-4ad5-836e-38f97c0d037c matches Tosca VF Customization UUID: df457edc-aa0c-4ad5-836e-38f97c0d037c
2021-07-24T01:00:51.487Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: df457edc-aa0c-4ad5-836e-38f97c0d037c  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-07-24T01:00:51.489Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.489Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.490Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id df457edc-aa0c-4ad5-836e-38f97c0d037c: {\"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-07-24T01:00:51.490Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57c45407
2021-07-24T01:00:51.490Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.490Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T01:00:51.490Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 619b91d5-80c7-438e-9324-1ec2f2f9d7f8
2021-07-24T01:00:51.490Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 619b91d5-80c7-438e-9324-1ec2f2f9d7f8
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-07-24T01:00:51.492Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.492Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:51.492Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-24T01:00:51.493Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3d0b50fb-2ec9-49b8-ab9b-fbe5d6d95752
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-07-24T01:00:51.495Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.495Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:51.495Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:00:51.496Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.496Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-24T01:00:51.496Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=df457edc-aa0c-4ad5-836e-38f97c0d037c
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-07-24T01:00:51.497Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.497Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cfbbeda7-da90-437a-99d4-2deb974c8dce: basic_vm
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:00:51.498Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:51.572Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 87126501-176b-4ec1-9ad0-7d4f536653b7 1 ASDC deployResourceStructure
2021-07-24T01:00:51.572Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:51.572Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:51.572Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:00:51.572Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:51.574Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:51.575Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088451572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:00:51.675Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:51.676Z||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-07-24T01:00:51.676Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:51.688Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:51.688Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:52.576Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:52.576Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:52.576Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:00:52.577Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:52.579Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:52.579Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088452575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T01:00:52.679Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:00:52.680Z||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-07-24T01:00:52.680Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:52.692Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:52.693Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:53.579Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:53.580Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||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-07-24T01:00:53.580Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:00:53.580Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:53.582Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:53.582Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088453579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-24T01:00:53.682Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T01:00:53.683Z||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-07-24T01:00:53.683Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:53.693Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:53.694Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:54.583Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-07-24T01:00:54.584Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-24T01:00:54.584Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:00:54.584Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:00:54.587Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:00:54.587Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088454583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:00:54.686Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T01:00:54.687Z||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-07-24T01:00:54.687Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:00:54.697Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:00:54.698Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:00:55.587Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:00:55.596Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:00:55.598Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:00:55.598Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T01:00:55.598Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T01:01:25.598Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:01:25.611Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:01:25.613Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:01:25.613Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T01:01:25.613Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T01:01:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:01:41.201Z||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-07-24T01:01:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:01:41.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:01:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088314891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088322371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088302784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088300724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088298245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088325081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088325473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088325857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088325874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088326091,
  "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-07-24T01:01:41.237Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T01:01:41.238Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T01:01:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088327093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088327421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088327807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088328634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088328810,
  "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-07-24T01:01:41.252Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T01:01:41.252Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T01:01:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:01:41.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:01:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088329640,
  "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-07-24T01:01:41.267Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T01:01:41.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T01:01:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088330642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088330767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088332784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088333371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088333901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "aai-ml",
  "timestamp": 1627088334375,
  "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-07-24T01:01:41.279Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T01:01:41.279Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T01:01:41.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088334790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088335778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "clamp",
  "timestamp": 1627088335793,
  "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-07-24T01:01:41.290Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e927751e-3e33-4152-a538-9d1a9f46a25e
2021-07-24T01:01:41.290Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T01:01:41.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088337414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088338539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088339541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088340547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:41.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:01:41.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088341551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:01:41.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:01:55.613Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:01:55.624Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:01:55.626Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:01:55.627Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:01:55.627Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:01:55.627Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:01:55.627Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T01:01:55.631Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T01:02:25.631Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e927751e-3e33-4152-a538-9d1a9f46a25e 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-07-24T01:02:25.638Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e927751e-3e33-4152-a538-9d1a9f46a25e and serviceModelVersionId: cfbbeda7-da90-437a-99d4-2deb974c8dce
2021-07-24T01:02:25.638Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 657b4a2c-168a-4004-a385-295e87e5f5c6
2021-07-24T01:02:25.639Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0
2021-07-24T01:02:25.644Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T01:02:25.671Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0|INFO|500||Invoke
2021-07-24T01:02:25.672Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e927751e-3e33-4152-a538-9d1a9f46a25e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1866b453-4b28-428b-9125-d9e77c65fe74], X-ECOMP-RequestID=[e927751e-3e33-4152-a538-9d1a9f46a25e], X-TransactionId=[], X-ONAP-RequestID=[e927751e-3e33-4152-a538-9d1a9f46a25e], Content-Type=[application/merge-patch+json]}
2021-07-24T01:02:25.694Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T01:02:25.961Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?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/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210724-01:02:25:701-67931], vertex-id=[204928], Content-Length=[0], Date=[Sat, 24 Jul 2021 01:02:25 GMT], Content-Type=[application/json]}
2021-07-24T01:02:25.962Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T01:02:25.963Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/657b4a2c-168a-4004-a385-295e87e5f5c6/model-vers/model-ver/cfbbeda7-da90-437a-99d4-2deb974c8dce?depth=0|INFO|500||InvokeReturn
2021-07-24T01:02:25.963Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T01:02:25.963Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T01:02:25.968Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T01:02:25.968Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e927751e-3e33-4152-a538-9d1a9f46a25e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T01:02:25.968Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T01:02:25.969Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:25.971Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:25.971Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088545968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:02:26.071Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:26.072Z||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-07-24T01:02:26.072Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:26.088Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:26.089Z||pool-99-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-07-24T01:02:26.982Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:02:26.982Z|e927751e-3e33-4152-a538-9d1a9f46a25e|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-07-24T01:02:26.982Z|e927751e-3e33-4152-a538-9d1a9f46a25e|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:31.305Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:31.305Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:02:31.305Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5819257-7b65-4be2-ae80-142537af7bfe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f93e0e15-7a7d-4f74-b92c-4750f7e580f7","serviceDescription":"service","serviceInvariantUUID":"81cb4b62-97c6-4cd4-9e48-9b5f313bd834","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d025833b-554b-427c-a1d1-d058286e0861","resourceInvariantUUID":"0fb55f05-9ff3-4578-8c79-2d3715476c04","resourceCustomizationUUID":"ee89512e-e173-4f69-b97a-190980dcd27b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MmYwMTFjYTg5ZjA4MGEwMTJmMDg0OTU5MjFlZDFhYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad9a05a7-5c4c-46c9-b280-6e8f906baf8d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b96f9d4-42b0-47be-8b76-6f22b82f1010","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb718db3-cebc-4290-bdfd-f3c23d134da3","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MDFkYzVjZjc5OWM3OGEzZmMwZWQyNzViNDA2NzA4ZDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f7ce0009-33f6-48df-a046-cceb1d475af4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8ee7e63-d3fe-4538-9e69-f45d9cfcb708","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50291be1-8397-44d3-abee-7d715b15c384","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a3775c8-f43e-4695-819a-6dc9af217332","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OTUwODVjNmIyYWJlYmFhZmJiODE0NzJjNDYxYzM4NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16113d7e-1008-4eda-945b-ad38539112fc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWE4MDM1OWI3MDI2ODg1MDUzOTRmZWJhMzAyZmRiYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88896bbf-97cc-4c1c-9c38-86b09cd45c35","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T01:02:31.307Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:31.307Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:31.309Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:31.309Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:31.410Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T01:02:31.411Z||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-07-24T01:02:31.411Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:31.421Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:31.421Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:32.310Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:32.311Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:32.313Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:32.313Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:32.413Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:32.414Z||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-07-24T01:02:32.414Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:32.425Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:32.425Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:33.314Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:33.314Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:33.316Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:33.317Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:33.418Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T01:02:33.419Z||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-07-24T01:02:33.419Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:33.434Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:33.435Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:34.318Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:34.319Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:34.321Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:34.321Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:34.421Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:34.422Z||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-07-24T01:02:34.422Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:34.436Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:34.436Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:35.321Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:35.322Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:35.325Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:35.325Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:35.425Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:35.426Z||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-07-24T01:02:35.426Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:35.436Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:35.437Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:36.325Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:36.326Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:36.328Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:36.328Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:36.429Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:36.430Z||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-07-24T01:02:36.430Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:36.443Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:36.443Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:37.329Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:37.330Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:37.333Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:37.333Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:37.432Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T01:02:37.433Z||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-07-24T01:02:37.434Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:37.444Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:37.444Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:38.333Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:38.334Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:38.337Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:38.337Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:38.437Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:38.438Z||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-07-24T01:02:38.438Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:38.449Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:38.449Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:39.338Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:02:39.338Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:39.340Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:39.340Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:02:39.441Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:39.442Z||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-07-24T01:02:39.442Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:39.451Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:39.451Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:40.341Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f93e0e15-7a7d-4f74-b92c-4750f7e580f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81cb4b62-97c6-4cd4-9e48-9b5f313bd834",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ee89512e-e173-4f69-b97a-190980dcd27b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d025833b-554b-427c-a1d1-d058286e0861",
      "resourceInvariantUUID": "0fb55f05-9ff3-4578-8c79-2d3715476c04",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZWE4MDM1OWI3MDI2ODg1MDUzOTRmZWJhMzAyZmRiYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88896bbf-97cc-4c1c-9c38-86b09cd45c35"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T01:02:40.342Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T01:02:40.342Z|e927751e-3e33-4152-a538-9d1a9f46a25e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f93e0e15-7a7d-4f74-b92c-4750f7e580f7 ASDC
2021-07-24T01:02:40.342Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d5819257-7b65-4be2-ae80-142537af7bfe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f93e0e15-7a7d-4f74-b92c-4750f7e580f7
ServiceInvariantUUID:81cb4b62-97c6-4cd4-9e48-9b5f313bd834
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:88896bbf-97cc-4c1c-9c38-86b09cd45c35
ArtifactChecksum:ZWE4MDM1OWI3MDI2ODg1MDUzOTRmZWJhMzAyZmRiYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ee89512e-e173-4f69-b97a-190980dcd27b
ResourceInvariantUUID:0fb55f05-9ff3-4578-8c79-2d3715476c04
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d025833b-554b-427c-a1d1-d058286e0861
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-24T01:02:40.343Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f93e0e15-7a7d-4f74-b92c-4750f7e580f7 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-07-24T01:02:40.369Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T01:02:40.370Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:02:40.370Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:02:40.370Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88896bbf-97cc-4c1c-9c38-86b09cd45c35 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T01:02:40.370Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:02:40.370Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T01:02:40.700Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:02:40.704Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 88896bbf-97cc-4c1c-9c38-86b09cd45c35 106316
2021-07-24T01:02:40.705Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-24T01:02:40.705Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T01:02:40.705Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:02:40.705Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:40.708Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:40.708Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088560705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:02:40.808Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:40.809Z||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-07-24T01:02:40.809Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:40.820Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:40.820Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:02:41.201Z||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-07-24T01:02:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:41.216Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:41.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e28c1823-40f8-4461-9692-a9200ec384f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088433068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:02:41.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:02:41.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:41.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:02:41.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:02:41.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088321199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:02:41.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:02:41.708Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T01:02:41.709Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:02:41.710Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 88896bbf-97cc-4c1c-9c38-86b09cd45c35, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:41.710Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-07-24T01:02:41.710Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:41.710Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:41.796Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP938012541562430041/Definitions/service-TestPnfMacro-template.yml
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.421Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.422Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.423Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-24T01:02:42.423Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T01:02:42.423Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T01:02:42.423Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.423Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.423Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.424Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.425Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.425Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.425Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.425Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.425Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.425Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f93e0e15-7a7d-4f74-b92c-4750f7e580f7
Model Version:NULL
Model InvariantUuid:81cb4b62-97c6-4cd4-9e48-9b5f313bd834
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-07-24T01:02:42.431Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d025833b-554b-427c-a1d1-d058286e0861
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-07-24T01:02:42.434Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-07-24T01:02:42.434Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d025833b-554b-427c-a1d1-d058286e0861
2021-07-24T01:02:42.435Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f93e0e15-7a7d-4f74-b92c-4750f7e580f7
2021-07-24T01:02:42.435Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f93e0e15-7a7d-4f74-b92c-4750f7e580f7
2021-07-24T01:02:42.435Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d025833b-554b-427c-a1d1-d058286e0861 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-07-24T01:02:42.441Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.441Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.442Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f93e0e15-7a7d-4f74-b92c-4750f7e580f7: test-pnf
2021-07-24T01:02:42.442Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Processing PNF resource: d025833b-554b-427c-a1d1-d058286e0861
2021-07-24T01:02:42.442Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:02:42.442Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:02:42.442Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||Resource customization UUID: ee89512e-e173-4f69-b97a-190980dcd27b is the same as notified resource customizationUUID: ee89512e-e173-4f69-b97a-190980dcd27b
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-07-24T01:02:42.475Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d025833b-554b-427c-a1d1-d058286e0861 0 ASDC deployResourceStructure
2021-07-24T01:02:42.475Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-24T01:02:42.475Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-24T01:02:42.475Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:02:42.475Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:02:42.477Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:02:42.477Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088562475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:02:42.577Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:02:42.578Z||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-07-24T01:02:42.578Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:02:42.586Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:02:42.587Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:02:43.478Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:02:43.486Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:02:43.487Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:02:43.487Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T01:02:43.488Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T01:03:13.488Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:03:13.497Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:03:13.498Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:03:13.499Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T01:03:13.499Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T01:03:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:03:41.201Z||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-07-24T01:03:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:03:41.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:03:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088442083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088445887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088448361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088450468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088451572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088452575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088453579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088454583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088482749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088480724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088484903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088484093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088482784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088487962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088498390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088498396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088498585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088498582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088499414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088499586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088500100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088500416,
  "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-07-24T01:03:41.262Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d5819257-7b65-4be2-ae80-142537af7bfe
2021-07-24T01:03:41.262Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:03:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "policy-id",
  "timestamp": 1627088500589,
  "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-07-24T01:03:41.272Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5819257-7b65-4be2-ae80-142537af7bfe
2021-07-24T01:03:41.272Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:03:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "cds",
  "timestamp": 1627088500650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T01:03:41.287Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5819257-7b65-4be2-ae80-142537af7bfe
2021-07-24T01:03:41.288Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:03:41.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088492381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:03:41.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088501104,
  "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-07-24T01:03:41.299Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5819257-7b65-4be2-ae80-142537af7bfe
2021-07-24T01:03:41.299Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:03:43.499Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:03:43.512Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:03:43.519Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:03:43.519Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T01:03:43.519Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T01:04:13.520Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:04:13.536Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:04:13.538Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:04:13.538Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T01:04:13.538Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T01:04:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:04:41.201Z||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-07-24T01:04:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:04:41.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:04:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088494028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "dcae-sch",
  "timestamp": 1627088494391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088514010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088515020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "clamp",
  "timestamp": 1627088516023,
  "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-07-24T01:04:41.243Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5819257-7b65-4be2-ae80-142537af7bfe
2021-07-24T01:04:41.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:04:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088508245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088518295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088522584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "aai-ml",
  "timestamp": 1627088523587,
  "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-07-24T01:04:41.255Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5819257-7b65-4be2-ae80-142537af7bfe
2021-07-24T01:04:41.255Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:04:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e927751e-3e33-4152-a538-9d1a9f46a25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088545968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:04:41.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:04:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088546981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088542784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088542749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627088544093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088544902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088547962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088560705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088552381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:04:41.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:04:43.538Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:04:43.547Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:04:43.549Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:04:43.549Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:04:43.550Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T01:04:43.556Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T01:05:13.556Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5819257-7b65-4be2-ae80-142537af7bfe 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-07-24T01:05:13.562Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5819257-7b65-4be2-ae80-142537af7bfe and serviceModelVersionId: f93e0e15-7a7d-4f74-b92c-4750f7e580f7
2021-07-24T01:05:13.562Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81cb4b62-97c6-4cd4-9e48-9b5f313bd834
2021-07-24T01:05:13.563Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0
2021-07-24T01:05:13.568Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T01:05:13.601Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0|INFO|500||Invoke
2021-07-24T01:05:13.601Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5819257-7b65-4be2-ae80-142537af7bfe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c388a255-d14b-46f3-b02b-e2e7f0fad1c4], X-ECOMP-RequestID=[d5819257-7b65-4be2-ae80-142537af7bfe], X-TransactionId=[], X-ONAP-RequestID=[d5819257-7b65-4be2-ae80-142537af7bfe], Content-Type=[application/merge-patch+json]}
2021-07-24T01:05:13.618Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T01:05:13.912Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?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/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-01:05:13:624-96561], vertex-id=[213120], Content-Length=[0], Date=[Sat, 24 Jul 2021 01:05:13 GMT], Content-Type=[application/json]}
2021-07-24T01:05:13.912Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T01:05:13.913Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/81cb4b62-97c6-4cd4-9e48-9b5f313bd834/model-vers/model-ver/f93e0e15-7a7d-4f74-b92c-4750f7e580f7?depth=0|INFO|500||InvokeReturn
2021-07-24T01:05:13.913Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T01:05:13.913Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T01:05:13.917Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T01:05:13.917Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5819257-7b65-4be2-ae80-142537af7bfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T01:05:13.918Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T01:05:13.918Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:13.920Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:13.920Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088713918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:05:14.020Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:14.021Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:14.021Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:14.042Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:14.042Z||pool-111-thread-1|||||INFO|500||cambria reply ok (21 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-07-24T01:05:14.930Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:05:14.931Z|d5819257-7b65-4be2-ae80-142537af7bfe|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-07-24T01:05:14.931Z|d5819257-7b65-4be2-ae80-142537af7bfe|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:19.250Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:19.251Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:05:19.251Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfa88be1-7539-4c27-8b13-84e61e49cce0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"26f5d48f-2878-4d17-8cd4-9b37fcee4f3c","serviceDescription":"service","serviceInvariantUUID":"9ca5108f-5285-400e-8042-d843e7a3c92c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb72c266-bf26-4ca9-a5ac-136a64698116","resourceInvariantUUID":"d44b7d82-b2ef-4c72-ab57-82fa74d2b6bf","resourceCustomizationUUID":"bd58ba12-e69b-40b7-8c5c-67036799ef79","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":"MDk1YTBkNzZlZTYzMDQ2N2Q4OGMyNWNiZmNmYzNkYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70ff08f3-47d3-46e2-bcec-d6eabdadc9e6","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":"1b495334-bcba-4220-bbe7-b7c05af8d1a4","artifactVersion":"2","generatedFromUUID":"4707e031-4f79-41b3-8767-5de956a2e293"},{"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":"4707e031-4f79-41b3-8767-5de956a2e293","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":"ZGFlZTM4YWZjZDhmNTc4OGQyZGEwYWU4YmViMGJmMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97fea2a1-9318-4f3e-a602-7fbd580a6644","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":"794b5936-0000-4d65-8ea3-47620b453d3e","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":"e2b21fe9-f8f2-4e57-bea5-2abeb6f2f988","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":"c1342c97-f74c-41d9-a1c7-c9dc92617125","artifactVersion":"2","generatedFromUUID":"794b5936-0000-4d65-8ea3-47620b453d3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmRiYzQxYWYzOTRiNDdjODFkMDNkZWIxZTBhN2Q1MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d773d9a5-8f93-46a8-b619-2ba73c208de0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjM4ODBlYjJlMWRjZWFmODMyZDQ2ZmE5MjZiY2IxNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a267a337-ad21-465c-b1e5-cca500ad81ee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T01:05:19.253Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:19.253Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:19.256Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:19.257Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:19.357Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:19.358Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:19.358Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:19.367Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:19.368Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:20.257Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:20.259Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:20.261Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:20.261Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T01:05:20.361Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:20.362Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:20.363Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:20.376Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:20.376Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-07-24T01:05:21.262Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:21.263Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:21.265Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:21.266Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T01:05:21.366Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:21.367Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:21.367Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:21.379Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:21.379Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:22.266Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:22.267Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:22.270Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:22.270Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:05:22.370Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:22.371Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:22.371Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:22.382Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:22.383Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:23.271Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:23.271Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:23.274Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:23.274Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:05:23.374Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:23.375Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:23.375Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:23.386Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:23.386Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:24.275Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:24.276Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:24.282Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:24.283Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:24.378Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-07-24T01:05:24.379Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:24.379Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:24.393Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:24.394Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:25.284Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:25.286Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:25.289Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:25.289Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T01:05:25.389Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T01:05:25.390Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:25.390Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:25.402Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:25.402Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:26.290Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:26.291Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:26.292Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:26.292Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:26.393Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:26.393Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:26.393Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:26.406Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:26.407Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:27.293Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T01:05:27.293Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:27.295Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:27.295Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:05:27.396Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:27.396Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:27.397Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:27.407Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:27.408Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:28.296Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "26f5d48f-2878-4d17-8cd4-9b37fcee4f3c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9ca5108f-5285-400e-8042-d843e7a3c92c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "bd58ba12-e69b-40b7-8c5c-67036799ef79",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb72c266-bf26-4ca9-a5ac-136a64698116",
      "resourceInvariantUUID": "d44b7d82-b2ef-4c72-ab57-82fa74d2b6bf",
      "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": "1b495334-bcba-4220-bbe7-b7c05af8d1a4",
          "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": "4707e031-4f79-41b3-8767-5de956a2e293",
          "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": "ZGFlZTM4YWZjZDhmNTc4OGQyZGEwYWU4YmViMGJmMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97fea2a1-9318-4f3e-a602-7fbd580a6644",
          "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": "794b5936-0000-4d65-8ea3-47620b453d3e",
          "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": "c1342c97-f74c-41d9-a1c7-c9dc92617125",
            "generatedFromUUID": "794b5936-0000-4d65-8ea3-47620b453d3e"
          },
          "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": "c1342c97-f74c-41d9-a1c7-c9dc92617125",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjM4ODBlYjJlMWRjZWFmODMyZDQ2ZmE5MjZiY2IxNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a267a337-ad21-465c-b1e5-cca500ad81ee"
    }
  ],
  "workloadContext": "Production"
}
2021-07-24T01:05:28.297Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T01:05:28.297Z|d5819257-7b65-4be2-ae80-142537af7bfe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 26f5d48f-2878-4d17-8cd4-9b37fcee4f3c ASDC
2021-07-24T01:05:28.297Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cfa88be1-7539-4c27-8b13-84e61e49cce0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:26f5d48f-2878-4d17-8cd4-9b37fcee4f3c
ServiceInvariantUUID:9ca5108f-5285-400e-8042-d843e7a3c92c
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:a267a337-ad21-465c-b1e5-cca500ad81ee
ArtifactChecksum:ZjM4ODBlYjJlMWRjZWFmODMyZDQ2ZmE5MjZiY2IxNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:bd58ba12-e69b-40b7-8c5c-67036799ef79
ResourceInvariantUUID:d44b7d82-b2ef-4c72-ab57-82fa74d2b6bf
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:cb72c266-bf26-4ca9-a5ac-136a64698116
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:1b495334-bcba-4220-bbe7-b7c05af8d1a4
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:4707e031-4f79-41b3-8767-5de956a2e293
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:97fea2a1-9318-4f3e-a602-7fbd580a6644
ArtifactChecksum:ZGFlZTM4YWZjZDhmNTc4OGQyZGEwYWU4YmViMGJmMjA=
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:794b5936-0000-4d65-8ea3-47620b453d3e
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:c1342c97-f74c-41d9-a1c7-c9dc92617125
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:c1342c97-f74c-41d9-a1c7-c9dc92617125
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-24T01:05:28.297Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26f5d48f-2878-4d17-8cd4-9b37fcee4f3c 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-07-24T01:05:28.319Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T01:05:28.320Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:05:28.320Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:05:28.320Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a267a337-ad21-465c-b1e5-cca500ad81ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T01:05:28.320Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:05:28.320Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T01:05:28.510Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:05:28.515Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a267a337-ad21-465c-b1e5-cca500ad81ee 71162
2021-07-24T01:05:28.516Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-24T01:05:28.516Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T01:05:28.516Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:05:28.516Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:28.518Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:28.519Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088728516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:28.619Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:28.619Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:28.620Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:28.631Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:28.631Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:29.519Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T01:05:29.520Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-24T01:05:29.521Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a267a337-ad21-465c-b1e5-cca500ad81ee, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:29.521Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-07-24T01:05:29.521Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:29.522Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:29.656Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17380426070125171270/Definitions/service-BasicCnf-template.yml
2021-07-24T01:05:30.588Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-24T01:05:30.589Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-24T01:05:30.590Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.590Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.590Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:30.590Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T01:05:30.590Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-07-24T01:05:30.591Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.592Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=287a5bdb-e4bf-497c-ae60-87aee0a35e98
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.593Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.594Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:30.594Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:30.594Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:26f5d48f-2878-4d17-8cd4-9b37fcee4f3c
Model Version:NULL
Model InvariantUuid:9ca5108f-5285-400e-8042-d843e7a3c92c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2fe03e06-6fda-4dd1-b99a-53865a3387ec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d44b7d82-b2ef-4c72-ab57-82fa74d2b6bf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd58ba12-e69b-40b7-8c5c-67036799ef79
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8a77c4b0-182f-4626-9c04-c1b0a2c466e7
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bac819a4-edfd-4e4a-b7d6-31842e6a6436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:287a5bdb-e4bf-497c-ae60-87aee0a35e98
ModelInvariantUuid:a7f90909-c372-4d85-9dae-7c62f589a508
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f3c8ed4b-7592-404d-aea1-364255c503c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4ee6b23c-011e-4231-9523-009ce51931dd
ModelInvariantUuid:14e91998-be8c-475d-9a3f-dde8ccb41d2c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4037c49f-9c19-4399-a3c0-0492d547374f
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-07-24T01:05:30.599Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cb72c266-bf26-4ca9-a5ac-136a64698116
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-07-24T01:05:30.601Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-07-24T01:05:30.601Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb72c266-bf26-4ca9-a5ac-136a64698116
2021-07-24T01:05:30.601Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b495334-bcba-4220-bbe7-b7c05af8d1a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-24T01:05:30.601Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:05:30.601Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-24T01:05:31.285Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:05:31.286Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1b495334-bcba-4220-bbe7-b7c05af8d1a4 12
2021-07-24T01:05:31.286Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-24T01:05:31.286Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-24T01:05:31.286Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:05:31.286Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:31.288Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:31.288Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088731286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:31.389Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:31.389Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:31.389Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:31.401Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:31.401Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:32.289Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4707e031-4f79-41b3-8767-5de956a2e293 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-24T01:05:32.290Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:05:32.290Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-24T01:05:33.267Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:05:33.268Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4707e031-4f79-41b3-8767-5de956a2e293 2688
2021-07-24T01:05:33.268Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-24T01:05:33.268Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-24T01:05:33.268Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:05:33.269Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:33.270Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:33.271Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088733268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:33.371Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:33.372Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:33.372Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:33.384Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:33.384Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:34.272Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97fea2a1-9318-4f3e-a602-7fbd580a6644 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T01:05:34.273Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:05:34.273Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T01:05:34.976Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:05:34.977Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 97fea2a1-9318-4f3e-a602-7fbd580a6644 828
2021-07-24T01:05:34.977Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-24T01:05:34.977Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T01:05:34.977Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:05:34.977Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:34.980Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:34.980Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088734977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:35.080Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:35.081Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:35.081Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:35.090Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:35.090Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T01:05:35.981Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8a77c4b0-182f-4626-9c04-c1b0a2c466e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bac819a4-edfd-4e4a-b7d6-31842e6a6436",
    "vfModuleModelCustomizationUUID": "beda1902-cb8e-42ba-a10f-daef5129fd21",
    "isBase": true,
    "artifacts": [
      "4707e031-4f79-41b3-8767-5de956a2e293",
      "794b5936-0000-4d65-8ea3-47620b453d3e",
      "c1342c97-f74c-41d9-a1c7-c9dc92617125"
    ],
    "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-07-24T01:05:35.987Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bac819a4-edfd-4e4a-b7d6-31842e6a6436
VfModuleModelInvariantUUID:8a77c4b0-182f-4626-9c04-c1b0a2c466e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
4707e031-4f79-41b3-8767-5de956a2e293
,
794b5936-0000-4d65-8ea3-47620b453d3e
,
c1342c97-f74c-41d9-a1c7-c9dc92617125

}
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-07-24T01:05:35.989Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8a77c4b0-182f-4626-9c04-c1b0a2c466e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bac819a4-edfd-4e4a-b7d6-31842e6a6436",
    "vfModuleModelCustomizationUUID": "beda1902-cb8e-42ba-a10f-daef5129fd21",
    "isBase": true,
    "artifacts": [
      "4707e031-4f79-41b3-8767-5de956a2e293",
      "794b5936-0000-4d65-8ea3-47620b453d3e",
      "c1342c97-f74c-41d9-a1c7-c9dc92617125"
    ],
    "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-07-24T01:05:35.989Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bac819a4-edfd-4e4a-b7d6-31842e6a6436
VfModuleModelInvariantUUID:8a77c4b0-182f-4626-9c04-c1b0a2c466e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
4707e031-4f79-41b3-8767-5de956a2e293
,
794b5936-0000-4d65-8ea3-47620b453d3e
,
c1342c97-f74c-41d9-a1c7-c9dc92617125

}
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-07-24T01:05:35.989Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 794b5936-0000-4d65-8ea3-47620b453d3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T01:05:35.989Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:05:35.989Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T01:05:36.776Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:05:36.777Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 794b5936-0000-4d65-8ea3-47620b453d3e 1164
2021-07-24T01:05:36.777Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-24T01:05:36.777Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T01:05:36.777Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:05:36.778Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:36.780Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:36.780Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088736777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:36.881Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T01:05:36.882Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:36.882Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:36.893Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:36.893Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:37.781Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1342c97-f74c-41d9-a1c7-c9dc92617125 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T01:05:37.782Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-24T01:05:37.782Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T01:05:38.378Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-24T01:05:38.379Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c1342c97-f74c-41d9-a1c7-c9dc92617125 200
2021-07-24T01:05:38.379Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-24T01:05:38.379Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T01:05:38.379Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T01:05:38.379Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:38.381Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:38.381Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088738379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:38.482Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T01:05:38.482Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:38.482Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:38.495Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:38.495Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:39.382Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 26f5d48f-2878-4d17-8cd4-9b37fcee4f3c
2021-07-24T01:05:39.383Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cb72c266-bf26-4ca9-a5ac-136a64698116 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=?
2021-07-24T01:05:39.396Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-07-24T01:05:39.404Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.404Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.404Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-07-24T01:05:39.404Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bd58ba12-e69b-40b7-8c5c-67036799ef79
2021-07-24T01:05:39.404Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd58ba12-e69b-40b7-8c5c-67036799ef79 matches Tosca VF Customization UUID: bd58ba12-e69b-40b7-8c5c-67036799ef79
2021-07-24T01:05:39.404Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bd58ba12-e69b-40b7-8c5c-67036799ef79  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-07-24T01:05:39.406Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.406Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.406Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bd58ba12-e69b-40b7-8c5c-67036799ef79: {\"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-07-24T01:05:39.406Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a4eeef
2021-07-24T01:05:39.406Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.407Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T01:05:39.407Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : beda1902-cb8e-42ba-a10f-daef5129fd21
2021-07-24T01:05:39.407Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID beda1902-cb8e-42ba-a10f-daef5129fd21
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-07-24T01:05:39.408Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.408Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-24T01:05:39.409Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=287a5bdb-e4bf-497c-ae60-87aee0a35e98
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-07-24T01:05:39.411Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.411Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:39.411Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T01:05:39.411Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.411Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-24T01:05:39.411Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bd58ba12-e69b-40b7-8c5c-67036799ef79
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-07-24T01:05:39.412Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 26f5d48f-2878-4d17-8cd4-9b37fcee4f3c: basic_cnf
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.413Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.414Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.414Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.414Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-24T01:05:39.414Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T01:05:39.414Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T01:05:39.474Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cb72c266-bf26-4ca9-a5ac-136a64698116 1 ASDC deployResourceStructure
2021-07-24T01:05:39.475Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-24T01:05:39.476Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-07-24T01:05:39.476Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-24T01:05:39.476Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:39.478Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:39.478Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088739475,
  "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-07-24T01:05:39.578Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:39.579Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:39.579Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:39.587Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:39.588Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:40.479Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-24T01:05:40.480Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-07-24T01:05:40.480Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-24T01:05:40.480Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:40.482Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:40.482Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088740479,
  "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-07-24T01:05:40.582Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:40.583Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:40.583Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:40.593Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:40.593Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:05:41.201Z||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-07-24T01:05:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:41.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088562009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088562078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088562085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088562179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088562475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088562698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "cds",
  "timestamp": 1627088563013,
  "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-07-24T01:05:41.243Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "dcae-sch",
  "timestamp": 1627088554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088563182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088564095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "policy-id",
  "timestamp": 1627088564184,
  "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-07-24T01:05:41.254Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.254Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088564685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627088565098,
  "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-07-24T01:05:41.264Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.265Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088565470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088566782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088567571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088568107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088568980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088569111,
  "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-07-24T01:05:41.276Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.276Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088560724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088570004,
  "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-07-24T01:05:41.286Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.286Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1627088570115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627088571006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088571366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088572810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088573285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088574815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088575100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "clamp",
  "timestamp": 1627088575817,
  "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-07-24T01:05:41.297Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.297Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088568245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088576977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088577983,
  "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-07-24T01:05:41.309Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.309Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088578640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:05:41.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1627088578987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088586574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:05:41.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "aai-ml",
  "timestamp": 1627088587576,
  "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-07-24T01:05:41.320Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfa88be1-7539-4c27-8b13-84e61e49cce0
2021-07-24T01:05:41.320Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:05:41.483Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-24T01:05:41.483Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-24T01:05:41.483Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:05:41.484Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:41.486Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:41.486Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088741483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:41.586Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:41.587Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:41.587Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:41.599Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:41.599Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:42.487Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-24T01:05:42.487Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-24T01:05:42.487Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:05:42.488Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:42.489Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:42.489Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088742487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:42.590Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-24T01:05:42.591Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:42.591Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:42.602Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:42.603Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:43.491Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-24T01:05:43.491Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-24T01:05:43.491Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:05:43.492Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:43.494Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:43.494Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088743491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:43.598Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-07-24T01:05:43.599Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:43.599Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:43.619Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:43.619Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:44.494Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-24T01:05:44.495Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-24T01:05:44.495Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T01:05:44.496Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:05:44.497Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:05:44.497Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088744494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:05:44.598Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:05:44.598Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:05:44.598Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:05:44.611Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:05:44.612Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T01:05:45.498Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfa88be1-7539-4c27-8b13-84e61e49cce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-24T01:05:45.507Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfa88be1-7539-4c27-8b13-84e61e49cce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-24T01:05:45.509Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T01:05:45.513Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T01:06:15.513Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfa88be1-7539-4c27-8b13-84e61e49cce0 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-07-24T01:06:15.518Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfa88be1-7539-4c27-8b13-84e61e49cce0 and serviceModelVersionId: 26f5d48f-2878-4d17-8cd4-9b37fcee4f3c
2021-07-24T01:06:15.518Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ca5108f-5285-400e-8042-d843e7a3c92c
2021-07-24T01:06:15.519Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0
2021-07-24T01:06:15.522Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T01:06:15.546Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0|INFO|500||Invoke
2021-07-24T01:06:15.547Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cfa88be1-7539-4c27-8b13-84e61e49cce0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d474049-ed00-4417-93d1-91638e2342bf], X-ECOMP-RequestID=[cfa88be1-7539-4c27-8b13-84e61e49cce0], X-TransactionId=[], X-ONAP-RequestID=[cfa88be1-7539-4c27-8b13-84e61e49cce0], Content-Type=[application/merge-patch+json]}
2021-07-24T01:06:15.562Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-24T01:06:15.708Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?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/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-01:06:15:570-17030], vertex-id=[221424], Content-Length=[0], Date=[Sat, 24 Jul 2021 01:06:15 GMT], Content-Type=[application/json]}
2021-07-24T01:06:15.708Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T01:06:15.709Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9ca5108f-5285-400e-8042-d843e7a3c92c/model-vers/model-ver/26f5d48f-2878-4d17-8cd4-9b37fcee4f3c?depth=0|INFO|500||InvokeReturn
2021-07-24T01:06:15.709Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T01:06:15.709Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T01:06:15.714Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T01:06:15.714Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfa88be1-7539-4c27-8b13-84e61e49cce0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T01:06:15.715Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T01:06:15.715Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-24T01:06:15.716Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T01:06:15.716Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088775715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:06:15.817Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T01:06:15.818Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T01:06:15.818Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:06:15.831Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:06:15.832Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T01:06:16.727Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:06:16.727Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:06:16.728Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:06:26.270Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:06:26.271Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:06:26.271Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:06:26.271Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:06:35.816Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:06:35.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:06:35.817Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T01:06:35.817Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:06:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:06:41.201Z||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-07-24T01:06:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:06:41.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:06:41.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5819257-7b65-4be2-ae80-142537af7bfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088713918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-24T01:06:41.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088714930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088728516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088731286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088733268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088734977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088736777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088738379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-24T01:06:41.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088739475,
  "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-07-24T01:06:41.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-24T01:06:41.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088740479,
  "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-07-24T01:06:41.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:06:45.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:06:45.368Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:06:45.369Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T01:06:45.369Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:06:54.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:06:54.905Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:06:54.905Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T01:06:54.905Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:07:04.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:07:04.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:07:04.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T01:07:04.448Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:07:13.989Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:07:41.199Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:07:41.200Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T01:07:41.201Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:07:41.201Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T01:07:41.201Z||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-07-24T01:07:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:07:41.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:07:41.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T01:07:41.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088741483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-24T01:07:41.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:07:50.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:08:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:08:41.200Z||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-07-24T01:08:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:08:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:08:41.201Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:08:41.201Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:08:41.728Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:08:41.728Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:08:41.729Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088742487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-24T01:08:41.729Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:08:41.729Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:08:41.729Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088743491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-24T01:08:41.729Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:08:41.729Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:08:41.730Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088744494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-24T01:08:41.730Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:08:41.730Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-24T01:08:41.730Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfa88be1-7539-4c27-8b13-84e61e49cce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627088775715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T01:08:41.730Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T01:08:50.756Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:09:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:09:41.200Z||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-07-24T01:09:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:09:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:09:41.201Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:09:41.201Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:09:50.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:09:50.755Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:10:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:10:41.200Z||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-07-24T01:10:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:10:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:10:41.201Z||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-07-24T01:10:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:10:50.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:10:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:11:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:11:41.199Z||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-07-24T01:11:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:11:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:11:41.201Z||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-07-24T01:11:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:11:50.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:11:50.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:12:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:12:41.200Z||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-07-24T01:12:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:12:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:12:41.201Z||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-07-24T01:12:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:12:50.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:12:50.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:13:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:13:41.200Z||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-07-24T01:13:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:13:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:13:41.201Z||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-07-24T01:13:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:13:50.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:13:50.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:14:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:14:41.200Z||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-07-24T01:14:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:14:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:14:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T01:14:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:14:50.749Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:14:50.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:15:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:15:41.200Z||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-07-24T01:15:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:15:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:15:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T01:15:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:15:50.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:15:50.773Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:16:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:16:41.199Z||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-07-24T01:16:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:16:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:16:41.201Z||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-07-24T01:16:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:16:50.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:16:50.756Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:17:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:17:41.200Z||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-07-24T01:17:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:17:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:17:41.201Z||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-07-24T01:17:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:17:50.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:17:50.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:18:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:18:41.200Z||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-07-24T01:18:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:18:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:18:41.201Z||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-07-24T01:18:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:18:50.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:18:50.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:19:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:19:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:19:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:19:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:19:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T01:19:41.202Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:19:50.749Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:19:50.749Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:20:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:20:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:20:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:20:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:20:41.201Z||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-07-24T01:20:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:20:50.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:20:50.748Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:21:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:21:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:21:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:21:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:21:41.201Z||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-07-24T01:21:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:21:50.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:21:50.748Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:22:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:22:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:22:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:22:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:22:41.201Z||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-07-24T01:22:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:22:50.750Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:22:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:23:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:23:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:23:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:23:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:23:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T01:23:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:23:50.748Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:23:50.758Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:24:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:24:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:24:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:24:41.201Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:24:41.201Z||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-07-24T01:24:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:24:50.747Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:24:50.751Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:25:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:25:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:25:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:25:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:25:41.201Z||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-07-24T01:25:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:25:50.746Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:25:50.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:26:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:26:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:26:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:26:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:26:41.201Z||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-07-24T01:26:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:26:50.759Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:26:50.760Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:27:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:27:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:27:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:27:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:27:41.201Z||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-07-24T01:27:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:27:50.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:27:50.748Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:28:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:28:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:28:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:28:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:28:41.201Z||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-07-24T01:28:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:28:50.748Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:28:50.748Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:29:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:29:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:29:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:29:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:29:41.201Z||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-07-24T01:29:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:29:50.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:29:50.747Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:30:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:30:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:30:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:30:41.200Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:30:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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-07-24T01:30:41.201Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:30:50.743Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:30:50.747Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:31:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:31:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:31:41.200Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:31:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:31:41.201Z||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-07-24T01:31:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:31:50.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:31:50.750Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:32:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:32:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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-07-24T01:32:41.199Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:32:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:32:41.201Z||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-07-24T01:32:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:32:50.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:32:50.746Z|cfa88be1-7539-4c27-8b13-84e61e49cce0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:33:41.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:33:41.200Z||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-07-24T01:33:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:33:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:33:41.200Z||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-07-24T01:33:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:33:50.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:33:50.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:34:41.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:34:41.199Z||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-07-24T01:34:41.199Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:34:41.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:34:41.201Z||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-07-24T01:34:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:34:50.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:34:50.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:35:41.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:35:41.200Z||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-07-24T01:35:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:35:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:35:41.201Z||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-07-24T01:35:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:35:50.748Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:35:50.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:36:41.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:36:41.200Z||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-07-24T01:36:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:36:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T01:36:41.201Z||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-07-24T01:36:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T01:36:50.746Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-24T01:36:50.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK