Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-08-19T01:56:27.600Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-8btwb with PID 14 (/app/app.jar started by so in /app)
2021-08-19T01:56:27.609Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-19T01:56:27.610Z||main|||||INFO|500||The following profiles are active: basic
2021-08-19T01:56:35.537Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-19T01:56:35.537Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-19T01:56:35.640Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-19T01:56:37.296Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-19T01:56:37.486Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-19T01:56:37.958Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-19T01:56:37.966Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-19T01:56:38.053Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-19T01:56:38.210Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-19T01:56:38.679Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-19T01:56:39.690Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-19T01:56:41.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-19T01:56:42.011Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-19T01:56:42.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-19T01:56:42.678Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-19T01:56:44.119Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-19T01:56:45.188Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-19T01:56:45.212Z||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$$c9512ee.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-19T01:56:45.213Z||main|||||WARN|500||The sdc end point is not alive
2021-08-19T01:56:47.727Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-19T01:56:50.260Z||main|||||WARN|500||---
2021-08-19T01:56:50.260Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-19T01:56:50.260Z||main|||||WARN|500||---
2021-08-19T01:56:50.583Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-19T01:56:54.185Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:56:54.186Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:56:54.188Z||main|||||INFO|500||Started Application in 28.697 seconds (JVM running for 30.052)
2021-08-19T01:56:54.196Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:56:54.221Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:56:54.308Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 950e196c-9677-4a14-ae7b-ca035d568dd7 url= /sdc/v1/artifactTypes
2021-08-19T01:56:54.309Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:56:55.435Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T01:56:55.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1571005c
2021-08-19T01:56:55.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:56:55.450Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:56:55.452Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:56:55.455Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T01:57:44.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:57:44.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:57:44.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:57:44.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:57:44.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 332d2193-e269-41ff-aa13-a2906b839ea7 url= /sdc/v1/artifactTypes
2021-08-19T01:57:44.191Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:57:45.227Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T01:57:45.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72bd0aa0
2021-08-19T01:57:45.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:57:45.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:57:45.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:57:45.228Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T01:58:34.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:58:34.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:58:34.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:58:34.186Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:58:34.196Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c63674a0-cf27-4287-a0e3-bc62ebf52250 url= /sdc/v1/artifactTypes
2021-08-19T01:58:34.196Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:58:35.211Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T01:58:35.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61f58420
2021-08-19T01:58:35.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:58:35.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:58:35.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:58:35.213Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T01:59:24.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T01:59:24.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T01:59:24.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T01:59:24.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T01:59:24.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2d762668-a2f9-43c1-92f8-4e817b274646 url= /sdc/v1/artifactTypes
2021-08-19T01:59:24.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T01:59:25.227Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T01:59:25.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3644b5b4
2021-08-19T01:59:25.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T01:59:25.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T01:59:25.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T01:59:25.229Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:00:14.181Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:00:14.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:00:14.182Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:00:14.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:00:14.194Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3290e478-f2f2-44da-b39b-bb0e9b1cf2cf url= /sdc/v1/artifactTypes
2021-08-19T02:00:14.194Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:00:15.243Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T02:00:15.244Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@176552df
2021-08-19T02:00:15.245Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:00:15.246Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:00:15.246Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:00:15.247Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:01:04.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:01:04.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:01:04.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:01:04.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:01:04.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55a1a2c3-7b44-4143-b767-4f17b70f2d50 url= /sdc/v1/artifactTypes
2021-08-19T02:01:04.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:01:05.227Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T02:01:05.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@420596
2021-08-19T02:01:05.227Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:01:05.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:01:05.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:01:05.228Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:01:54.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:01:54.181Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:01:54.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:01:54.183Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:01:54.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba9989b8-8c10-4350-abf3-96f0d6aeb98f url= /sdc/v1/artifactTypes
2021-08-19T02:01:54.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:01:55.215Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T02:01:55.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@576ff06a
2021-08-19T02:01:55.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:01:55.216Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:01:55.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:01:55.217Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:02:44.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:02:44.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:02:44.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:02:44.183Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:02:44.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8a8d413-0125-4cd6-ace5-e047871a9d0e url= /sdc/v1/artifactTypes
2021-08-19T02:02:44.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:02:45.227Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T02:02:45.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d63362f
2021-08-19T02:02:45.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:02:45.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:02:45.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:02:45.229Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:03:34.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:03:34.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:03:34.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:03:34.182Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:03:34.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06614dd3-b65c-4d96-bbc2-03964229ccde url= /sdc/v1/artifactTypes
2021-08-19T02:03:34.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:03:35.211Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T02:03:35.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e5893e
2021-08-19T02:03:35.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:03:35.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:03:35.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:03:35.212Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:04:24.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:04:24.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:04:24.180Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:04:24.182Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:04:24.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d733a761-8260-44d2-94fa-7fd4fff99a7a url= /sdc/v1/artifactTypes
2021-08-19T02:04:24.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:04:25.227Z||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.29.107] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-19T02:04:25.227Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79cc36c
2021-08-19T02:04:25.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T02:04:25.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T02:04:25.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T02:04:25.228Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-19T02:05:14.180Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T02:05:14.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T02:05:14.181Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T02:05:14.183Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T02:05:14.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f919ab1-59d6-4d8c-a4b9-7613c845eae0 url= /sdc/v1/artifactTypes
2021-08-19T02:05:14.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T02:05:14.376Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-19T02:05:14.383Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-19T02:05:14.405Z||scheduling-1|||||DEBUG|500||create keys
2021-08-19T02:05:14.413Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-19T02:05:14.440Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:05:14.459Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 959853d4-5a5c-4d5a-9f98-18c07f6f1f78 url= /sdc/v1/registerForDistribution
2021-08-19T02:05:14.589Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 959853d4-5a5c-4d5a-9f98-18c07f6f1f78 url= /sdc/v1/registerForDistribution
2021-08-19T02:05:14.589Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-19T02:05:14.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:05:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:05:14.601Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:05:14.601Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:05:14.601Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:05:14.601Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:05:14.602Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-19T02:05:24.831Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:05:24.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:06:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:06:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:06:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:06:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:06:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:06:24.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:06:24.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:06:40.736Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-19T02:07:14.595Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:07:14.596Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:07:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:07:14.598Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:07:14.599Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:07:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:07:24.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:07:24.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:08:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:08:14.596Z||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-08-19T02:08:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:08:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:08:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:08:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:08:24.148Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:08:24.151Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:09:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:09:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:09:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:09:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:09:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:09:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:09:24.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:09:24.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:10:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:10:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:10:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:10:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:10:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:10:24.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:10:24.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:11:14.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:11:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:11:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:11:14.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:11:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:11:24.150Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:11:24.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:12:14.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:12:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:12:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:12:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:12:14.600Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:12:14.601Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:12:24.145Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:12:24.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:13:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:13:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:13:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:13:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:13:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:13:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:13:24.149Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:13:24.149Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:14:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:14:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:14:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:14:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:14:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:14:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:14:24.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:14:24.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:15:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:15:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:15:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:15:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:15:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:15:24.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:15:24.144Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:16:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:16:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:16:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:16:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:16:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:16:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:16:24.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:16:24.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:17:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:17:14.596Z||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-08-19T02:17:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:17:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:17:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:17:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:17:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:17:24.143Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:18:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:18:14.596Z||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-08-19T02:18:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:18:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:18:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:18:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:18:24.144Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:18:24.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:19:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:19:14.596Z||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-08-19T02:19:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:19:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:19:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:19:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:19:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:19:24.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:20:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:20:14.596Z||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-08-19T02:20:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:20:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:20:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:20:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:20:24.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:20:24.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:21:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:21:14.596Z||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-08-19T02:21:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:21:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:21:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:21:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:21:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:21:24.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:22:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:22:14.596Z||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-08-19T02:22:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:22:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:22:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:22:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:22:24.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:22:24.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:23:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:23:14.596Z||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-08-19T02:23:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:23:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:23:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:23:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:23:24.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:23:24.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:24:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:24:14.597Z||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-08-19T02:24:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:24:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:24:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:24:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:24:24.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:24:24.144Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:25:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:25:14.597Z||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-08-19T02:25:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:25:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:25:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:25:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:25:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:25:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:26:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:26:14.596Z||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-08-19T02:26:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:26:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:26:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:26:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:26:24.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:26:24.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:27:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:27:14.596Z||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-08-19T02:27:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:27:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:27:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:27:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:27:24.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:27:24.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:28:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:28:14.596Z||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-08-19T02:28:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:28:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:28:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:28:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:28:24.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:28:24.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:29:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:29:14.596Z||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-08-19T02:29:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:29:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:29:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:29:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:29:24.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:29:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:30:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:30:14.596Z||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-08-19T02:30:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:30:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:30:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:30:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:30:24.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:30:24.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:31:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:31:14.596Z||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-08-19T02:31:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:31:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:31:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:31:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:31:24.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:31:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:32:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:32:14.596Z||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-08-19T02:32:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:32:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:32:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:32:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:32:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:32:24.143Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:33:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:33:14.596Z||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-08-19T02:33:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:33:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:33:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:33:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:33:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:33:24.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:34:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:34:14.596Z||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-08-19T02:34:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:34:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:34:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:34:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:34:24.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:34:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:35:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:35:14.596Z||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-08-19T02:35:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:35:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:35:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:35:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:35:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:35:24.145Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:36:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:36:14.596Z||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-08-19T02:36:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:36:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:36:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:36:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:36:24.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:36:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:37:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:37:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:37:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:37:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:37:14.597Z||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-08-19T02:37:14.600Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:37:24.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:37:24.144Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:38:14.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:38:14.597Z||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-08-19T02:38:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:38:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:38:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:38:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:38:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:38:24.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:39:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:39:14.596Z||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-08-19T02:39:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:39:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:39:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:39:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:39:24.141Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:39:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:40:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:40:14.596Z||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-08-19T02:40:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:40:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:40:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:40:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:40:24.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:40:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:41:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:41:14.596Z||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-08-19T02:41:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:41:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:41:14.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:41:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:41:24.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:41:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:42:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:42:14.596Z||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-08-19T02:42:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:42:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:42:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:42:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:42:24.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:42:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:43:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:43:14.596Z||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-08-19T02:43:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:43:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:43:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:43:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:43:24.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:43:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:44:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:44:14.596Z||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-08-19T02:44:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:44:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:44:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:44:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:44:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:44:24.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:45:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:45:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:45:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:45:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:45:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:45:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:45:24.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:45:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:46:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:46:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:46:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:46:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:46:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:46:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:46:24.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:46:24.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:47:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:47:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:47:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:47:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:47:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:47:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:47:24.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:47:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:48:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:48:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:48:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:48:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:48:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:48:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:48:24.155Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:48:24.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:49:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:49:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:49:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:49:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:49:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:49:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:49:24.150Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:49:24.150Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:50:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:50:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:50:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:50:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:50:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:50:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:50:24.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:50:24.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:51:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:51:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:51:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:51:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:51:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:51:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:51:24.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:51:24.143Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:52:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:52:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:52:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:52:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:52:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:52:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:52:24.164Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:52:24.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:53:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:53:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:53:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:53:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:53:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:53:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:53:24.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:53:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:54:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:54:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:54:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:54:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:54:14.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:54:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:54:24.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:54:24.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:55:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:55:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:55:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:55:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:55:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:55:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:55:24.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:55:24.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:56:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:56:14.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:56:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:56:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:56:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:56:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:56:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:56:24.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:57:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:57:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:57:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:57:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:57:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:57:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:57:24.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:57:24.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:58:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:58:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:58:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:58:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:58:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:58:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:58:24.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:58:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:59:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:59:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:59:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:59:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T02:59:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T02:59:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T02:59:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T02:59:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:00:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:00:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:00:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:00:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:00:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:00:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:00:24.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:00:24.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:01:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:01:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:01:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:01:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:01:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:01:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:01:24.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:01:24.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:02:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:02:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:02:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:02:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:02:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:02:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:02:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:02:24.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:03:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:03:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:03:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:03:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:03:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:03:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:03:24.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:03:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:04:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:04:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:04:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:04:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:04:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:04:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:04:24.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:04:24.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:05:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:05:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:05:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:05:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:05:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:05:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:05:24.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:05:24.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:06:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:06:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:06:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:06:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:06:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:06:24.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:06:24.144Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:07:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:07:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:07:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:07:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:07:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:07:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:07:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:07:24.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:08:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:08:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:08:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:08:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:08:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:08:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:08:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:08:24.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:09:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:09:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:09:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:09:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:09:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:09:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:09:24.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:09:24.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:10:14.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:10:14.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:10:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:10:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:10:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:10:24.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:10:24.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:11:14.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:11:14.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:11:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:11:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:11:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:11:24.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:11:24.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:12:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:12:14.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:12:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:12:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:12:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:12:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:12:24.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:12:24.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:13:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:13:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:13:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:13:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:13:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:13:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:13:24.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:13:24.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:14:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:14:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:14:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:14:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:14:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:14:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:14:24.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:14:24.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:15:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:15:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:15:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:15:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:15:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:15:24.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:15:24.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:16:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:16:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:16:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:16:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:16:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:16:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:16:24.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:16:24.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:17:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:17:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:17:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:17:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:17:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:17:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:17:24.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:17:24.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:18:14.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:18:14.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:18:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:18:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:18:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:18:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:18:24.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:18:24.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:19:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:19:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:19:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:19:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:19:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:19:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:19:24.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:19:24.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:20:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:20:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:20:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:20:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:20:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:20:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:20:24.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:20:24.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:21:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:21:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:21:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:21:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:21:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:21:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:21:24.133Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:21:24.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:22:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:22:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:22:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:22:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:22:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:22:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:22:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:22:24.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:23:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:23:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:23:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:23:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:23:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:23:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:23:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:23:24.139Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:24:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:24:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:24:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:24:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:24:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:24:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:24:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:24:24.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:25:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:25:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:25:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:25:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:25:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:25:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:25:24.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:25:24.139Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:26:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:26:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:26:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:26:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:26:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:26:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:26:24.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:26:24.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:27:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:27:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:27:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:27:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:27:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:27:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:27:24.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:27:24.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:28:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:28:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:28:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:28:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:28:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:28:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:28:24.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:28:24.139Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:29:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:29:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:29:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:29:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:29:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:29:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:29:24.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:29:24.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:30:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:30:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:30:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:30:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:30:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:30:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:30:24.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:30:24.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:31:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:31:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:31:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:31:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:31:14.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:31:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:31:24.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:31:24.149Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:32:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:32:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:32:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:32:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:32:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:32:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:32:24.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:32:24.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:33:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:33:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:33:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:33:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:33:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:33:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:33:24.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:33:24.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:34:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:34:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:34:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:34:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:34:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:34:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:34:24.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:34:24.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:35:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:35:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:35:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:35:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:35:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:35:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:35:24.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:35:24.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:36:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:36:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:36:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:36:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:36:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:36:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:36:24.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:36:24.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:37:14.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:37:14.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:37:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:37:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:37:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:37:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:37:24.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:37:24.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:38:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:38:14.596Z||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-08-19T03:38:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:38:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:38:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:38:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:38:24.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:38:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:39:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:39:14.596Z||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-08-19T03:39:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:39:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:39:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:39:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:39:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:39:24.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:40:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:40:14.596Z||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-08-19T03:40:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:40:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:40:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:40:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:40:24.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:40:24.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:41:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:41:14.596Z||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-08-19T03:41:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:41:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:41:14.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:41:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:41:24.139Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:41:24.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:42:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:42:14.596Z||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-08-19T03:42:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:42:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:42:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:42:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:42:24.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:42:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:43:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:43:14.596Z||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-08-19T03:43:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:43:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:43:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:43:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:43:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:43:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:44:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:44:14.596Z||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-08-19T03:44:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:44:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:44:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:44:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:44:24.134Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:44:24.136Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:45:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:45:14.596Z||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-08-19T03:45:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:45:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:45:14.597Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:45:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:45:24.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:45:24.148Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:46:14.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:46:14.597Z||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-08-19T03:46:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:46:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:46:14.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:46:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:46:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:46:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:47:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:47:14.596Z||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-08-19T03:47:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:47:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:47:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:47:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:47:24.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:47:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:48:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:48:14.596Z||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-08-19T03:48:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:48:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:48:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:48:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:48:24.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:48:24.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:49:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:49:14.597Z||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-08-19T03:49:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:49:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:49:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:49:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:49:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:49:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:50:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:50:14.596Z||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-08-19T03:50:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:50:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:50:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:50:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:50:24.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:50:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:51:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:51:14.596Z||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-08-19T03:51:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:51:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:51:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:51:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:51:24.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:51:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:52:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:52:14.596Z||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-08-19T03:52:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:52:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:52:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:52:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:52:24.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:52:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:53:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:53:14.596Z||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-08-19T03:53:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:53:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:53:14.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:53:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:53:24.139Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:53:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:54:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:54:14.596Z||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-08-19T03:54:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:54:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:54:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:54:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:54:24.157Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:54:24.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:55:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:55:14.596Z||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-08-19T03:55:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:55:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:55:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:55:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:55:24.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:55:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:56:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:56:14.596Z||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-08-19T03:56:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:56:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:56:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:56:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:56:24.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:56:24.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:57:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:57:14.596Z||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-08-19T03:57:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:57:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:57:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:57:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:57:24.145Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:57:24.148Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:58:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:58:14.596Z||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-08-19T03:58:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:58:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:58:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:58:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:58:24.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:58:24.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:59:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:59:14.596Z||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-08-19T03:59:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:59:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T03:59:14.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T03:59:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T03:59:24.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T03:59:24.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:00:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:00:14.596Z||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-08-19T04:00:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:00:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:00:14.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:00:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:00:24.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:00:24.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:01:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:01:14.596Z||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-08-19T04:01:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:01:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:01:14.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:01:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:01:24.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:01:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:02:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:02:14.596Z||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-08-19T04:02:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:02:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:02:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:02:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:02:24.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:02:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:03:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:03:14.596Z||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-08-19T04:03:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:03:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:03:14.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:03:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:03:24.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:03:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:04:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:04:14.596Z||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-08-19T04:04:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:04:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:04:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:04:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:04:24.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:04:24.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:05:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:05:14.596Z||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-08-19T04:05:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:05:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:05:14.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:05:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:05:24.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:05:24.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:06:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:06:14.596Z||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-08-19T04:06:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:06:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:06:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:06:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:06:24.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:07:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:07:14.596Z||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-08-19T04:07:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:07:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:07:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:07:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:07:24.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:07:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:08:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:08:14.596Z||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-08-19T04:08:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:08:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:08:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:08:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:08:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:08:24.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:09:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:09:14.596Z||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-08-19T04:09:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:09:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:09:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:09:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:09:24.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:09:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:10:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:10:14.596Z||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-08-19T04:10:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:10:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:10:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:10:24.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:10:24.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:11:14.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:11:14.596Z||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-08-19T04:11:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:11:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:11:14.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:11:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:11:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:12:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:12:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:12:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:12:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:12:14.599Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:12:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:12:24.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:12:24.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:13:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:13:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:13:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:13:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:13:14.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:13:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:13:24.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:13:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:14:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:14:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:14:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:14:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:14:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:14:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:14:24.148Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:14:24.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:15:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:15:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:15:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:15:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:15:14.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:15:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:15:24.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:16:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:16:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:16:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:16:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:16:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:16:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:16:24.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:16:24.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:17:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:17:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:17:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:17:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:17:14.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:17:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:17:24.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:17:24.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:18:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:18:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:18:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:18:14.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:18:14.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:18:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:18:24.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:18:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:19:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:19:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:19:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:19:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:19:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:19:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:19:24.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:19:24.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:20:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:20:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:20:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:20:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:20:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:20:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:20:24.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:20:24.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:21:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:21:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:21:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:21:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:21:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:21:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:21:24.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:21:24.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:22:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:22:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:22:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:22:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:22:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:22:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:22:24.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:22:24.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:23:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:23:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:23:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:23:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:23:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:23:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:23:24.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:23:24.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:24:14.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:24:14.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:24:14.596Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:24:14.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:24:14.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:24:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:24:24.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:24:24.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:25:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:25:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:25:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:25:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:25:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:25:14.599Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:25:24.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:25:24.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:26:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:26:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:26:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:26:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:26:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:26:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:26:24.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:26:24.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:27:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:27:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:27:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:27:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:27:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:27:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:27:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:27:24.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:28:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:28:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:28:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:28:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:28:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:28:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:28:24.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:28:24.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:14.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:29:14.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:29:14.596Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:29:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:29:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:14.727Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:14.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:14.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:29:14.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:14.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:29:15.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:15.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:29:15.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"97244ba2-b0d9-4473-b66c-ef65a0077757","serviceName":"vFW 2021-08-19 04-26-26","serviceVersion":"1.0","serviceUUID":"b88df62f-0e0b-485f-946b-4a54762dcebd","serviceDescription":"catalog service description","serviceInvariantUUID":"a36231f9-945f-4d12-9e33-ec579d6786a2","resources":[{"resourceInstanceName":"vFW 7c3f8dd0-025c 0","resourceName":"vFW 7c3f8dd0-025c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"429d4ca0-2896-4c27-82ff-622b252e1ea9","resourceInvariantUUID":"1afd2876-c040-405e-8235-af91498a392c","resourceCustomizationUUID":"bab322bb-3e6f-468b-876a-49a62ac26e0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml","artifactChecksum":"OTVlNWYwZDA2YmJmMDM3NjcyMzYyZTY0ZGNkODRjMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b96c228-5c3d-4bf2-8931-2e72c6b13538","artifactVersion":"1"},{"artifactName":"vfw7c3f8dd0025c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json","artifactChecksum":"Mjg2MTQwNDgyODdlMzUwZGZiYWRhNGI2NmUyOWQ4NWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7f95a2f-7087-4fe8-8df2-99e4fa321772","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"74d46eb6-792a-4491-8464-5cd72425143e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml","artifactChecksum":"NzNiNmRhZjI2ZDhiMGY4YTM1ZDRjOGMxM2JmYmI5NmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ac14f09-bb25-4431-85c9-c2bd8e6f31c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72a18d39-ae5a-4444-bc99-75fb0dff4ace","artifactVersion":"2","generatedFromUUID":"74d46eb6-792a-4491-8464-5cd72425143e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819042626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml","artifactChecksum":"YWFkMGJhNWNmODM1Mjg5ZGFkYzViYzkzNTViMGJmZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7eb3afb4-9474-4cf1-aa54-da26128b26c8","artifactVersion":"1"},{"artifactName":"service-Vfw20210819042626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar","artifactChecksum":"MGFmZTBjMWFkOTEyOTcyOWE0YzlkNTNkNDZjZWI2NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53db1285-f1a1-4ecd-8b3c-b3e432b3e971","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:29:15.235Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:15.239Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:15.248Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:15.248Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:15.348Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-19T04:29:15.351Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:15.351Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:15.360Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:15.361Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:16.252Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:16.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:16.255Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:16.255Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:29:16.355Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:16.356Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:16.356Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:16.366Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:16.367Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:17.255Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:17.256Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:17.258Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:17.258Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:29:17.358Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:17.359Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:17.359Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:17.368Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:17.369Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:18.259Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:18.259Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:18.261Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:18.261Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:18.361Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:18.362Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:18.362Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:18.370Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:18.370Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:19.262Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:19.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:19.265Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:19.265Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-19T04:29:19.365Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:19.366Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:19.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:19.375Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:19.376Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:20.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:20.266Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:20.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:20.268Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:29:20.368Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:20.369Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:20.369Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:20.379Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:20.379Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:21.268Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:29:21.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:21.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:21.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:29:21.371Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:21.372Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:21.372Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:21.381Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:21.381Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:22.273Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "serviceName": "vFW 2021-08-19 04-26-26",
  "serviceVersion": "1.0",
  "serviceUUID": "b88df62f-0e0b-485f-946b-4a54762dcebd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a36231f9-945f-4d12-9e33-ec579d6786a2",
  "resources": [
    {
      "resourceInstanceName": "vFW 7c3f8dd0-025c 0",
      "resourceCustomizationUUID": "bab322bb-3e6f-468b-876a-49a62ac26e0d",
      "resourceName": "vFW 7c3f8dd0-025c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "429d4ca0-2896-4c27-82ff-622b252e1ea9",
      "resourceInvariantUUID": "1afd2876-c040-405e-8235-af91498a392c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7c3f8dd0025c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
          "artifactChecksum": "Mjg2MTQwNDgyODdlMzUwZGZiYWRhNGI2NmUyOWQ4NWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7f95a2f-7087-4fe8-8df2-99e4fa321772",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "74d46eb6-792a-4491-8464-5cd72425143e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72a18d39-ae5a-4444-bc99-75fb0dff4ace",
            "generatedFromUUID": "74d46eb6-792a-4491-8464-5cd72425143e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72a18d39-ae5a-4444-bc99-75fb0dff4ace",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210819042626-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
      "artifactChecksum": "MGFmZTBjMWFkOTEyOTcyOWE0YzlkNTNkNDZjZWI2NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53db1285-f1a1-4ecd-8b3c-b3e432b3e971"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:29:22.274Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:29:22.275Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b88df62f-0e0b-485f-946b-4a54762dcebd ASDC
2021-08-19T04:29:22.392Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:97244ba2-b0d9-4473-b66c-ef65a0077757
ServiceName:vFW 2021-08-19 04-26-26
ServiceVersion:1.0
ServiceUUID:b88df62f-0e0b-485f-946b-4a54762dcebd
ServiceInvariantUUID:a36231f9-945f-4d12-9e33-ec579d6786a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210819042626-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
ArtifactUUID:53db1285-f1a1-4ecd-8b3c-b3e432b3e971
ArtifactChecksum:MGFmZTBjMWFkOTEyOTcyOWE0YzlkNTNkNDZjZWI2NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7c3f8dd0-025c 0
ResourceCustomizationUUID:bab322bb-3e6f-468b-876a-49a62ac26e0d
ResourceInvariantUUID:1afd2876-c040-405e-8235-af91498a392c
ResourceName:vFW 7c3f8dd0-025c
ResourceType:VF
ResourceUUID:429d4ca0-2896-4c27-82ff-622b252e1ea9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7c3f8dd0025c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
ArtifactUUID:c7f95a2f-7087-4fe8-8df2-99e4fa321772
ArtifactChecksum:Mjg2MTQwNDgyODdlMzUwZGZiYWRhNGI2NmUyOWQ4NWU=
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/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
ArtifactUUID:74d46eb6-792a-4491-8464-5cd72425143e
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/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
ArtifactUUID:72a18d39-ae5a-4444-bc99-75fb0dff4ace
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/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
ArtifactUUID:72a18d39-ae5a-4444-bc99-75fb0dff4ace
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-19T04:29:22.393Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b88df62f-0e0b-485f-946b-4a54762dcebd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:29:22.600Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:29:22.601Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:29:22.602Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:29:22.602Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 53db1285-f1a1-4ecd-8b3c-b3e432b3e971 from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:22.602Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:22.603Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:24.287Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:24.304Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar 53db1285-f1a1-4ecd-8b3c-b3e432b3e971 98744
2021-08-19T04:29:24.304Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar ASDC sendASDCNotification
2021-08-19T04:29:24.305Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:24.305Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:24.306Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:24.308Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:24.308Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347364304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:29:24.408Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:24.409Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:24.409Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:24.419Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:24.419Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:25.308Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:29:25.309Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:29:25.309Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 53db1285-f1a1-4ecd-8b3c-b3e432b3e971, URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar to file: /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.310Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.428Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.429Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:25.869Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8508872796428367344/Definitions/service-Vfw20210819042626-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-08-19T04:29:28.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:29:28.796Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.797Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.798Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c3f8dd0-025c 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-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.799Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.799Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:28.799Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:29:28.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.806Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.808Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.808Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:29:28.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:29:28.811Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.811Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.811Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:29:28.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:29:28.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.813Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:28.817Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.818Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:29:28.818Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.818Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.819Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.820Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.821Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb79941c-f256-405d-95bf-c3e4daf3d53f
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.822Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=af3555d7-5eb8-4444-87f7-6245127066b5
2021-08-19T04:29:28.823Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:28.824Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97a3cbec-4531-4adc-8bb3-6dd8e09d0b85
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.825Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:28.826Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-19 04-26-26
Description:catalog service description
Model UUID:b88df62f-0e0b-485f-946b-4a54762dcebd
Model Version:NULL
Model InvariantUuid:a36231f9-945f-4d12-9e33-ec579d6786a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7c3f8dd0-025c
Model UUID:90f62b3b-c836-4eb0-8a13-7905053ac6c3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1afd2876-c040-405e-8235-af91498a392c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bab322bb-3e6f-468b-876a-49a62ac26e0d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b89bb9fa-c6bf-4063-8d48-a92c065da712
ModelName:Vfw7c3f8dd0025c..base_vfw..module-0
ModelUuid:d45a3082-8532-4232-b788-78db37909981
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb79941c-f256-405d-95bf-c3e4daf3d53f
ModelInvariantUuid:24967382-e8f4-49ca-9fff-446b5ea766d0
ModelName:vFW 7c3f8dd0-025c-nodes.vfwCvfc
ModelUuid:11605e71-3c74-4965-ab8f-4497c8daaf60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:40e84f52-d3dc-452a-a3cd-f91069ebe0eb
ModelInvariantUuid:bacd858e-b6be-4248-ac51-e2e9ac34d0bc
ModelName:Vfw7c3f8dd0025c.compute.nodes.heat.vfw
ModelUuid:c8536e2a-ec78-450a-bc5c-991b0e881907
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:af3555d7-5eb8-4444-87f7-6245127066b5
ModelInvariantUuid:8bbfb0bf-e078-40bb-a747-1ccc1f6a495e
ModelName:vFW 7c3f8dd0-025c-nodes.vsnCvfc
ModelUuid:d264e296-e198-48d9-a570-9e8ba0d05725
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f4bcef28-28c6-46e5-9cf6-2bcf4dc951bd
ModelInvariantUuid:2ca0463a-fb73-4b48-a4ed-62b8fdb08a56
ModelName:Vfw7c3f8dd0025c.compute.nodes.heat.vsn
ModelUuid:6ae314f6-31ec-435a-9f75-828c51a6ea31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:97a3cbec-4531-4adc-8bb3-6dd8e09d0b85
ModelInvariantUuid:dd2ed053-d5a8-4baa-ab0a-f8d2b2ca23ca
ModelName:vFW 7c3f8dd0-025c-nodes.vpgCvfc
ModelUuid:f8b136fd-8f64-43ec-b0a7-8c6cd0775bbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:873c17be-7104-4e63-893e-ad9aeec85908
ModelInvariantUuid:9b46149d-fe52-49e3-88ee-84234d217c1b
ModelName:Vfw7c3f8dd0025c.compute.nodes.heat.vpg
ModelUuid:4df7a133-07f1-4cd3-ba86-19f5e2dfe326
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:29:28.852Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 429d4ca0-2896-4c27-82ff-622b252e1ea9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:29:28.988Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||vFW 7c3f8dd0-025c 0
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 429d4ca0-2896-4c27-82ff-622b252e1ea9
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c7f95a2f-7087-4fe8-8df2-99e4fa321772 from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:28.995Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:29.229Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json c7f95a2f-7087-4fe8-8df2-99e4fa321772 785
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json ASDC sendASDCNotification
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:29.230Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:29.231Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:29.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:29.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347369230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:29:29.333Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:29.334Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:29.334Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:29.344Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:29.344Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:29:30.235Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7c3f8dd0025c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b89bb9fa-c6bf-4063-8d48-a92c065da712",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d45a3082-8532-4232-b788-78db37909981",
    "vfModuleModelCustomizationUUID": "2fc05c28-e201-41e0-9764-ce7911c1b18a",
    "isBase": true,
    "artifacts": [
      "74d46eb6-792a-4491-8464-5cd72425143e",
      "72a18d39-ae5a-4444-bc99-75fb0dff4ace"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:29:30.262Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c3f8dd0025c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d45a3082-8532-4232-b788-78db37909981
VfModuleModelInvariantUUID:b89bb9fa-c6bf-4063-8d48-a92c065da712
VfModuleModelDescription:NULL
Artifacts UUID List:{
74d46eb6-792a-4491-8464-5cd72425143e
,
72a18d39-ae5a-4444-bc99-75fb0dff4ace

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

isBase:true


}

2021-08-19T04:29:30.265Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7c3f8dd0025c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b89bb9fa-c6bf-4063-8d48-a92c065da712",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d45a3082-8532-4232-b788-78db37909981",
    "vfModuleModelCustomizationUUID": "2fc05c28-e201-41e0-9764-ce7911c1b18a",
    "isBase": true,
    "artifacts": [
      "74d46eb6-792a-4491-8464-5cd72425143e",
      "72a18d39-ae5a-4444-bc99-75fb0dff4ace"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c3f8dd0025c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d45a3082-8532-4232-b788-78db37909981
VfModuleModelInvariantUUID:b89bb9fa-c6bf-4063-8d48-a92c065da712
VfModuleModelDescription:NULL
Artifacts UUID List:{
74d46eb6-792a-4491-8464-5cd72425143e
,
72a18d39-ae5a-4444-bc99-75fb0dff4ace

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

isBase:true


}

2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74d46eb6-792a-4491-8464-5cd72425143e from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:30.266Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:30.518Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml 74d46eb6-792a-4491-8464-5cd72425143e 20368
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:30.519Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:30.521Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:30.521Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347370519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:29:30.621Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:30.622Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:30.622Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:30.632Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:30.633Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:31.522Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72a18d39-ae5a-4444-bc99-75fb0dff4ace from URL: /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:31.522Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:29:31.522Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:31.728Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:29:31.728Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env 72a18d39-ae5a-4444-bc99-75fb0dff4ace 2098
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:29:31.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:31.732Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:31.732Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347371729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:29:31.832Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:29:31.832Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:31.832Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:31.842Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:31.842Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:32.733Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b88df62f-0e0b-485f-946b-4a54762dcebd
2021-08-19T04:29:32.733Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c3f8dd0-025c 0 429d4ca0-2896-4c27-82ff-622b252e1ea9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bab322bb-3e6f-468b-876a-49a62ac26e0d
2021-08-19T04:29:32.775Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bab322bb-3e6f-468b-876a-49a62ac26e0d matches Tosca VF Customization UUID: bab322bb-3e6f-468b-876a-49a62ac26e0d
2021-08-19T04:29:32.776Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bab322bb-3e6f-468b-876a-49a62ac26e0d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T04:29:32.781Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.782Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bab322bb-3e6f-468b-876a-49a62ac26e0d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3a00cb
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.783Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:29:32.784Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fc05c28-e201-41e0-9764-ce7911c1b18a
2021-08-19T04:29:32.784Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fc05c28-e201-41e0-9764-ce7911c1b18a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T04:29:32.789Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.790Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.790Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.790Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:32.791Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.792Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb79941c-f256-405d-95bf-c3e4daf3d53f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:29:32.801Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:32.802Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:32.803Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.804Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=af3555d7-5eb8-4444-87f7-6245127066b5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:29:32.806Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.807Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.807Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.809Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T04:29:32.810Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97a3cbec-4531-4adc-8bb3-6dd8e09d0b85
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:29:32.812Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.813Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Node template vFW 7c3f8dd0-025c 0 is matching search criteria
2021-08-19T04:29:32.813Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7c3f8dd0-025c 0] matching following query criteria: sdcType=VF, customizationUUID=bab322bb-3e6f-468b-876a-49a62ac26e0d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:29:32.814Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.814Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b88df62f-0e0b-485f-946b-4a54762dcebd: vFW 7c3f8dd0-025c
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.815Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-19 04-26-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:29:32.816Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-08-19 04-26-26 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c3f8dd0-025c 429d4ca0-2896-4c27-82ff-622b252e1ea9 1 ASDC deployResourceStructure
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json ASDC sendASDCNotification
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json
2021-08-19T04:29:33.094Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:33.095Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:33.096Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:33.096Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347373094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:29:33.197Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:29:33.197Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:33.197Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:33.206Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:33.207Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:34.097Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T04:29:34.098Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml
2021-08-19T04:29:34.098Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:34.098Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:34.099Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:34.100Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347374097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:29:34.200Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:34.202Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:34.202Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:34.211Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:34.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:35.100Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T04:29:35.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env
2021-08-19T04:29:35.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:35.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:35.104Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:35.104Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347375100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:29:35.204Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:35.205Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:35.205Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:35.215Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:35.216Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:36.105Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar ASDC sendASDCNotification
2021-08-19T04:29:36.105Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar
2021-08-19T04:29:36.105Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:29:36.106Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:29:36.107Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:29:36.107Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347376105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:29:36.208Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:29:36.208Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:29:36.209Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:29:36.217Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:29:36.217Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:29:37.108Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:29:37.134Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:29:37.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:29:37.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:29:37.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:30:07.137Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:30:07.150Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:30:07.154Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:30:07.154Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:30:07.154Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:30:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:30:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:30:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:30:14.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:30:14.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:30:14.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:30:14.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:30:37.155Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:30:37.166Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:30:37.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:30:37.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:30:37.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:31:07.168Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:31:07.182Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:31:07.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:31:07.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:31:07.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:31:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:31:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:31:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:31:14.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:31:14.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:31:14.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:31:37.185Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:31:37.199Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:31:37.204Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:31:37.205Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:31:37.205Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:32:07.205Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:32:07.216Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:32:07.218Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:32:07.218Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:32:07.218Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:32:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:32:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:32:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:32:14.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:32:14.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347351101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347351504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347348236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347350341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347345278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347348899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347361197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347361210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347361214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347354595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347361400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "cds",
  "timestamp": 1629347362226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.661Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.661Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347362406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "policy-id",
  "timestamp": 1629347363409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.678Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.679Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:32:14.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "dcae-sch",
  "timestamp": 1629347357294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347364096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347364304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347357933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:32:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347366181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347366428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347367314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.699Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.699Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347368318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347369230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347370519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347371693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347371729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347372242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347372698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.714Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347372983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347373094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/vfw7c3f8dd0025c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "aai-ml",
  "timestamp": 1629347373988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347374097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347374259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347375100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/resourceInstances/vfw7c3f8dd0025c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "clamp",
  "timestamp": 1629347375264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:14.744Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97244ba2-b0d9-4473-b66c-ef65a0077757
2021-08-19T04:32:14.744Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97244ba2-b0d9-4473-b66c-ef65a0077757 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:32:14.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:32:14.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347376105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210819042626/1.0/artifacts/service-Vfw20210819042626-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:32:14.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:32:37.219Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:32:37.229Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:32:37.233Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:32:37.234Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:32:37.235Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:32:37.235Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:32:37.241Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:33:07.242Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97244ba2-b0d9-4473-b66c-ef65a0077757 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:33:07.254Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97244ba2-b0d9-4473-b66c-ef65a0077757 and serviceModelVersionId: b88df62f-0e0b-485f-946b-4a54762dcebd
2021-08-19T04:33:07.254Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a36231f9-945f-4d12-9e33-ec579d6786a2
2021-08-19T04:33:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:33:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:33:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:15.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:15.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347417933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629347417293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347423899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347431648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347431740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629347425278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "cds",
  "timestamp": 1629347432746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:15.163Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:15.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347434123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:15.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629347435126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:15.189Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.190Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:15.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347430341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347431504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347439085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347440695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347441487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347441699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "policy-id",
  "timestamp": 1629347442703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:15.215Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.215Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:15.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347444086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347438236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347445107,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:15.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.233Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T04:33:15.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347446094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629347446109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347441101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347452107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "aai-ml",
  "timestamp": 1629347453111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:15.248Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.248Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347462247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347464255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:33:15.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "clamp",
  "timestamp": 1629347465258,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:15.291Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d82d083-5558-4639-8247-f24ce352d7f8
2021-08-19T04:33:15.291Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d82d083-5558-4639-8247-f24ce352d7f8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:19.295Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0
2021-08-19T04:33:19.421Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:33:20.101Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-19T04:33:20.107Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0|INFO|500||Invoke
2021-08-19T04:33:20.241Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:33:20.690Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0|INFO|500||InvokeReturn
2021-08-19T04:33:20.691Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a36231f9-945f-4d12-9e33-ec579d6786a2/model-vers/model-ver/b88df62f-0e0b-485f-946b-4a54762dcebd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-04:33:20:248-20203], vertex-id=[159920], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:33:20 GMT], Content-Type=[application/json]}
2021-08-19T04:33:20.691Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:33:20.695Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:33:20.695Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:33:20.702Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:33:20.710Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97244ba2-b0d9-4473-b66c-ef65a0077757 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:33:20.712Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:33:20.712Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:20.714Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:20.714Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347600711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:33:20.814Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:20.815Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:20.815Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:20.824Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:20.825Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:33:21.728Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:33:21.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:33:21.729Z|97244ba2-b0d9-4473-b66c-ef65a0077757|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:26.031Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:26.032Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:33:26.032Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d82d083-5558-4639-8247-f24ce352d7f8","serviceName":"basic_onboard_Tkovfu","serviceVersion":"1.0","serviceUUID":"375acd65-a9eb-44b2-9d8f-934612092763","serviceDescription":"service","serviceInvariantUUID":"7d58d498-2e04-4be9-aedb-9ba38da7ca74","resources":[{"resourceInstanceName":"basic_onboard_Tkovfu 0","resourceName":"basic_onboard_Tkovfu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03f6f878-bf86-4080-a942-0ab2f41101a2","resourceInvariantUUID":"d532e3ce-7a96-4565-a1bf-db5a65fb5989","resourceCustomizationUUID":"e204f3d9-5d43-417b-8da8-46cea985cefa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml","artifactChecksum":"MjEwZWMwNzZiZDYzZTUwZmUwZWRlNTQ4MWJiZjczMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63de270c-fe79-4112-b8b3-9c9f9a4e6f06","artifactVersion":"1"},{"artifactName":"basic_onboard_tkovfu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json","artifactChecksum":"OTg2YTlkZTM1MzUxY2NjOWI5MzgzNjMxYTIxZWIxNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5acaa8c8-dd78-428d-9a75-0892651232d0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e773a57c-969c-4cd8-a5f0-dbc05e62ff28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90768379-e5d1-434a-b98d-b76a4b4f7258","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb4cba30-7f31-4d0a-a143-395ca00feed6","artifactVersion":"2","generatedFromUUID":"e773a57c-969c-4cd8-a5f0-dbc05e62ff28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTkovfu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml","artifactChecksum":"OTFmYTRkZjEzYzAxM2Y3MTA0MTU5NTRkODZlMmQ5OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf869d70-e160-4de2-ab4f-aff5ea4b5a0b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTkovfu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar","artifactChecksum":"YmMwYWY2NGM1OWUyZjg1NjEwMDdiZGI0ODNmMDY1YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40d183e9-82ce-4203-a1ac-97caf67cce86","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:33:26.034Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:26.035Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:26.036Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:26.037Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:26.137Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:26.137Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:26.137Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:26.146Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:26.146Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:27.037Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:27.038Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:27.040Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:27.040Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:33:27.140Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:27.140Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:27.141Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:27.150Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:27.151Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:28.040Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:28.041Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:28.042Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:28.043Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:33:28.143Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:28.144Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:28.144Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:28.153Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:28.153Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:29.043Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:29.044Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:29.046Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:29.046Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:29.146Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:29.147Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:29.147Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:29.155Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:29.156Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:30.047Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:30.047Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:30.049Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:30.049Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-19T04:33:30.150Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:30.150Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:30.150Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:30.160Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:30.160Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:31.050Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:31.051Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:31.053Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:31.053Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:33:31.153Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:31.154Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:31.154Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:31.165Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:31.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:32.054Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:33:32.054Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:32.056Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:32.056Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:33:32.156Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:32.157Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:32.157Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:32.166Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:32.166Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:33.058Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "serviceName": "basic_onboard_Tkovfu",
  "serviceVersion": "1.0",
  "serviceUUID": "375acd65-a9eb-44b2-9d8f-934612092763",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7d58d498-2e04-4be9-aedb-9ba38da7ca74",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Tkovfu 0",
      "resourceCustomizationUUID": "e204f3d9-5d43-417b-8da8-46cea985cefa",
      "resourceName": "basic_onboard_Tkovfu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "03f6f878-bf86-4080-a942-0ab2f41101a2",
      "resourceInvariantUUID": "d532e3ce-7a96-4565-a1bf-db5a65fb5989",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tkovfu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
          "artifactChecksum": "OTg2YTlkZTM1MzUxY2NjOWI5MzgzNjMxYTIxZWIxNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5acaa8c8-dd78-428d-9a75-0892651232d0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e773a57c-969c-4cd8-a5f0-dbc05e62ff28",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bb4cba30-7f31-4d0a-a143-395ca00feed6",
            "generatedFromUUID": "e773a57c-969c-4cd8-a5f0-dbc05e62ff28"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bb4cba30-7f31-4d0a-a143-395ca00feed6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTkovfu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
      "artifactChecksum": "YmMwYWY2NGM1OWUyZjg1NjEwMDdiZGI0ODNmMDY1YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40d183e9-82ce-4203-a1ac-97caf67cce86"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:33:33.058Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:33:33.058Z|97244ba2-b0d9-4473-b66c-ef65a0077757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 375acd65-a9eb-44b2-9d8f-934612092763 ASDC
2021-08-19T04:33:33.059Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2d82d083-5558-4639-8247-f24ce352d7f8
ServiceName:basic_onboard_Tkovfu
ServiceVersion:1.0
ServiceUUID:375acd65-a9eb-44b2-9d8f-934612092763
ServiceInvariantUUID:7d58d498-2e04-4be9-aedb-9ba38da7ca74
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTkovfu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
ArtifactUUID:40d183e9-82ce-4203-a1ac-97caf67cce86
ArtifactChecksum:YmMwYWY2NGM1OWUyZjg1NjEwMDdiZGI0ODNmMDY1YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Tkovfu 0
ResourceCustomizationUUID:e204f3d9-5d43-417b-8da8-46cea985cefa
ResourceInvariantUUID:d532e3ce-7a96-4565-a1bf-db5a65fb5989
ResourceName:basic_onboard_Tkovfu
ResourceType:VF
ResourceUUID:03f6f878-bf86-4080-a942-0ab2f41101a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tkovfu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
ArtifactUUID:5acaa8c8-dd78-428d-9a75-0892651232d0
ArtifactChecksum:OTg2YTlkZTM1MzUxY2NjOWI5MzgzNjMxYTIxZWIxNWY=
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/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e773a57c-969c-4cd8-a5f0-dbc05e62ff28
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/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4cba30-7f31-4d0a-a143-395ca00feed6
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/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4cba30-7f31-4d0a-a143-395ca00feed6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-19T04:33:33.059Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 375acd65-a9eb-44b2-9d8f-934612092763 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:33:33.094Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40d183e9-82ce-4203-a1ac-97caf67cce86 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:33.095Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:33.096Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:33.378Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:33.381Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar 40d183e9-82ce-4203-a1ac-97caf67cce86 71357
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar ASDC sendASDCNotification
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:33.382Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:33.385Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:33.385Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347613382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:33.485Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:33.486Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:33.486Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:33.496Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:33.497Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:34.385Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:33:34.387Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:33:34.387Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 40d183e9-82ce-4203-a1ac-97caf67cce86, URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar to file: /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.387Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:34.684Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12154533701122281836/Definitions/service-BasicOnboardTkovfu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.192Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Tkovfu 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-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||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-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:36.193Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:33:36.194Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:33:36.195Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is not matching search criteria
2021-08-19T04:33:36.196Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.197Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.198Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:36.199Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is not matching search criteria
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f248073-d1e9-41bb-a650-cc0c655acad2
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.200Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:36.201Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:36.202Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Tkovfu
Description:service
Model UUID:375acd65-a9eb-44b2-9d8f-934612092763
Model Version:NULL
Model InvariantUuid:7d58d498-2e04-4be9-aedb-9ba38da7ca74
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Tkovfu
Model UUID:c74ed4bd-a644-4d3d-b7d3-0c604da6685a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d532e3ce-7a96-4565-a1bf-db5a65fb5989
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e204f3d9-5d43-417b-8da8-46cea985cefa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:185e1f28-8e16-4c5a-ae9d-de2a380f7457
ModelName:BasicOnboardTkovfu..base_ubuntu18..module-0
ModelUuid:79c21e0e-65c2-4307-9353-2377dcd0b459
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2f248073-d1e9-41bb-a650-cc0c655acad2
ModelInvariantUuid:be956d69-be69-4e07-a83e-4ee9aa383aef
ModelName:basic_onboard_Tkovfu-nodes.ubuntu18Cvfc
ModelUuid:80e9d50c-4639-4a91-b006-85cb0f7b4761
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:58ddbd97-5177-48de-8257-4bf8e8dbaf9e
ModelInvariantUuid:5980f437-a280-4db8-8c7e-e3e96c9f2a7d
ModelName:BasicOnboardTkovfu.compute.nodes.heat.ubuntu18
ModelUuid:3798e66e-0f5d-405a-9ebd-5e011fa0eae7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:33:36.208Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 03f6f878-bf86-4080-a942-0ab2f41101a2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||basic_onboard_Tkovfu 0
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03f6f878-bf86-4080-a942-0ab2f41101a2
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5acaa8c8-dd78-428d-9a75-0892651232d0 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:36.211Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:37.894Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:37.894Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json 5acaa8c8-dd78-428d-9a75-0892651232d0 798
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json ASDC sendASDCNotification
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:37.895Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:37.897Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:37.897Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347617895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:37.998Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:37.998Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:37.999Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:38.009Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:38.009Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:38.898Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTkovfu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "185e1f28-8e16-4c5a-ae9d-de2a380f7457",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79c21e0e-65c2-4307-9353-2377dcd0b459",
    "vfModuleModelCustomizationUUID": "7ab7ea89-a58b-46a5-b2dd-00db4a8402c8",
    "isBase": true,
    "artifacts": [
      "e773a57c-969c-4cd8-a5f0-dbc05e62ff28",
      "bb4cba30-7f31-4d0a-a143-395ca00feed6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:33:38.902Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTkovfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79c21e0e-65c2-4307-9353-2377dcd0b459
VfModuleModelInvariantUUID:185e1f28-8e16-4c5a-ae9d-de2a380f7457
VfModuleModelDescription:NULL
Artifacts UUID List:{
e773a57c-969c-4cd8-a5f0-dbc05e62ff28
,
bb4cba30-7f31-4d0a-a143-395ca00feed6

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

isBase:true


}

2021-08-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTkovfu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "185e1f28-8e16-4c5a-ae9d-de2a380f7457",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79c21e0e-65c2-4307-9353-2377dcd0b459",
    "vfModuleModelCustomizationUUID": "7ab7ea89-a58b-46a5-b2dd-00db4a8402c8",
    "isBase": true,
    "artifacts": [
      "e773a57c-969c-4cd8-a5f0-dbc05e62ff28",
      "bb4cba30-7f31-4d0a-a143-395ca00feed6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTkovfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79c21e0e-65c2-4307-9353-2377dcd0b459
VfModuleModelInvariantUUID:185e1f28-8e16-4c5a-ae9d-de2a380f7457
VfModuleModelDescription:NULL
Artifacts UUID List:{
e773a57c-969c-4cd8-a5f0-dbc05e62ff28
,
bb4cba30-7f31-4d0a-a143-395ca00feed6

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

isBase:true


}

2021-08-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e773a57c-969c-4cd8-a5f0-dbc05e62ff28 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:38.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:38.905Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:40.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:40.388Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml e773a57c-969c-4cd8-a5f0-dbc05e62ff28 5033
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:40.389Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:40.391Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:40.391Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347620389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:40.492Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:40.493Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:40.493Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:40.503Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:40.503Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:41.392Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb4cba30-7f31-4d0a-a143-395ca00feed6 from URL: /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:41.393Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:33:41.393Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:42.981Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:33:42.982Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env bb4cba30-7f31-4d0a-a143-395ca00feed6 909
2021-08-19T04:33:42.982Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T04:33:42.983Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:42.983Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:33:42.983Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:42.985Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:42.986Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347622982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:33:43.085Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:33:43.086Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:43.086Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:43.095Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:43.095Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:33:43.986Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 375acd65-a9eb-44b2-9d8f-934612092763
2021-08-19T04:33:43.987Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Tkovfu 0 03f6f878-bf86-4080-a942-0ab2f41101a2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:33:43.999Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e204f3d9-5d43-417b-8da8-46cea985cefa
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e204f3d9-5d43-417b-8da8-46cea985cefa matches Tosca VF Customization UUID: e204f3d9-5d43-417b-8da8-46cea985cefa
2021-08-19T04:33:44.000Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e204f3d9-5d43-417b-8da8-46cea985cefa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T04:33:44.002Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.003Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.003Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e204f3d9-5d43-417b-8da8-46cea985cefa: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2863247
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ab7ea89-a58b-46a5-b2dd-00db4a8402c8
2021-08-19T04:33:44.004Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ab7ea89-a58b-46a5-b2dd-00db4a8402c8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T04:33:44.006Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.007Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is not matching search criteria
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:33:44.008Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f248073-d1e9-41bb-a650-cc0c655acad2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:33:44.010Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.010Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.010Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:33:44.011Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.011Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Tkovfu 0 is matching search criteria
2021-08-19T04:33:44.011Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Tkovfu 0] matching following query criteria: sdcType=VF, customizationUUID=e204f3d9-5d43-417b-8da8-46cea985cefa
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:33:44.013Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.013Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.013Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 375acd65-a9eb-44b2-9d8f-934612092763: basic_onboard_Tkovfu
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.014Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Tkovfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:33:44.015Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_Tkovfu 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:33:44.098Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Tkovfu 03f6f878-bf86-4080-a942-0ab2f41101a2 1 ASDC deployResourceStructure
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json ASDC sendASDCNotification
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:44.099Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:44.101Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:44.101Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347624099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:44.201Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:44.202Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:44.202Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:44.211Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:44.212Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:45.102Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T04:33:45.103Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml
2021-08-19T04:33:45.103Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:45.103Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:45.105Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:45.105Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347625102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:45.205Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:45.205Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:45.206Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:45.217Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:45.218Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:46.105Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T04:33:46.106Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env
2021-08-19T04:33:46.106Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:46.106Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:46.108Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:46.108Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347626105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:46.208Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:46.209Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:46.209Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:46.217Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:46.218Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:33:47.108Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar ASDC sendASDCNotification
2021-08-19T04:33:47.109Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar
2021-08-19T04:33:47.109Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:33:47.109Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:33:47.111Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:33:47.111Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347627108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:33:47.211Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:33:47.212Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:33:47.212Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:33:47.221Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:33:47.221Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:33:48.112Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d82d083-5558-4639-8247-f24ce352d7f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:33:48.123Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d82d083-5558-4639-8247-f24ce352d7f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:33:48.128Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:33:48.128Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:33:48.129Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:33:48.130Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:33:48.136Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:34:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:15.248Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:34:15.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97244ba2-b0d9-4473-b66c-ef65a0077757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347600711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:34:15.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347601728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:34:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347613382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347617895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347620389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347622982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347624099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/basic_onboard_tkovfu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347625102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347626105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/resourceInstances/basic_onboard_tkovfu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:34:15.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:15.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-19T04:34:15.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347627108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTkovfu/1.0/artifacts/service-BasicOnboardTkovfu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:34:15.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:34:18.137Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d82d083-5558-4639-8247-f24ce352d7f8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:34:18.144Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d82d083-5558-4639-8247-f24ce352d7f8 and serviceModelVersionId: 375acd65-a9eb-44b2-9d8f-934612092763
2021-08-19T04:34:18.144Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d58d498-2e04-4be9-aedb-9ba38da7ca74
2021-08-19T04:34:18.145Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0
2021-08-19T04:34:18.148Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:34:18.188Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|INFO|500||Invoke
2021-08-19T04:34:18.189Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d82d083-5558-4639-8247-f24ce352d7f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c06b2b5-928b-4313-9c03-1f7fd90b14ad], X-ECOMP-RequestID=[2d82d083-5558-4639-8247-f24ce352d7f8], X-TransactionId=[], X-ONAP-RequestID=[2d82d083-5558-4639-8247-f24ce352d7f8], Content-Type=[application/merge-patch+json]}
2021-08-19T04:34:18.210Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:34:18.880Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?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/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:34:18:217-14253], vertex-id=[163976], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:34:18 GMT], Content-Type=[application/json]}
2021-08-19T04:34:18.880Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:34:18.881Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d58d498-2e04-4be9-aedb-9ba38da7ca74/model-vers/model-ver/375acd65-a9eb-44b2-9d8f-934612092763?depth=0|INFO|500||InvokeReturn
2021-08-19T04:34:18.881Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:34:18.881Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d82d083-5558-4639-8247-f24ce352d7f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:34:18.886Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:34:18.888Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:34:18.889Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347658886,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:34:18.989Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:34:18.990Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:34:18.990Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:19.003Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:34:19.004Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:34:19.903Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:19.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:19.904Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:29.449Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:34:29.450Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:29.451Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:29.451Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:38.990Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:34:38.991Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:38.991Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:38.991Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:48.530Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:34:48.531Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:34:48.531Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:34:48.531Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:34:58.064Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:35:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:35:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:35:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:35:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:35:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:35:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:35:15.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:35:15.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:35:15.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d82d083-5558-4639-8247-f24ce352d7f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629347658886,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:35:15.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:35:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:36:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:36:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:36:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:36:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:36:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:36:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:36:24.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:36:24.141Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:37:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:37:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:37:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:37:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:37:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:37:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:37:24.140Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:37:24.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:38:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:38:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:38:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:38:14.597Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:38:14.598Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:38:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:38:24.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:38:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:39:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:39:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:39:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:39:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:39:14.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:39:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:39:24.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:39:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:40:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:40:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:40:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:40:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:40:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:40:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:40:24.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:40:24.138Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:41:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:41:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:41:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:41:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:41:14.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:41:14.597Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:41:24.135Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:41:24.140Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:42:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:42:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:42:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:42:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:42:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:42:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:42:24.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:42:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:43:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:43:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:43:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:43:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:43:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:43:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:43:24.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:43:24.141Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:44:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:44:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:44:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:44:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:44:14.598Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:44:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:44:24.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:44:24.139Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:14.595Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:45:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:45:14.596Z|2d82d083-5558-4639-8247-f24ce352d7f8|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:14.597Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:45:14.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:45:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:15.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:15.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "cds",
  "timestamp": 1629348278899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.225Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:15.225Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.225Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ee46f09-d2bb-461a-93de-f52ba3c394e0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"730b53bf-1a11-4d66-9ec4-13e12dd9da7f","serviceDescription":"service","serviceInvariantUUID":"3fd2e66e-b49f-4fe8-8f20-59e48e258dd5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c315cea9-6c9c-43e7-8cf6-81d842e1a996","resourceInvariantUUID":"71c79871-d509-400b-8f89-38f42606d5c1","resourceCustomizationUUID":"7f2d6be6-7ec1-4580-b9ac-3d99384c640c","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":"ODVmN2M5NDYzNTZjMjY2NjU2N2MwYTRlMzc2NzdkOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d362bff-c1c9-4505-80bc-c0eb94e03659","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTZkZWUxOTVjMGZmNTUyNThmOWI4MWVhMTM1YWNiMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22dea187-709f-4aa7-8fb0-f7e7ef2d66a9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "aai-ml",
  "timestamp": 1629348278236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "clamp",
  "timestamp": 1629348281101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "dcae-sch",
  "timestamp": 1629348277293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "aai-ml",
  "timestamp": 1629348278236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.227Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:45:15.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "clamp",
  "timestamp": 1629348281101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:15.228Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "dcae-sch",
  "timestamp": 1629348277293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "cds",
  "timestamp": 1629348278899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:15.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "aai-ml",
  "timestamp": 1629348285801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "cds",
  "timestamp": 1629348285883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348285278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "cds",
  "timestamp": 1629348286890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-08-19T04:45:15.230Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:15.230Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348314595,
  "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-08-19T04:45:15.249Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.249Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348285278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348287933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "aai-ml",
  "timestamp": 1629348288947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:45:15.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348287933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "aai-ml",
  "timestamp": 1629348289951,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:45:15.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:45:15.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348290770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348290341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348290341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:15.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "policy-id",
  "timestamp": 1629348291504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348292308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "policy-id",
  "timestamp": 1629348291504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:15.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:45:15.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348293312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:45:15.283Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.284Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "clamp",
  "timestamp": 1629348294381,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "policy-id",
  "timestamp": 1629348295198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "policy-id",
  "timestamp": 1629348296203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "clamp",
  "timestamp": 1629348296391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "policy-id",
  "timestamp": 1629348297206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:45:15.299Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.299Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:45:15.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-19T04:45:15.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "clamp",
  "timestamp": 1629348297395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:45:15.315Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee46f09-d2bb-461a-93de-f52ba3c394e0
2021-08-19T04:45:15.315Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:45:15.330Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:15.331Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:45:15.331Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:15.341Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:15.341Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:16.231Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:45:16.232Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:16.234Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:16.234Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348314595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:45:16.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:16.335Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:45:16.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:16.345Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:16.346Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:17.235Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "730b53bf-1a11-4d66-9ec4-13e12dd9da7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fd2e66e-b49f-4fe8-8f20-59e48e258dd5",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7f2d6be6-7ec1-4580-b9ac-3d99384c640c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c315cea9-6c9c-43e7-8cf6-81d842e1a996",
      "resourceInvariantUUID": "71c79871-d509-400b-8f89-38f42606d5c1",
      "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": "OTZkZWUxOTVjMGZmNTUyNThmOWI4MWVhMTM1YWNiMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22dea187-709f-4aa7-8fb0-f7e7ef2d66a9"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:45:17.235Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:45:17.235Z|2d82d083-5558-4639-8247-f24ce352d7f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 730b53bf-1a11-4d66-9ec4-13e12dd9da7f ASDC
2021-08-19T04:45:17.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9ee46f09-d2bb-461a-93de-f52ba3c394e0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:730b53bf-1a11-4d66-9ec4-13e12dd9da7f
ServiceInvariantUUID:3fd2e66e-b49f-4fe8-8f20-59e48e258dd5
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:22dea187-709f-4aa7-8fb0-f7e7ef2d66a9
ArtifactChecksum:OTZkZWUxOTVjMGZmNTUyNThmOWI4MWVhMTM1YWNiMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7f2d6be6-7ec1-4580-b9ac-3d99384c640c
ResourceInvariantUUID:71c79871-d509-400b-8f89-38f42606d5c1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c315cea9-6c9c-43e7-8cf6-81d842e1a996
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-19T04:45:17.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 730b53bf-1a11-4d66-9ec4-13e12dd9da7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:45:17.265Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22dea187-709f-4aa7-8fb0-f7e7ef2d66a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:45:17.266Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-19T04:45:18.985Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:45:18.987Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 22dea187-709f-4aa7-8fb0-f7e7ef2d66a9 52173
2021-08-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:45:18.988Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:18.990Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:18.990Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348318988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:45:19.091Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:19.091Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:45:19.091Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:19.101Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:19.101Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:19.991Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:45:19.992Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:45:19.992Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 22dea187-709f-4aa7-8fb0-f7e7ef2d66a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:19.993Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-19T04:45:19.993Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:19.993Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.084Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8160183555864631198/Definitions/service-BasicNetwork-template.yml
2021-08-19T04:45:20.475Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.476Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.477Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.478Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.479Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:730b53bf-1a11-4d66-9ec4-13e12dd9da7f
Model Version:NULL
Model InvariantUuid:3fd2e66e-b49f-4fe8-8f20-59e48e258dd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:71c79871-d509-400b-8f89-38f42606d5c1
Model UUID:f395caaf-cf4c-4f01-914c-5cb936e57c21
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7f2d6be6-7ec1-4580-b9ac-3d99384c640c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:45:20.487Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c315cea9-6c9c-43e7-8cf6-81d842e1a996
2021-08-19T04:45:20.487Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||No resources found for Service: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:45:20.490Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||
2021-08-19T04:45:20.490Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-19T04:45:20.491Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.496Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 730b53bf-1a11-4d66-9ec4-13e12dd9da7f: Generic NeutronNet
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.497Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.518Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:45:20.519Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:45:20.519Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:45:20.571Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:20.573Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:20.573Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348320571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:45:20.674Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:45:20.675Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:45:20.675Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:20.683Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:20.684Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:45:21.573Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:45:21.586Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:45:21.588Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:45:21.589Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:45:21.594Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:45:51.594Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:45:51.602Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and serviceModelVersionId: 730b53bf-1a11-4d66-9ec4-13e12dd9da7f
2021-08-19T04:45:51.602Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fd2e66e-b49f-4fe8-8f20-59e48e258dd5
2021-08-19T04:45:51.603Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0
2021-08-19T04:45:51.609Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:45:51.652Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|INFO|500||Invoke
2021-08-19T04:45:51.653Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ee46f09-d2bb-461a-93de-f52ba3c394e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69b3b680-499e-496d-b456-dd01afbf0092], X-ECOMP-RequestID=[9ee46f09-d2bb-461a-93de-f52ba3c394e0], X-TransactionId=[], X-ONAP-RequestID=[9ee46f09-d2bb-461a-93de-f52ba3c394e0], Content-Type=[application/merge-patch+json]}
2021-08-19T04:45:51.678Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:45:51.767Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?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/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:45:51:686-16665], vertex-id=[151632], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:45:51 GMT], Content-Type=[application/json]}
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fd2e66e-b49f-4fe8-8f20-59e48e258dd5/model-vers/model-ver/730b53bf-1a11-4d66-9ec4-13e12dd9da7f?depth=0|INFO|500||InvokeReturn
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:45:51.768Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee46f09-d2bb-461a-93de-f52ba3c394e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:45:51.772Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:45:51.774Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:45:51.774Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348351772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:45:51.874Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:45:51.875Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:45:51.875Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:45:51.887Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:45:51.887Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-08-19T04:46:14.595Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:46:14.596Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:46:14.596Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:46:14.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:46:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:14.715Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:14.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:46:14.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348314595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:14.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:46:15.216Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:15.217Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:46:15.217Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e60d49bf-e494-46ba-b885-4c9204318eda","serviceName":"Demo_pNF_knRnXhVZT6eeIOJb3GPA","serviceVersion":"1.0","serviceUUID":"820bb494-4e60-417d-a935-4f9eb7192c96","serviceDescription":"catalog service description","serviceInvariantUUID":"3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148","resources":[{"resourceInstanceName":"pNF 932c87a4-8a7c 0","resourceName":"pNF 932c87a4-8a7c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"009a3737-fccb-45a4-b078-25c4f00066a9","resourceInvariantUUID":"60667b85-c54a-4750-a7a2-54b3203c68e8","resourceCustomizationUUID":"e3fe3944-4dcf-46b8-84a1-fe640e8350d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml","artifactChecksum":"YzBmZTQyOWQ3ZjE4ZmFhMGNhMzU2NGJhODFkYjA0OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fa5fb5f-02f3-4d5f-8547-e25abb282bf7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar","artifactChecksum":"NzgyMTI2NGZmZDk5YjY3NmM5NzM3ZTg1YzRjMGYyNDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aed7b490-3d90-48c8-861f-4f48aaa2aa3b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54a1717a-0567-4345-a1ee-56ce76b224ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmMzZGU4MzRjMGM4YmNlNjVjMzBiNDNjYmFjM2M0NmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1257c6a-69a9-48e6-80b5-c432e48a19fc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c13e5bd-ebf0-43af-bec2-8a93cd3daea8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c9f4812-96da-4147-99a9-4994e073d8b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml","artifactChecksum":"YzJkMjM3ZGMwZTZkMDQ0MTAwOWY4ZGIyOGZkZGQ0ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53ac719f-85cf-43d6-b226-2c2cdd380b6f","artifactVersion":"1"},{"artifactName":"service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar","artifactChecksum":"MzZlZmExYWNiZDk2OTRkOWM1MTc0YTNiYjgzZjEyYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f75557aa-123c-4c99-b430-ab661880ab88","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:46:15.219Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:15.219Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:15.220Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:15.221Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:15.321Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:15.321Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:15.321Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:15.330Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:15.330Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:16.221Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:16.222Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:16.223Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:16.224Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:16.324Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:16.325Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:16.325Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:16.341Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:16.341Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:46:17.224Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:17.225Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:17.226Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:17.227Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:17.327Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:17.328Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:17.328Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:17.335Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:17.336Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:18.227Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:18.228Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:18.230Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:18.230Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:18.330Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:18.331Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:18.331Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:18.341Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:18.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:46:19.230Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:19.231Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:19.233Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:19.233Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:19.333Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:19.334Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:19.334Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:19.342Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:19.343Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:20.233Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:20.234Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:20.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:20.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:20.336Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:20.337Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:20.337Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:20.347Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:20.347Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:46:21.236Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:21.237Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:21.239Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:21.239Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:46:21.340Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:46:21.340Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:21.341Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:21.349Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:21.350Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:22.240Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:46:22.241Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:22.242Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:22.242Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:46:22.343Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:46:22.343Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:22.343Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:22.354Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:22.355Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:23.243Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "serviceName": "Demo_pNF_knRnXhVZT6eeIOJb3GPA",
  "serviceVersion": "1.0",
  "serviceUUID": "820bb494-4e60-417d-a935-4f9eb7192c96",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148",
  "resources": [
    {
      "resourceInstanceName": "pNF 932c87a4-8a7c 0",
      "resourceCustomizationUUID": "e3fe3944-4dcf-46b8-84a1-fe640e8350d8",
      "resourceName": "pNF 932c87a4-8a7c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "009a3737-fccb-45a4-b078-25c4f00066a9",
      "resourceInvariantUUID": "60667b85-c54a-4750-a7a2-54b3203c68e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
      "artifactChecksum": "MzZlZmExYWNiZDk2OTRkOWM1MTc0YTNiYjgzZjEyYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f75557aa-123c-4c99-b430-ab661880ab88"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:46:23.244Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:46:23.244Z|9ee46f09-d2bb-461a-93de-f52ba3c394e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 820bb494-4e60-417d-a935-4f9eb7192c96 ASDC
2021-08-19T04:46:23.244Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e60d49bf-e494-46ba-b885-4c9204318eda
ServiceName:Demo_pNF_knRnXhVZT6eeIOJb3GPA
ServiceVersion:1.0
ServiceUUID:820bb494-4e60-417d-a935-4f9eb7192c96
ServiceInvariantUUID:3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
ArtifactUUID:f75557aa-123c-4c99-b430-ab661880ab88
ArtifactChecksum:MzZlZmExYWNiZDk2OTRkOWM1MTc0YTNiYjgzZjEyYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 932c87a4-8a7c 0
ResourceCustomizationUUID:e3fe3944-4dcf-46b8-84a1-fe640e8350d8
ResourceInvariantUUID:60667b85-c54a-4750-a7a2-54b3203c68e8
ResourceName:pNF 932c87a4-8a7c
ResourceType:PNF
ResourceUUID:009a3737-fccb-45a4-b078-25c4f00066a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-19T04:46:23.244Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 820bb494-4e60-417d-a935-4f9eb7192c96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:46:23.271Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f75557aa-123c-4c99-b430-ab661880ab88 from URL: /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:23.272Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:46:23.272Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:24.895Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:46:24.898Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar f75557aa-123c-4c99-b430-ab661880ab88 82551
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar ASDC sendASDCNotification
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:46:24.899Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:24.901Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:24.901Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348384899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:46:25.002Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:46:25.003Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:25.003Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:25.012Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:25.012Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:25.902Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:46:25.903Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:46:25.904Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f75557aa-123c-4c99-b430-ab661880ab88, URL: /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar to file: /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:25.904Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:25.905Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:25.905Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.010Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14254004283486090825/Definitions/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml
2021-08-19T04:46:26.627Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||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-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||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-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.628Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 932c87a4-8a7c 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-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:46:26.629Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Node template pNF 932c87a4-8a7c 0 is matching search criteria
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 932c87a4-8a7c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:46:26.630Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Node template pNF 932c87a4-8a7c 0 is matching search criteria
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:46:26.631Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 932c87a4-8a7c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.632Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.633Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.634Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.634Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_knRnXhVZT6eeIOJb3GPA
Description:catalog service description
Model UUID:820bb494-4e60-417d-a935-4f9eb7192c96
Model Version:NULL
Model InvariantUuid:3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:46:26.640Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 009a3737-fccb-45a4-b078-25c4f00066a9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:46:26.643Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||pNF 932c87a4-8a7c 0
2021-08-19T04:46:26.643Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 009a3737-fccb-45a4-b078-25c4f00066a9
2021-08-19T04:46:26.644Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 820bb494-4e60-417d-a935-4f9eb7192c96
2021-08-19T04:46:26.644Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 820bb494-4e60-417d-a935-4f9eb7192c96
2021-08-19T04:46:26.644Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 932c87a4-8a7c 0 009a3737-fccb-45a4-b078-25c4f00066a9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:46:26.649Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.649Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 820bb494-4e60-417d-a935-4f9eb7192c96: pNF 932c87a4-8a7c
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Processing PNF resource: 009a3737-fccb-45a4-b078-25c4f00066a9
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:46:26.650Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_knRnXhVZT6eeIOJb3GPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:46:26.651Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||Resource customization UUID: e3fe3944-4dcf-46b8-84a1-fe640e8350d8 is the same as notified resource customizationUUID: e3fe3944-4dcf-46b8-84a1-fe640e8350d8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-19T04:46:26.707Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 932c87a4-8a7c 009a3737-fccb-45a4-b078-25c4f00066a9 0 ASDC deployResourceStructure
2021-08-19T04:46:26.707Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar ASDC sendASDCNotification
2021-08-19T04:46:26.708Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar
2021-08-19T04:46:26.708Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:46:26.708Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:46:26.711Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:46:26.711Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348386707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:46:26.810Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-19T04:46:26.811Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:46:26.811Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:46:26.819Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:46:26.819Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:46:27.712Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:46:27.724Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:46:27.727Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:46:27.727Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:46:27.727Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:46:57.727Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:46:57.736Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:46:57.741Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:46:57.741Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:46:57.741Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:47:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:47:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:47:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:47:14.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:47:14.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348314595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348318988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348320571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348325278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348323899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348330341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348338885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348338896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348331504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "cds",
  "timestamp": 1629348339890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:14.649Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e60d49bf-e494-46ba-b885-4c9204318eda
2021-08-19T04:47:14.649Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60d49bf-e494-46ba-b885-4c9204318eda and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:47:14.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348340193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348341197,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:14.667Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e60d49bf-e494-46ba-b885-4c9204318eda
2021-08-19T04:47:14.667Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60d49bf-e494-46ba-b885-4c9204318eda and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:47:14.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348341589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348342592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "policy-id",
  "timestamp": 1629348343596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:14.684Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e60d49bf-e494-46ba-b885-4c9204318eda
2021-08-19T04:47:14.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60d49bf-e494-46ba-b885-4c9204318eda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:47:14.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "dcae-sch",
  "timestamp": 1629348337293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348338236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348347102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348341101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348351063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee46f09-d2bb-461a-93de-f52ba3c394e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348351772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "aai-ml",
  "timestamp": 1629348352066,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:14.704Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e60d49bf-e494-46ba-b885-4c9204318eda
2021-08-19T04:47:14.704Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60d49bf-e494-46ba-b885-4c9204318eda and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:47:14.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348347933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:47:14.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348358483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348360331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348361334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:14.722Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e60d49bf-e494-46ba-b885-4c9204318eda
2021-08-19T04:47:14.722Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60d49bf-e494-46ba-b885-4c9204318eda and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348361395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348363401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T04:47:14.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "clamp",
  "timestamp": 1629348364404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:14.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e60d49bf-e494-46ba-b885-4c9204318eda
2021-08-19T04:47:14.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60d49bf-e494-46ba-b885-4c9204318eda and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:47:27.741Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:47:27.753Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.755Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.756Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.756Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:47:27.756Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:47:27.760Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:47:57.761Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e60d49bf-e494-46ba-b885-4c9204318eda and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:47:57.767Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e60d49bf-e494-46ba-b885-4c9204318eda and serviceModelVersionId: 820bb494-4e60-417d-a935-4f9eb7192c96
2021-08-19T04:47:57.767Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148
2021-08-19T04:47:57.768Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0
2021-08-19T04:47:57.773Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:47:57.809Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0|INFO|500||Invoke
2021-08-19T04:47:57.809Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e60d49bf-e494-46ba-b885-4c9204318eda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63486fe3-aba8-47e9-942a-6a362808531e], X-ECOMP-RequestID=[e60d49bf-e494-46ba-b885-4c9204318eda], X-TransactionId=[], X-ONAP-RequestID=[e60d49bf-e494-46ba-b885-4c9204318eda], Content-Type=[application/merge-patch+json]}
2021-08-19T04:47:57.826Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:47:58.682Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?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/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:47:57:840-56167], vertex-id=[172152], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:47:57 GMT], Content-Type=[application/json]}
2021-08-19T04:47:58.683Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:47:58.683Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d90ca65-a3cf-4ce1-bb0a-c3b81a5d1148/model-vers/model-ver/820bb494-4e60-417d-a935-4f9eb7192c96?depth=0|INFO|500||InvokeReturn
2021-08-19T04:47:58.683Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:47:58.684Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:47:58.687Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:47:58.688Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e60d49bf-e494-46ba-b885-4c9204318eda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:47:58.688Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:47:58.688Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:47:58.690Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:47:58.690Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348478688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:47:58.790Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:47:58.791Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:47:58.793Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:47:58.805Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:47:58.805Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:47:59.702Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:47:59.702Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:47:59.702Z|e60d49bf-e494-46ba-b885-4c9204318eda|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:48:09.239Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:48:14.595Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:48:14.596Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:48:14.596Z|e60d49bf-e494-46ba-b885-4c9204318eda|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:48:14.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:48:14.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:48:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:48:14.618Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:48:14.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/resourceInstances/pnf932c87a48a7c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348374595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348384899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348386707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnrnxhvzt6eeiojb3gpa/1.0/artifacts/service-DemoPnfKnrnxhvzt6eeiojb3gpa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:48:14.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:48:24.133Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:14.595Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:49:14.596Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:49:14.596Z|e60d49bf-e494-46ba-b885-4c9204318eda|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:49:14.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:49:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:14.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:14.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:49:14.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60d49bf-e494-46ba-b885-4c9204318eda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348478688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:49:14.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:49:15.222Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:15.223Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:49:15.223Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2bd4777-6e2a-4982-995a-7fdbc2c15166","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"960ea67c-32a9-4921-8036-c675859cfb4d","serviceDescription":"service","serviceInvariantUUID":"f4a10066-192a-45ed-9c0a-9bd93fe2d6c7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e7d2b06-0e61-4af8-9985-394e65a534ac","resourceInvariantUUID":"e053c3d7-808b-45da-b498-c14bac5f52d0","resourceCustomizationUUID":"6fb6c430-6980-4e5f-8207-fd046d125770","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":"N2NkOGY1YjJmZjdkM2UxNDZhNGYzN2YzMzFhYmJmNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c4f9320-cac0-4fba-a3fd-eaa0b241f3a2","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":"MDljYWE3NTRmYTZjN2Y5Mzc0ODBmZGE1MTgyYzU0ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6f3bf45-e708-46b3-865f-64edec1b6efd","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":"94619302-7cb4-43a4-bfa9-7f5b31789426","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":"107cc295-a51a-44f2-b8c2-a528aff9c673","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":"6e002c4b-06bf-4854-b8bf-a9a8b1415382","artifactVersion":"2","generatedFromUUID":"94619302-7cb4-43a4-bfa9-7f5b31789426"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjZmNTRkOTI1Yzk5N2IwYWYwOWIzZDFjNTY5ZWUwYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bde286c-1a7e-470c-93df-9d74a5428344","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODA0YjMxYWU5ZDBkY2E2ZGZmYTdkNDk4NjdkZmJhODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a86a26e-52cb-485e-aac3-cd0b2fa8b013","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:49:15.225Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:15.226Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:15.227Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:15.227Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:49:15.328Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:15.328Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:15.329Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:15.341Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:15.341Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:16.228Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:16.229Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:16.230Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:16.231Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:49:16.331Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:16.332Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:16.332Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:16.340Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:16.340Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:17.231Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:17.232Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:17.234Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:17.234Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:49:17.334Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:17.335Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:17.335Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:17.342Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:17.342Z||pool-53-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:18.235Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:18.235Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:18.237Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:18.237Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:49:18.337Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:18.338Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:18.338Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:18.348Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:18.348Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:19.237Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:19.238Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:19.240Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:19.240Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-19T04:49:19.340Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:19.341Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:19.341Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:19.350Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:19.351Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:20.240Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:20.241Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:20.242Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:20.243Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:49:20.343Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:20.344Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:20.344Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:20.352Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:20.353Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:21.243Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:49:21.244Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:21.246Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:21.246Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:49:21.346Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:21.347Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:21.347Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:21.356Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:21.357Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:22.247Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "960ea67c-32a9-4921-8036-c675859cfb4d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f4a10066-192a-45ed-9c0a-9bd93fe2d6c7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6fb6c430-6980-4e5f-8207-fd046d125770",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2e7d2b06-0e61-4af8-9985-394e65a534ac",
      "resourceInvariantUUID": "e053c3d7-808b-45da-b498-c14bac5f52d0",
      "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": "MDljYWE3NTRmYTZjN2Y5Mzc0ODBmZGE1MTgyYzU0ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6f3bf45-e708-46b3-865f-64edec1b6efd",
          "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": "94619302-7cb4-43a4-bfa9-7f5b31789426",
          "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": "6e002c4b-06bf-4854-b8bf-a9a8b1415382",
            "generatedFromUUID": "94619302-7cb4-43a4-bfa9-7f5b31789426"
          },
          "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": "6e002c4b-06bf-4854-b8bf-a9a8b1415382",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODA0YjMxYWU5ZDBkY2E2ZGZmYTdkNDk4NjdkZmJhODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a86a26e-52cb-485e-aac3-cd0b2fa8b013"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:49:22.248Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:49:22.248Z|e60d49bf-e494-46ba-b885-4c9204318eda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 960ea67c-32a9-4921-8036-c675859cfb4d ASDC
2021-08-19T04:49:22.248Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d2bd4777-6e2a-4982-995a-7fdbc2c15166
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:960ea67c-32a9-4921-8036-c675859cfb4d
ServiceInvariantUUID:f4a10066-192a-45ed-9c0a-9bd93fe2d6c7
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:1a86a26e-52cb-485e-aac3-cd0b2fa8b013
ArtifactChecksum:ODA0YjMxYWU5ZDBkY2E2ZGZmYTdkNDk4NjdkZmJhODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6fb6c430-6980-4e5f-8207-fd046d125770
ResourceInvariantUUID:e053c3d7-808b-45da-b498-c14bac5f52d0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2e7d2b06-0e61-4af8-9985-394e65a534ac
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:d6f3bf45-e708-46b3-865f-64edec1b6efd
ArtifactChecksum:MDljYWE3NTRmYTZjN2Y5Mzc0ODBmZGE1MTgyYzU0ZGI=
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:94619302-7cb4-43a4-bfa9-7f5b31789426
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:6e002c4b-06bf-4854-b8bf-a9a8b1415382
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:6e002c4b-06bf-4854-b8bf-a9a8b1415382
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-19T04:49:22.248Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 960ea67c-32a9-4921-8036-c675859cfb4d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:49:22.284Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:49:22.284Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:49:22.284Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:49:22.284Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a86a26e-52cb-485e-aac3-cd0b2fa8b013 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-19T04:49:22.285Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:49:22.285Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-19T04:49:23.886Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:49:23.890Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1a86a26e-52cb-485e-aac3-cd0b2fa8b013 70849
2021-08-19T04:49:23.890Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-19T04:49:23.890Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-19T04:49:23.890Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:49:23.890Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:23.892Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:23.892Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348563890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:49:23.992Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:23.993Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:23.993Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:24.002Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:24.002Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:24.892Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:49:24.893Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:49:24.894Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1a86a26e-52cb-485e-aac3-cd0b2fa8b013, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:24.894Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-19T04:49:24.894Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:24.894Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:24.982Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12615553349533778361/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.042Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:49:26.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:26.045Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-19T04:49:26.046Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=185d9f8d-bedb-4247-9497-52aa35f146e0
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:26.047Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:960ea67c-32a9-4921-8036-c675859cfb4d
Model Version:NULL
Model InvariantUuid:f4a10066-192a-45ed-9c0a-9bd93fe2d6c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ab57dd02-f3e6-437d-a261-791c4cb0c73a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e053c3d7-808b-45da-b498-c14bac5f52d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6fb6c430-6980-4e5f-8207-fd046d125770
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e0e8d7c8-10cc-448c-81cc-cb3f31a08ef1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:41030a68-3e92-4aa8-a05e-dcfa4a05398b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:185d9f8d-bedb-4247-9497-52aa35f146e0
ModelInvariantUuid:b4662a93-f49b-4881-a511-0216f6d5acfb
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:973871bf-0576-4c6e-b18b-afcdaa41938b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:44a0ad5e-e608-4310-9a27-2e43e8950518
ModelInvariantUuid:112b84be-9e30-4c53-bc8c-cb277dc37448
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:820a504b-2902-41cc-b57b-c9356ab8979f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:49:26.056Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e7d2b06-0e61-4af8-9985-394e65a534ac
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:49:26.059Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-08-19T04:49:26.059Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e7d2b06-0e61-4af8-9985-394e65a534ac
2021-08-19T04:49:26.059Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6f3bf45-e708-46b3-865f-64edec1b6efd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-19T04:49:26.059Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:49:26.059Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-19T04:49:26.639Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:49:26.640Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d6f3bf45-e708-46b3-865f-64edec1b6efd 787
2021-08-19T04:49:26.640Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-19T04:49:26.640Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-19T04:49:26.640Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:49:26.640Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:26.642Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:26.642Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348566640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:49:26.742Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:26.743Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:26.743Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:26.752Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:26.753Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:27.643Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e0e8d7c8-10cc-448c-81cc-cb3f31a08ef1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41030a68-3e92-4aa8-a05e-dcfa4a05398b",
    "vfModuleModelCustomizationUUID": "a6c342cf-2e3b-4133-9dfb-dfea1816fce2",
    "isBase": true,
    "artifacts": [
      "94619302-7cb4-43a4-bfa9-7f5b31789426",
      "6e002c4b-06bf-4854-b8bf-a9a8b1415382"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:49:27.646Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41030a68-3e92-4aa8-a05e-dcfa4a05398b
VfModuleModelInvariantUUID:e0e8d7c8-10cc-448c-81cc-cb3f31a08ef1
VfModuleModelDescription:NULL
Artifacts UUID List:{
94619302-7cb4-43a4-bfa9-7f5b31789426
,
6e002c4b-06bf-4854-b8bf-a9a8b1415382

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

isBase:true


}

2021-08-19T04:49:27.648Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e0e8d7c8-10cc-448c-81cc-cb3f31a08ef1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41030a68-3e92-4aa8-a05e-dcfa4a05398b",
    "vfModuleModelCustomizationUUID": "a6c342cf-2e3b-4133-9dfb-dfea1816fce2",
    "isBase": true,
    "artifacts": [
      "94619302-7cb4-43a4-bfa9-7f5b31789426",
      "6e002c4b-06bf-4854-b8bf-a9a8b1415382"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:49:27.648Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41030a68-3e92-4aa8-a05e-dcfa4a05398b
VfModuleModelInvariantUUID:e0e8d7c8-10cc-448c-81cc-cb3f31a08ef1
VfModuleModelDescription:NULL
Artifacts UUID List:{
94619302-7cb4-43a4-bfa9-7f5b31789426
,
6e002c4b-06bf-4854-b8bf-a9a8b1415382

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

isBase:true


}

2021-08-19T04:49:27.648Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 94619302-7cb4-43a4-bfa9-7f5b31789426 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-19T04:49:27.648Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:49:27.648Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-19T04:49:27.825Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:49:27.826Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 94619302-7cb4-43a4-bfa9-7f5b31789426 5033
2021-08-19T04:49:27.826Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-19T04:49:27.826Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-19T04:49:27.826Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:49:27.827Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:27.828Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:27.828Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348567826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:49:27.928Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:27.929Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:27.929Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:27.938Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:27.938Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:49:28.829Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e002c4b-06bf-4854-b8bf-a9a8b1415382 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-19T04:49:28.829Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:49:28.829Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-19T04:49:29.012Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:49:29.012Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6e002c4b-06bf-4854-b8bf-a9a8b1415382 903
2021-08-19T04:49:29.012Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-19T04:49:29.012Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-19T04:49:29.013Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:49:29.013Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:29.014Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:29.014Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348569012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:49:29.115Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:29.115Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:29.115Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:29.142Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:29.142Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:30.015Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 960ea67c-32a9-4921-8036-c675859cfb4d
2021-08-19T04:49:30.015Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2e7d2b06-0e61-4af8-9985-394e65a534ac ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:49:30.030Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.030Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.030Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-19T04:49:30.030Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6fb6c430-6980-4e5f-8207-fd046d125770
2021-08-19T04:49:30.030Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6fb6c430-6980-4e5f-8207-fd046d125770 matches Tosca VF Customization UUID: 6fb6c430-6980-4e5f-8207-fd046d125770
2021-08-19T04:49:30.031Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6fb6c430-6980-4e5f-8207-fd046d125770  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T04:49:30.033Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.033Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.034Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6fb6c430-6980-4e5f-8207-fd046d125770: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-19T04:49:30.034Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d8ef563
2021-08-19T04:49:30.034Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.034Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:49:30.034Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6c342cf-2e3b-4133-9dfb-dfea1816fce2
2021-08-19T04:49:30.034Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6c342cf-2e3b-4133-9dfb-dfea1816fce2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T04:49:30.037Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.037Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:30.037Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:49:30.037Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.037Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:30.037Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:49:30.038Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.038Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-19T04:49:30.038Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-19T04:49:30.038Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-19T04:49:30.038Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=185d9f8d-bedb-4247-9497-52aa35f146e0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:49:30.040Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.040Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:30.041Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:49:30.041Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.041Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-19T04:49:30.041Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6fb6c430-6980-4e5f-8207-fd046d125770
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:49:30.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 960ea67c-32a9-4921-8036-c675859cfb4d: basic_vm
2021-08-19T04:49:30.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.043Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:49:30.044Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:49:30.119Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2e7d2b06-0e61-4af8-9985-394e65a534ac 1 ASDC deployResourceStructure
2021-08-19T04:49:30.120Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-19T04:49:30.120Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-19T04:49:30.120Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:49:30.120Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:30.122Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:30.122Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348570120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:49:30.222Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:30.223Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:30.223Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:30.232Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:30.233Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:31.123Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-19T04:49:31.123Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-19T04:49:31.123Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:49:31.123Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:31.125Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:31.125Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348571123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:49:31.226Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:49:31.226Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:31.227Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:31.236Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:31.237Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:32.126Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-19T04:49:32.127Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-19T04:49:32.127Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:49:32.127Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:32.129Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:32.129Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348572126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:49:32.229Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:32.230Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:32.230Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:32.239Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:32.239Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:49:33.130Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-19T04:49:33.131Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-19T04:49:33.131Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:49:33.131Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:49:33.133Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:49:33.133Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348573130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:49:33.233Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:49:33.234Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:49:33.234Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:49:33.243Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:49:33.244Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:49:34.134Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:49:34.144Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:49:34.145Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:49:34.145Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:49:34.146Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:50:04.146Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:50:04.156Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:50:04.159Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:50:04.159Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:50:04.159Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:50:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:50:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:50:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:50:14.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:50:14.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348510341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "dcae-sch",
  "timestamp": 1629348517293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348511504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348518236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348518899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348526497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348526576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348526610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348526897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348527501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348527806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "cds",
  "timestamp": 1629348527901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2bd4777-6e2a-4982-995a-7fdbc2c15166
2021-08-19T04:50:14.669Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bd4777-6e2a-4982-995a-7fdbc2c15166 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "policy-id",
  "timestamp": 1629348528504,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2bd4777-6e2a-4982-995a-7fdbc2c15166
2021-08-19T04:50:14.688Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bd4777-6e2a-4982-995a-7fdbc2c15166 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348529002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348530028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2bd4777-6e2a-4982-995a-7fdbc2c15166
2021-08-19T04:50:14.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bd4777-6e2a-4982-995a-7fdbc2c15166 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T04:50:14.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348531032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348532754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "aai-ml",
  "timestamp": 1629348533757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2bd4777-6e2a-4982-995a-7fdbc2c15166
2021-08-19T04:50:14.727Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bd4777-6e2a-4982-995a-7fdbc2c15166 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348535421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348536984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348537430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "clamp",
  "timestamp": 1629348538433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.754Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2bd4777-6e2a-4982-995a-7fdbc2c15166
2021-08-19T04:50:14.754Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bd4777-6e2a-4982-995a-7fdbc2c15166 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348539392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348525278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348540394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.775Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2bd4777-6e2a-4982-995a-7fdbc2c15166
2021-08-19T04:50:14.775Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bd4777-6e2a-4982-995a-7fdbc2c15166 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348533899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348542095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348542585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.791Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348543098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348543787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "policy-id",
  "timestamp": 1629348544100,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:50:14.809Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "cds",
  "timestamp": 1629348544800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.823Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:50:14.823Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348545690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348521101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348547313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348547816,
  "artifactURL": "/sdc/v1/catalog/services/af65d610-3523-4aba-9db8-1a38b2a6c30a/resourceInstances/basicclamp0/artifacts/466168c5-f634-4659-93c5-0cb593d465cc",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348548339,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:50:14.841Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T04:50:14.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348527933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348549088,
  "artifactURL": "/sdc/v1/catalog/services/af65d610-3523-4aba-9db8-1a38b2a6c30a/resourceInstances/basicclamp0/artifacts/466168c5-f634-4659-93c5-0cb593d465cc",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348549353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348549634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "dcae-sch",
  "timestamp": 1629348550092,
  "artifactURL": "/sdc/v1/catalog/services/af65d610-3523-4aba-9db8-1a38b2a6c30a/resourceInstances/basicclamp0/artifacts/466168c5-f634-4659-93c5-0cb593d465cc",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.856Z||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 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:50:14.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348551836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348531504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348552423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348552839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:14.880Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:50:14.880Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:50:14.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348545278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348553307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348553427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348554310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:50:14.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:50:14.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-19T04:50:14.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:14.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:50:14.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:50:14.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:50:34.159Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:50:34.170Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:50:34.172Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:50:34.173Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:50:34.173Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:50:34.177Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:51:04.178Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:51:04.185Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2bd4777-6e2a-4982-995a-7fdbc2c15166 and serviceModelVersionId: 960ea67c-32a9-4921-8036-c675859cfb4d
2021-08-19T04:51:04.185Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4a10066-192a-45ed-9c0a-9bd93fe2d6c7
2021-08-19T04:51:04.186Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4a10066-192a-45ed-9c0a-9bd93fe2d6c7/model-vers/model-ver/960ea67c-32a9-4921-8036-c675859cfb4d?depth=0
2021-08-19T04:51:04.190Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:51:04.224Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4a10066-192a-45ed-9c0a-9bd93fe2d6c7/model-vers/model-ver/960ea67c-32a9-4921-8036-c675859cfb4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-19T04:51:04.225Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4a10066-192a-45ed-9c0a-9bd93fe2d6c7/model-vers/model-ver/960ea67c-32a9-4921-8036-c675859cfb4d?depth=0|INFO|500||Invoke
2021-08-19T04:51:04.244Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4a10066-192a-45ed-9c0a-9bd93fe2d6c7/model-vers/model-ver/960ea67c-32a9-4921-8036-c675859cfb4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:51:04.581Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4a10066-192a-45ed-9c0a-9bd93fe2d6c7/model-vers/model-ver/960ea67c-32a9-4921-8036-c675859cfb4d?depth=0|INFO|500||InvokeReturn
2021-08-19T04:51:04.581Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4a10066-192a-45ed-9c0a-9bd93fe2d6c7/model-vers/model-ver/960ea67c-32a9-4921-8036-c675859cfb4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:51:04:252-31841], vertex-id=[188552], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:51:04 GMT], Content-Type=[application/json]}
2021-08-19T04:51:04.581Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:51:04.582Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:51:04.582Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:51:04.586Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:51:04.586Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2bd4777-6e2a-4982-995a-7fdbc2c15166 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:51:04.587Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:51:04.587Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:04.589Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:04.589Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348664586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:51:04.689Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:04.690Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:04.690Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:04.702Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:04.703Z||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-08-19T04:51:05.601Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:51:05.601Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"213e04fd-6133-4ece-8c72-a3dd8f28f1a9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"af65d610-3523-4aba-9db8-1a38b2a6c30a","serviceDescription":"service","serviceInvariantUUID":"31c96603-50bc-423c-aaed-11f7b22d2647","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18fb934c-5b9b-4f50-8460-21adc8dfb636","resourceInvariantUUID":"b369299a-40eb-4588-a828-0065c2b0405a","resourceCustomizationUUID":"1f6978aa-f20d-45ff-8e48-da96496fbc64","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":"466168c5-f634-4659-93c5-0cb593d465cc","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":"Y2Q3NjkwMzIzNDhhOGI5MjMyODdlODEyNDZjNjRlNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1a352aa-3815-42be-a484-4846c08d5f7d","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":"NmU1NTYzZDlmMzE2Zjk4OTNlZWM2MWFhMWQ4NjQyMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7307294e-bfe6-4401-83b3-bd73b5a24c98","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":"713c568a-db12-41e4-8597-12ade4e23aa2","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":"b5bd1530-3891-4949-909f-193ab69729ab","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":"f9d9b22e-3235-4c8f-a967-aa44a6dcca65","artifactVersion":"2","generatedFromUUID":"713c568a-db12-41e4-8597-12ade4e23aa2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MGUxYzg5YjdhZjdlNzU2OTNmODY3ODIzYWUxY2M0ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb59125e-e8fa-4d86-bc6e-6c7332fea6e0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2M1MGFmYzJhZWUzZGQwMWMwYmIzMjAyNmQ1MzYxNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51f887a2-0c29-4cd2-b22e-534f2eaaed62","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:51:05.602Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:05.602Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:05.604Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:05.604Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:05.704Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:05.705Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:05.705Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:05.714Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:05.714Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:06.604Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:06.606Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:06.608Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:06.608Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:06.708Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:06.709Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:06.709Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:06.720Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:06.720Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:51:07.609Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:07.609Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:07.613Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:07.613Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:51:07.714Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:51:07.714Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:07.715Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:07.724Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:07.724Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:08.614Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:08.616Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:08.617Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:08.617Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:51:08.718Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:08.718Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:08.718Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:08.728Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:08.728Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:09.618Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:09.619Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:09.620Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:09.620Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:09.721Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:09.721Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:09.721Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:09.741Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:09.741Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:10.621Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:10.623Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:10.626Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:10.628Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-19T04:51:10.725Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-19T04:51:10.726Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:10.726Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:10.739Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:10.739Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:11.628Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:11.629Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:11.630Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:11.630Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:11.731Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:51:11.731Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:11.731Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:11.742Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:11.742Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:12.631Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:51:12.632Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:12.633Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:12.634Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:12.734Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:12.735Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:12.735Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:12.747Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:12.748Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:13.635Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "af65d610-3523-4aba-9db8-1a38b2a6c30a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "31c96603-50bc-423c-aaed-11f7b22d2647",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "1f6978aa-f20d-45ff-8e48-da96496fbc64",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "18fb934c-5b9b-4f50-8460-21adc8dfb636",
      "resourceInvariantUUID": "b369299a-40eb-4588-a828-0065c2b0405a",
      "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": "NmU1NTYzZDlmMzE2Zjk4OTNlZWM2MWFhMWQ4NjQyMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7307294e-bfe6-4401-83b3-bd73b5a24c98",
          "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": "713c568a-db12-41e4-8597-12ade4e23aa2",
          "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": "f9d9b22e-3235-4c8f-a967-aa44a6dcca65",
            "generatedFromUUID": "713c568a-db12-41e4-8597-12ade4e23aa2"
          },
          "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": "f9d9b22e-3235-4c8f-a967-aa44a6dcca65",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "N2M1MGFmYzJhZWUzZGQwMWMwYmIzMjAyNmQ1MzYxNzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51f887a2-0c29-4cd2-b22e-534f2eaaed62"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:51:13.636Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:51:13.636Z|d2bd4777-6e2a-4982-995a-7fdbc2c15166|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af65d610-3523-4aba-9db8-1a38b2a6c30a ASDC
2021-08-19T04:51:13.636Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:213e04fd-6133-4ece-8c72-a3dd8f28f1a9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:af65d610-3523-4aba-9db8-1a38b2a6c30a
ServiceInvariantUUID:31c96603-50bc-423c-aaed-11f7b22d2647
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:51f887a2-0c29-4cd2-b22e-534f2eaaed62
ArtifactChecksum:N2M1MGFmYzJhZWUzZGQwMWMwYmIzMjAyNmQ1MzYxNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:1f6978aa-f20d-45ff-8e48-da96496fbc64
ResourceInvariantUUID:b369299a-40eb-4588-a828-0065c2b0405a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:18fb934c-5b9b-4f50-8460-21adc8dfb636
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:7307294e-bfe6-4401-83b3-bd73b5a24c98
ArtifactChecksum:NmU1NTYzZDlmMzE2Zjk4OTNlZWM2MWFhMWQ4NjQyMTI=
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:713c568a-db12-41e4-8597-12ade4e23aa2
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:f9d9b22e-3235-4c8f-a967-aa44a6dcca65
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:f9d9b22e-3235-4c8f-a967-aa44a6dcca65
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-19T04:51:13.636Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af65d610-3523-4aba-9db8-1a38b2a6c30a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:51:13.670Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:51:13.671Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:51:13.671Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:51:13.671Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51f887a2-0c29-4cd2-b22e-534f2eaaed62 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-19T04:51:13.671Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:51:13.671Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-19T04:51:14.004Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:51:14.008Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 51f887a2-0c29-4cd2-b22e-534f2eaaed62 73384
2021-08-19T04:51:14.008Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-19T04:51:14.008Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-19T04:51:14.008Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:51:14.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:14.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:14.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348674008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.110Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:14.111Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:14.111Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:14.120Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:14.121Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:14.609Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:51:14.610Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:51:14.610Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:14.631Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "policy-id",
  "timestamp": 1629348555313,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.651Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
2021-08-19T04:51:14.651Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348548236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348555517,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348548899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348556520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348532036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "clamp",
  "timestamp": 1629348557523,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.674Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:51:14.674Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348557890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "dcae-sch",
  "timestamp": 1629348537293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348559383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348560281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "cds",
  "timestamp": 1629348561652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.698Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
2021-08-19T04:51:14.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348563088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348563890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348557933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348565687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348558527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348566640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348566648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348566709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.717Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
2021-08-19T04:51:14.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T04:51:14.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348566801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "aai-ml",
  "timestamp": 1629348567651,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.731Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
2021-08-19T04:51:14.731Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348567712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348567826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348569012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348569024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348570027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.745Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
2021-08-19T04:51:14.745Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348570120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348571123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348572126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348572428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348573130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348575432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "clamp",
  "timestamp": 1629348576435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.759Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
2021-08-19T04:51:14.759Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:14.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348578236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348586970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348592651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:51:14.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "aai-ml",
  "timestamp": 1629348593655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:14.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
2021-08-19T04:51:14.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:15.011Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:51:15.012Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:51:15.012Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 51f887a2-0c29-4cd2-b22e-534f2eaaed62, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:15.012Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-19T04:51:15.013Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:15.013Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:15.112Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2562442769598473666/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.168Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:51:16.169Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.170Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:16.171Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-19T04:51:16.172Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf3c79e1-da7c-485b-986a-83d3485dd5b3
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:16.173Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:16.174Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:af65d610-3523-4aba-9db8-1a38b2a6c30a
Model Version:NULL
Model InvariantUuid:31c96603-50bc-423c-aaed-11f7b22d2647
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:8ab254ed-7d47-4dd3-baba-eb749e7beee4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b369299a-40eb-4588-a828-0065c2b0405a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1f6978aa-f20d-45ff-8e48-da96496fbc64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c3f93282-52d7-4b3b-b247-f3ae90c5cfcc
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5f8aa5c6-c166-4960-8ee1-9c4234f9cf58
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf3c79e1-da7c-485b-986a-83d3485dd5b3
ModelInvariantUuid:da277bf6-7fa5-4e53-aee4-6c7aba726089
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c49bb18d-51cf-4760-aa47-6444789024e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c0a8daa3-70d8-4f85-93a3-fcbd72708f86
ModelInvariantUuid:a2791c5e-d065-495d-98df-046005bc3f69
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6c9b6847-c90e-4ce0-a76a-3695df4631a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:51:16.179Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 18fb934c-5b9b-4f50-8460-21adc8dfb636
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:51:16.182Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-08-19T04:51:16.182Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18fb934c-5b9b-4f50-8460-21adc8dfb636
2021-08-19T04:51:16.182Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7307294e-bfe6-4401-83b3-bd73b5a24c98 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-19T04:51:16.182Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:51:16.182Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-19T04:51:17.585Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:51:17.586Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7307294e-bfe6-4401-83b3-bd73b5a24c98 790
2021-08-19T04:51:17.586Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-19T04:51:17.586Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-19T04:51:17.586Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:51:17.586Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:17.588Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:17.588Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348677586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:17.688Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:17.689Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:17.689Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:17.699Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:17.700Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:18.589Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c3f93282-52d7-4b3b-b247-f3ae90c5cfcc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f8aa5c6-c166-4960-8ee1-9c4234f9cf58",
    "vfModuleModelCustomizationUUID": "760bf67a-6b9e-4aa3-a39c-82024544e836",
    "isBase": true,
    "artifacts": [
      "713c568a-db12-41e4-8597-12ade4e23aa2",
      "f9d9b22e-3235-4c8f-a967-aa44a6dcca65"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:51:18.592Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f8aa5c6-c166-4960-8ee1-9c4234f9cf58
VfModuleModelInvariantUUID:c3f93282-52d7-4b3b-b247-f3ae90c5cfcc
VfModuleModelDescription:NULL
Artifacts UUID List:{
713c568a-db12-41e4-8597-12ade4e23aa2
,
f9d9b22e-3235-4c8f-a967-aa44a6dcca65

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

isBase:true


}

2021-08-19T04:51:18.595Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c3f93282-52d7-4b3b-b247-f3ae90c5cfcc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f8aa5c6-c166-4960-8ee1-9c4234f9cf58",
    "vfModuleModelCustomizationUUID": "760bf67a-6b9e-4aa3-a39c-82024544e836",
    "isBase": true,
    "artifacts": [
      "713c568a-db12-41e4-8597-12ade4e23aa2",
      "f9d9b22e-3235-4c8f-a967-aa44a6dcca65"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:51:18.595Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f8aa5c6-c166-4960-8ee1-9c4234f9cf58
VfModuleModelInvariantUUID:c3f93282-52d7-4b3b-b247-f3ae90c5cfcc
VfModuleModelDescription:NULL
Artifacts UUID List:{
713c568a-db12-41e4-8597-12ade4e23aa2
,
f9d9b22e-3235-4c8f-a967-aa44a6dcca65

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

isBase:true


}

2021-08-19T04:51:18.595Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 713c568a-db12-41e4-8597-12ade4e23aa2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-19T04:51:18.595Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:51:18.595Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-19T04:51:20.093Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:51:20.093Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 713c568a-db12-41e4-8597-12ade4e23aa2 5033
2021-08-19T04:51:20.094Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T04:51:20.094Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-19T04:51:20.094Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:51:20.094Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:20.096Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:20.096Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348680094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:20.196Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:20.197Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:20.197Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:20.206Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:20.206Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:21.096Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f9d9b22e-3235-4c8f-a967-aa44a6dcca65 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-19T04:51:21.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:51:21.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-19T04:51:22.976Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:51:22.977Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f9d9b22e-3235-4c8f-a967-aa44a6dcca65 909
2021-08-19T04:51:22.977Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T04:51:22.977Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-19T04:51:22.977Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:51:22.978Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:22.980Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:22.980Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348682977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:51:23.080Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:23.081Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:23.081Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:23.092Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:23.092Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:23.981Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: af65d610-3523-4aba-9db8-1a38b2a6c30a
2021-08-19T04:51:23.981Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 18fb934c-5b9b-4f50-8460-21adc8dfb636 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:51:23.994Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:23.995Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:23.995Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-19T04:51:23.995Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1f6978aa-f20d-45ff-8e48-da96496fbc64
2021-08-19T04:51:23.995Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f6978aa-f20d-45ff-8e48-da96496fbc64 matches Tosca VF Customization UUID: 1f6978aa-f20d-45ff-8e48-da96496fbc64
2021-08-19T04:51:23.995Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1f6978aa-f20d-45ff-8e48-da96496fbc64  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T04:51:23.997Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:23.997Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:23.998Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1f6978aa-f20d-45ff-8e48-da96496fbc64: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-19T04:51:23.998Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51c76d8e
2021-08-19T04:51:23.999Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:23.999Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:51:23.999Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 760bf67a-6b9e-4aa3-a39c-82024544e836
2021-08-19T04:51:23.999Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 760bf67a-6b9e-4aa3-a39c-82024544e836
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T04:51:24.001Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.002Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:24.002Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:51:24.002Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.002Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:24.002Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:51:24.002Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.003Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-19T04:51:24.003Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T04:51:24.003Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T04:51:24.003Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf3c79e1-da7c-485b-986a-83d3485dd5b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:51:24.005Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.005Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:24.006Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:51:24.006Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.006Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-19T04:51:24.006Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=1f6978aa-f20d-45ff-8e48-da96496fbc64
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:51:24.008Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.008Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid af65d610-3523-4aba-9db8-1a38b2a6c30a: basicclamp
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.009Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:24.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:24.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:51:24.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:51:24.010Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:51:24.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 18fb934c-5b9b-4f50-8460-21adc8dfb636 1 ASDC deployResourceStructure
2021-08-19T04:51:24.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-19T04:51:24.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-19T04:51:24.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:51:24.097Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:24.099Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:24.099Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348684097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:24.200Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:51:24.201Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:24.201Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:24.210Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:24.210Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:25.100Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T04:51:25.100Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-19T04:51:25.100Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:51:25.101Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:25.103Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:25.103Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348685100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:25.203Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:25.204Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:25.204Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:25.214Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:25.215Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:51:26.104Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T04:51:26.104Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-19T04:51:26.104Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:51:26.105Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:26.107Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:26.107Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348686104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:26.207Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:26.208Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:26.208Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:26.216Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:26.217Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:51:27.108Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-19T04:51:27.108Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-19T04:51:27.108Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:51:27.109Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:27.111Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:27.111Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348687108,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:51:27.211Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:51:27.211Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:27.211Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:27.220Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:27.220Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:51:28.111Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:51:28.121Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 213e04fd-6133-4ece-8c72-a3dd8f28f1a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.125Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.125Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.125Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:51:28.125Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:51:28.130Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:51:58.131Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:51:58.136Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and serviceModelVersionId: af65d610-3523-4aba-9db8-1a38b2a6c30a
2021-08-19T04:51:58.136Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31c96603-50bc-423c-aaed-11f7b22d2647
2021-08-19T04:51:58.137Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31c96603-50bc-423c-aaed-11f7b22d2647/model-vers/model-ver/af65d610-3523-4aba-9db8-1a38b2a6c30a?depth=0
2021-08-19T04:51:58.142Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:51:58.181Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31c96603-50bc-423c-aaed-11f7b22d2647/model-vers/model-ver/af65d610-3523-4aba-9db8-1a38b2a6c30a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-19T04:51:58.182Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31c96603-50bc-423c-aaed-11f7b22d2647/model-vers/model-ver/af65d610-3523-4aba-9db8-1a38b2a6c30a?depth=0|INFO|500||Invoke
2021-08-19T04:51:58.203Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31c96603-50bc-423c-aaed-11f7b22d2647/model-vers/model-ver/af65d610-3523-4aba-9db8-1a38b2a6c30a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:51:59.081Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31c96603-50bc-423c-aaed-11f7b22d2647/model-vers/model-ver/af65d610-3523-4aba-9db8-1a38b2a6c30a?depth=0|INFO|500||InvokeReturn
2021-08-19T04:51:59.081Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31c96603-50bc-423c-aaed-11f7b22d2647/model-vers/model-ver/af65d610-3523-4aba-9db8-1a38b2a6c30a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:51:58:210-38507], vertex-id=[217184], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:51:58 GMT], Content-Type=[application/json]}
2021-08-19T04:51:59.081Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:51:59.081Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:51:59.081Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:51:59.085Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:51:59.086Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 213e04fd-6133-4ece-8c72-a3dd8f28f1a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:51:59.086Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:51:59.086Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:51:59.088Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:51:59.088Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348719086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:51:59.187Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:51:59.188Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:51:59.188Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:51:59.199Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:51:59.199Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:52:00.099Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:52:00.099Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d4651ee8-4366-4e69-9d33-d06983999538","serviceDescription":"service","serviceInvariantUUID":"2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69e7f1de-6c29-4a60-b970-34af7f8f3328","resourceInvariantUUID":"dd4334fb-79a5-4c65-8c90-e70ac08de227","resourceCustomizationUUID":"355c2e72-9c37-4d25-ab36-4082445027c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDkxNTczMGFjODJjZDRhNzRhYjAxNzMzZWRjMDBkOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89b14181-5029-4803-85d1-ce1c2d447b04","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MWIxMjhlNWE1YzQ3NGI3MmMzNTY0ZjY4MzY2NDcxZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cef9f2b0-b91d-45a6-b0df-aff619ff28c2","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1f14ae9-922c-4eca-b845-e8989b337b7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc9cd120-7579-48ec-adce-e447b9e3a30a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbf1d0f3-d23d-4e6d-9a42-0e30387d770b","artifactVersion":"2","generatedFromUUID":"b1f14ae9-922c-4eca-b845-e8989b337b7b"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZmZhNTkzMThiMjkxZDA1MDk3NDhkZTQ3NGY5ZDdmM2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b85bb754-83cf-4603-9aa0-d31833d0b57f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZWZhYWU3NjY4Mzc5M2NiYTMwYjFlZDVhNWZiMmU4MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4446f72e-d52f-4c8b-974a-30076aae461e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTQ2NWQyOTgwNGE4Y2MzMmY1YTZhMWEyNDNjNGRjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce8b9193-5852-4191-b50a-1139111feb89","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:52:00.100Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:00.100Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:00.101Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:00.101Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:00.202Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:00.202Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:00.203Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:00.211Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:00.211Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:01.102Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:01.103Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:01.104Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:01.104Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:52:01.205Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:52:01.205Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:01.205Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:01.214Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:01.215Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:02.105Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:02.105Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:02.107Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:02.107Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:52:02.207Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:02.208Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:02.208Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:02.219Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:02.219Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:03.108Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:03.109Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:03.110Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:03.111Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:03.211Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:03.211Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:03.211Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:03.221Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:03.221Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:04.111Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:04.112Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:04.113Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:04.114Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-19T04:52:04.214Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:04.215Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:04.215Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:04.222Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:04.222Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:05.114Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:05.115Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:05.117Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:05.117Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:05.217Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:05.219Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:05.219Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:05.228Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:05.228Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:52:06.117Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:06.118Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:06.119Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:06.120Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:06.220Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:06.220Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:06.220Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:06.228Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:06.229Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:52:07.120Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:07.120Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:07.122Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:07.122Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:52:07.222Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:07.223Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:07.223Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:07.233Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:07.233Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:08.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d4651ee8-4366-4e69-9d33-d06983999538",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "355c2e72-9c37-4d25-ab36-4082445027c4",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "69e7f1de-6c29-4a60-b970-34af7f8f3328",
      "resourceInvariantUUID": "dd4334fb-79a5-4c65-8c90-e70ac08de227",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MWIxMjhlNWE1YzQ3NGI3MmMzNTY0ZjY4MzY2NDcxZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cef9f2b0-b91d-45a6-b0df-aff619ff28c2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b1f14ae9-922c-4eca-b845-e8989b337b7b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bbf1d0f3-d23d-4e6d-9a42-0e30387d770b",
            "generatedFromUUID": "b1f14ae9-922c-4eca-b845-e8989b337b7b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bbf1d0f3-d23d-4e6d-9a42-0e30387d770b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTQ2NWQyOTgwNGE4Y2MzMmY1YTZhMWEyNDNjNGRjYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce8b9193-5852-4191-b50a-1139111feb89"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:52:08.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:52:08.124Z|213e04fd-6133-4ece-8c72-a3dd8f28f1a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4651ee8-4366-4e69-9d33-d06983999538 ASDC
2021-08-19T04:52:08.124Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d4651ee8-4366-4e69-9d33-d06983999538
ServiceInvariantUUID:2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ce8b9193-5852-4191-b50a-1139111feb89
ArtifactChecksum:NTQ2NWQyOTgwNGE4Y2MzMmY1YTZhMWEyNDNjNGRjYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:355c2e72-9c37-4d25-ab36-4082445027c4
ResourceInvariantUUID:dd4334fb-79a5-4c65-8c90-e70ac08de227
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:69e7f1de-6c29-4a60-b970-34af7f8f3328
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:cef9f2b0-b91d-45a6-b0df-aff619ff28c2
ArtifactChecksum:MWIxMjhlNWE1YzQ3NGI3MmMzNTY0ZjY4MzY2NDcxZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b1f14ae9-922c-4eca-b845-e8989b337b7b
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:bbf1d0f3-d23d-4e6d-9a42-0e30387d770b
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:bbf1d0f3-d23d-4e6d-9a42-0e30387d770b
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-19T04:52:08.125Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4651ee8-4366-4e69-9d33-d06983999538 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:52:08.163Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:52:08.164Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:52:08.164Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:52:08.164Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ce8b9193-5852-4191-b50a-1139111feb89 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-19T04:52:08.164Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:52:08.164Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-19T04:52:08.350Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:52:08.353Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ce8b9193-5852-4191-b50a-1139111feb89 78584
2021-08-19T04:52:08.353Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-19T04:52:08.353Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-19T04:52:08.354Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:52:08.354Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:08.355Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:08.355Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348728353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:52:08.455Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:08.456Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:08.456Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:08.464Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:08.465Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:09.356Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:52:09.356Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:52:09.357Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ce8b9193-5852-4191-b50a-1139111feb89, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:09.357Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-19T04:52:09.357Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:09.357Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:09.441Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10038186981157864563/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-19T04:52:10.372Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.373Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:52:10.374Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.375Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:10.376Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:52:10.376Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.377Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:10.377Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:52:10.377Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.377Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:10.377Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:52:10.377Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9a7186b8-3a15-4bb0-8ba8-fedb5c828d33
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.378Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.379Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:10.379Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:10.379Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d4651ee8-4366-4e69-9d33-d06983999538
Model Version:NULL
Model InvariantUuid:2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a1047a6c-376f-4f84-b7c1-fa5ad20e05ee
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd4334fb-79a5-4c65-8c90-e70ac08de227
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:355c2e72-9c37-4d25-ab36-4082445027c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e9cc61ff-0db9-4b14-a33f-8fa177f8d6c8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dc32632c-f039-4c0f-bafd-3c7b3778b1d3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9a7186b8-3a15-4bb0-8ba8-fedb5c828d33
ModelInvariantUuid:69a710a3-4c55-411e-9af2-9b0128fdad59
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:81a4c6b7-f368-4c4b-bcd3-5e8970343e73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:6a8e373f-0c30-4288-8e65-cd802c49c067
ModelInvariantUuid:0e112100-bbef-4b59-a3df-1c32c6af2f43
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:ba839a03-ed74-4069-8c87-e6d198f628c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:52:10.385Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 69e7f1de-6c29-4a60-b970-34af7f8f3328
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:52:10.389Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-08-19T04:52:10.389Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69e7f1de-6c29-4a60-b970-34af7f8f3328
2021-08-19T04:52:10.389Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cef9f2b0-b91d-45a6-b0df-aff619ff28c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-19T04:52:10.389Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:52:10.389Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-19T04:52:10.603Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:52:10.604Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cef9f2b0-b91d-45a6-b0df-aff619ff28c2 792
2021-08-19T04:52:10.604Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-08-19T04:52:10.604Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-19T04:52:10.604Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:52:10.604Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:10.606Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:10.606Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348730604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:52:10.706Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:10.706Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:10.707Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:10.715Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:10.715Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:11.606Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e9cc61ff-0db9-4b14-a33f-8fa177f8d6c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc32632c-f039-4c0f-bafd-3c7b3778b1d3",
    "vfModuleModelCustomizationUUID": "30aa53ea-f3ec-4a05-8a89-6b503143f93f",
    "isBase": true,
    "artifacts": [
      "b1f14ae9-922c-4eca-b845-e8989b337b7b",
      "bbf1d0f3-d23d-4e6d-9a42-0e30387d770b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:52:11.610Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc32632c-f039-4c0f-bafd-3c7b3778b1d3
VfModuleModelInvariantUUID:e9cc61ff-0db9-4b14-a33f-8fa177f8d6c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1f14ae9-922c-4eca-b845-e8989b337b7b
,
bbf1d0f3-d23d-4e6d-9a42-0e30387d770b

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

isBase:true


}

2021-08-19T04:52:11.612Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e9cc61ff-0db9-4b14-a33f-8fa177f8d6c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc32632c-f039-4c0f-bafd-3c7b3778b1d3",
    "vfModuleModelCustomizationUUID": "30aa53ea-f3ec-4a05-8a89-6b503143f93f",
    "isBase": true,
    "artifacts": [
      "b1f14ae9-922c-4eca-b845-e8989b337b7b",
      "bbf1d0f3-d23d-4e6d-9a42-0e30387d770b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-19T04:52:11.612Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc32632c-f039-4c0f-bafd-3c7b3778b1d3
VfModuleModelInvariantUUID:e9cc61ff-0db9-4b14-a33f-8fa177f8d6c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1f14ae9-922c-4eca-b845-e8989b337b7b
,
bbf1d0f3-d23d-4e6d-9a42-0e30387d770b

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

isBase:true


}

2021-08-19T04:52:11.612Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b1f14ae9-922c-4eca-b845-e8989b337b7b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-19T04:52:11.612Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:52:11.613Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-19T04:52:11.946Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:52:11.946Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b1f14ae9-922c-4eca-b845-e8989b337b7b 5033
2021-08-19T04:52:11.946Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-19T04:52:11.946Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-19T04:52:11.946Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:52:11.947Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:11.948Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:11.948Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348731946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:52:12.048Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:12.049Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:12.049Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:12.060Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:12.061Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:12.948Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bbf1d0f3-d23d-4e6d-9a42-0e30387d770b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-19T04:52:12.949Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:52:12.949Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-19T04:52:13.113Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:52:13.114Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bbf1d0f3-d23d-4e6d-9a42-0e30387d770b 903
2021-08-19T04:52:13.114Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-19T04:52:13.114Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-19T04:52:13.114Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:52:13.114Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:13.116Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:13.116Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348733114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:52:13.216Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:13.217Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:13.217Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:13.224Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:13.225Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:14.116Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d4651ee8-4366-4e69-9d33-d06983999538
2021-08-19T04:52:14.117Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 69e7f1de-6c29-4a60-b970-34af7f8f3328 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:52:14.129Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.129Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.129Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-19T04:52:14.129Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 355c2e72-9c37-4d25-ab36-4082445027c4
2021-08-19T04:52:14.129Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 355c2e72-9c37-4d25-ab36-4082445027c4 matches Tosca VF Customization UUID: 355c2e72-9c37-4d25-ab36-4082445027c4
2021-08-19T04:52:14.129Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 355c2e72-9c37-4d25-ab36-4082445027c4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T04:52:14.132Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.132Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.133Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 355c2e72-9c37-4d25-ab36-4082445027c4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-19T04:52:14.133Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cd2d770
2021-08-19T04:52:14.133Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.133Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:52:14.134Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30aa53ea-f3ec-4a05-8a89-6b503143f93f
2021-08-19T04:52:14.134Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30aa53ea-f3ec-4a05-8a89-6b503143f93f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T04:52:14.136Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.136Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:14.136Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-19T04:52:14.137Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9a7186b8-3a15-4bb0-8ba8-fedb5c828d33
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:52:14.139Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.139Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:14.139Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:52:14.139Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.139Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-19T04:52:14.139Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=355c2e72-9c37-4d25-ab36-4082445027c4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:52:14.141Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.141Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.141Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d4651ee8-4366-4e69-9d33-d06983999538: basic_vm_macro
2021-08-19T04:52:14.141Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.141Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.142Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:52:14.143Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:52:14.143Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:52:14.220Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 69e7f1de-6c29-4a60-b970-34af7f8f3328 1 ASDC deployResourceStructure
2021-08-19T04:52:14.220Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-08-19T04:52:14.220Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-19T04:52:14.220Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:52:14.220Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:14.222Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:14.222Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348734220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:52:14.322Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:14.323Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:14.323Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:14.335Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:14.336Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:52:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:52:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:52:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:14.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:14.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2bd4777-6e2a-4982-995a-7fdbc2c15166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348664586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:52:14.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:52:14.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:14.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:52:14.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:52:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:52:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348674008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:52:14.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:52:15.223Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-19T04:52:15.223Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-19T04:52:15.223Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:52:15.224Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:15.225Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:15.226Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348735223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:52:15.326Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:15.326Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:15.326Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:15.336Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:15.337Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:16.227Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-19T04:52:16.227Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-19T04:52:16.227Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:52:16.227Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:16.229Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:16.229Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348736226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:52:16.329Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:16.330Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:16.330Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:16.338Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:16.339Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:17.231Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-19T04:52:17.231Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-19T04:52:17.231Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:52:17.231Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:17.233Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:17.233Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348737231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:52:17.333Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:17.334Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:17.334Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:17.342Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:17.342Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:18.233Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:52:18.245Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:52:18.248Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:52:18.249Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:52:18.249Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:52:18.253Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:52:48.254Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:52:48.260Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and serviceModelVersionId: d4651ee8-4366-4e69-9d33-d06983999538
2021-08-19T04:52:48.260Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b
2021-08-19T04:52:48.261Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0
2021-08-19T04:52:48.264Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:52:48.298Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0|INFO|500||Invoke
2021-08-19T04:52:48.298Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c87fe43-249e-4d29-9ad9-52cbe1792948], X-ECOMP-RequestID=[6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5], X-TransactionId=[], X-ONAP-RequestID=[6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5], Content-Type=[application/merge-patch+json]}
2021-08-19T04:52:48.316Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:52:48.507Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?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/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:52:48:334-98492], vertex-id=[204832], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:52:48 GMT], Content-Type=[application/json]}
2021-08-19T04:52:48.507Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:52:48.508Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e1f29c7-7ecf-4ecc-b60f-e76b5ca2192b/model-vers/model-ver/d4651ee8-4366-4e69-9d33-d06983999538?depth=0|INFO|500||InvokeReturn
2021-08-19T04:52:48.508Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:52:48.508Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:52:48.512Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:52:48.512Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:52:48.512Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:52:48.512Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:48.514Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:48.514Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348768512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:52:48.614Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:48.615Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:48.615Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:48.627Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:48.627Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 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-08-19T04:52:49.526Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:52:49.527Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:52:49.527Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:53.811Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:53.811Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:52:53.811Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c184b141-b687-48cb-8276-920bba4296de","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"eb05fe64-7c5b-432b-a1bc-431b900cfbcd","serviceDescription":"service","serviceInvariantUUID":"3ca050bb-e8b7-4ec9-80db-48fc22cd94ff","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e79ad5b0-8fbb-4107-a0ce-3ba08535e10e","resourceInvariantUUID":"135e7aae-c735-4e90-b19a-7815ae175e0b","resourceCustomizationUUID":"8e26df7b-95ea-4d11-a703-d9ead9a38b09","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":"ZWU2OGU1YWFhNDc5ODA2YjNkZTdmMWZmZDJjZDRiZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c75e693-415c-4172-9c89-5ca0f7fc482e","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":"f5575e2d-1413-4cb8-a781-1d7bc52de5c1","artifactVersion":"2","generatedFromUUID":"905ee05a-a336-45ee-93fb-2321a834267d"},{"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":"905ee05a-a336-45ee-93fb-2321a834267d","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":"ZjIwZDIxMmRjMmIxY2EwODFjMDJhYWFmNDkwY2EzNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bad5407-208f-4eb5-ac69-608af877100d","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":"4942365a-d38b-4bdf-9192-4e012c49aa5f","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":"cb2b0d28-76f0-4b77-af90-706f07763afd","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":"b2c56bc9-03fd-4913-8c95-d7edb66e5ee4","artifactVersion":"2","generatedFromUUID":"4942365a-d38b-4bdf-9192-4e012c49aa5f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDI4M2M2OGJmZDY2MmM1ZjE5ZmMyMjM0MjhkMDZmNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34202bbe-a461-47ab-b32f-8d3e4a697808","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWRmZGMyNzljMmJlYmM5NDIyZGU3YzEyM2VkYTVhNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"363dbc5d-cb92-4486-b155-fabd3b42abb3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:52:53.813Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:53.813Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:53.814Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:53.814Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:53.915Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:52:53.915Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:53.916Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:53.923Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:53.924Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:54.815Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:54.815Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:54.817Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:54.817Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-19T04:52:54.918Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:52:54.918Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:54.918Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:54.931Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:54.932Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:55.818Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:55.819Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:55.820Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:55.820Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-19T04:52:55.920Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:55.921Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:55.921Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:55.930Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:55.931Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:56.821Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:56.821Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:56.823Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:56.823Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:52:56.923Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:56.925Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:56.925Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:56.934Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:56.934Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:57.824Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:57.824Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:57.826Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:57.826Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:52:57.926Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:57.927Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:57.927Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:57.938Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:57.939Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:58.827Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:58.828Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:58.830Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:58.830Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:52:58.930Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:58.931Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:58.931Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:58.941Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:58.942Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:52:59.830Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:52:59.831Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:52:59.833Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:52:59.833Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-19T04:52:59.933Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:52:59.934Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:52:59.934Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:52:59.943Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:52:59.943Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:53:00.834Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:53:00.834Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:00.836Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:00.837Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:53:00.937Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:00.937Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:00.938Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:00.947Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:00.948Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:01.837Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:53:01.837Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:01.839Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:01.840Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:53:01.940Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:01.940Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:01.941Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:01.950Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:01.951Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:02.841Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "eb05fe64-7c5b-432b-a1bc-431b900cfbcd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ca050bb-e8b7-4ec9-80db-48fc22cd94ff",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8e26df7b-95ea-4d11-a703-d9ead9a38b09",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e79ad5b0-8fbb-4107-a0ce-3ba08535e10e",
      "resourceInvariantUUID": "135e7aae-c735-4e90-b19a-7815ae175e0b",
      "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": "f5575e2d-1413-4cb8-a781-1d7bc52de5c1",
          "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": "905ee05a-a336-45ee-93fb-2321a834267d",
          "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": "ZjIwZDIxMmRjMmIxY2EwODFjMDJhYWFmNDkwY2EzNDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5bad5407-208f-4eb5-ac69-608af877100d",
          "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": "4942365a-d38b-4bdf-9192-4e012c49aa5f",
          "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": "b2c56bc9-03fd-4913-8c95-d7edb66e5ee4",
            "generatedFromUUID": "4942365a-d38b-4bdf-9192-4e012c49aa5f"
          },
          "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": "b2c56bc9-03fd-4913-8c95-d7edb66e5ee4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWRmZGMyNzljMmJlYmM5NDIyZGU3YzEyM2VkYTVhNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "363dbc5d-cb92-4486-b155-fabd3b42abb3"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:53:02.841Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:53:02.841Z|6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 eb05fe64-7c5b-432b-a1bc-431b900cfbcd ASDC
2021-08-19T04:53:02.841Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c184b141-b687-48cb-8276-920bba4296de
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:eb05fe64-7c5b-432b-a1bc-431b900cfbcd
ServiceInvariantUUID:3ca050bb-e8b7-4ec9-80db-48fc22cd94ff
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:363dbc5d-cb92-4486-b155-fabd3b42abb3
ArtifactChecksum:OWRmZGMyNzljMmJlYmM5NDIyZGU3YzEyM2VkYTVhNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8e26df7b-95ea-4d11-a703-d9ead9a38b09
ResourceInvariantUUID:135e7aae-c735-4e90-b19a-7815ae175e0b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e79ad5b0-8fbb-4107-a0ce-3ba08535e10e
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:f5575e2d-1413-4cb8-a781-1d7bc52de5c1
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:905ee05a-a336-45ee-93fb-2321a834267d
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:5bad5407-208f-4eb5-ac69-608af877100d
ArtifactChecksum:ZjIwZDIxMmRjMmIxY2EwODFjMDJhYWFmNDkwY2EzNDg=
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:4942365a-d38b-4bdf-9192-4e012c49aa5f
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:b2c56bc9-03fd-4913-8c95-d7edb66e5ee4
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:b2c56bc9-03fd-4913-8c95-d7edb66e5ee4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-19T04:53:02.841Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb05fe64-7c5b-432b-a1bc-431b900cfbcd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:53:02.875Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:53:02.875Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:53:02.875Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:53:02.875Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 363dbc5d-cb92-4486-b155-fabd3b42abb3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-19T04:53:02.875Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:53:02.876Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-19T04:53:04.086Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:53:04.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 363dbc5d-cb92-4486-b155-fabd3b42abb3 68761
2021-08-19T04:53:04.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-19T04:53:04.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-19T04:53:04.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:53:04.090Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:04.091Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:04.091Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348784089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:04.192Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:53:04.192Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:04.192Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:04.201Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:04.201Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:05.092Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:53:05.093Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:53:05.093Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 363dbc5d-cb92-4486-b155-fabd3b42abb3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-19T04:53:05.093Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-19T04:53:05.094Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-19T04:53:05.094Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-19T04:53:05.191Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8179082170000648286/Definitions/service-BasicCnf-template.yml
2021-08-19T04:53:06.129Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:53:06.129Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.130Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:06.131Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:53:06.131Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:53:06.131Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.131Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.131Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:06.131Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:53:06.132Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-19T04:53:06.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d4a558e3-55c5-4a92-a04b-0dd11875c516
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:06.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:eb05fe64-7c5b-432b-a1bc-431b900cfbcd
Model Version:NULL
Model InvariantUuid:3ca050bb-e8b7-4ec9-80db-48fc22cd94ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:48a613f5-c036-4ff0-91d3-7d5e5375c088
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:135e7aae-c735-4e90-b19a-7815ae175e0b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e26df7b-95ea-4d11-a703-d9ead9a38b09
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed83dc79-1d2c-4ec4-ab5c-9cb126cc71f7
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d8636246-7455-436e-ab13-c007af7a2108
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4a558e3-55c5-4a92-a04b-0dd11875c516
ModelInvariantUuid:53e69e91-74ff-4c06-82d8-d1fa56369d39
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a49c44e0-3a19-4ea6-9456-8ba8a4d8cca2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d96a02e6-b59e-4e32-8ee1-c113d641591f
ModelInvariantUuid:d5fb9322-f6bc-43a2-a3f9-d5f7a94a9557
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:87f6f5fc-84b1-4a05-9685-7033eb86ae65
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:53:06.140Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e79ad5b0-8fbb-4107-a0ce-3ba08535e10e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:53:06.142Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-08-19T04:53:06.143Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e79ad5b0-8fbb-4107-a0ce-3ba08535e10e
2021-08-19T04:53:06.143Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5575e2d-1413-4cb8-a781-1d7bc52de5c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-19T04:53:06.143Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:53:06.143Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:06.409Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:53:06.409Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f5575e2d-1413-4cb8-a781-1d7bc52de5c1 12
2021-08-19T04:53:06.410Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:06.410Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:06.410Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:53:06.410Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:06.411Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:06.411Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348786410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:06.512Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:53:06.512Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:06.513Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:06.523Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:06.524Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:07.412Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 905ee05a-a336-45ee-93fb-2321a834267d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-19T04:53:07.412Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:53:07.412Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:07.633Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:53:07.633Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 905ee05a-a336-45ee-93fb-2321a834267d 2688
2021-08-19T04:53:07.633Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:07.633Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:07.633Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:53:07.633Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:07.635Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:07.635Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348787633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:07.735Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:07.736Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:07.736Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:07.744Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:07.745Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:08.636Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5bad5407-208f-4eb5-ac69-608af877100d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-19T04:53:08.637Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:53:08.637Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:08.797Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:53:08.798Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5bad5407-208f-4eb5-ac69-608af877100d 828
2021-08-19T04:53:08.798Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:08.798Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:08.798Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:53:08.799Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:08.800Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:08.800Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348788798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:08.900Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:08.901Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:08.901Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:08.911Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:08.911Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:09.801Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ed83dc79-1d2c-4ec4-ab5c-9cb126cc71f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8636246-7455-436e-ab13-c007af7a2108",
    "vfModuleModelCustomizationUUID": "c3ca1ce9-f20d-49da-a31d-b8d2b422034a",
    "isBase": true,
    "artifacts": [
      "4942365a-d38b-4bdf-9192-4e012c49aa5f",
      "905ee05a-a336-45ee-93fb-2321a834267d",
      "b2c56bc9-03fd-4913-8c95-d7edb66e5ee4"
    ],
    "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-08-19T04:53:09.804Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8636246-7455-436e-ab13-c007af7a2108
VfModuleModelInvariantUUID:ed83dc79-1d2c-4ec4-ab5c-9cb126cc71f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
4942365a-d38b-4bdf-9192-4e012c49aa5f
,
905ee05a-a336-45ee-93fb-2321a834267d
,
b2c56bc9-03fd-4913-8c95-d7edb66e5ee4

}
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-08-19T04:53:09.805Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ed83dc79-1d2c-4ec4-ab5c-9cb126cc71f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8636246-7455-436e-ab13-c007af7a2108",
    "vfModuleModelCustomizationUUID": "c3ca1ce9-f20d-49da-a31d-b8d2b422034a",
    "isBase": true,
    "artifacts": [
      "4942365a-d38b-4bdf-9192-4e012c49aa5f",
      "905ee05a-a336-45ee-93fb-2321a834267d",
      "b2c56bc9-03fd-4913-8c95-d7edb66e5ee4"
    ],
    "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-08-19T04:53:09.805Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8636246-7455-436e-ab13-c007af7a2108
VfModuleModelInvariantUUID:ed83dc79-1d2c-4ec4-ab5c-9cb126cc71f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
4942365a-d38b-4bdf-9192-4e012c49aa5f
,
905ee05a-a336-45ee-93fb-2321a834267d
,
b2c56bc9-03fd-4913-8c95-d7edb66e5ee4

}
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-08-19T04:53:09.805Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4942365a-d38b-4bdf-9192-4e012c49aa5f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-19T04:53:09.805Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:53:09.806Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:09.962Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:53:09.963Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4942365a-d38b-4bdf-9192-4e012c49aa5f 1164
2021-08-19T04:53:09.963Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:09.963Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:09.963Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:53:09.963Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:09.966Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:09.966Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348789963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:10.065Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:53:10.066Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:10.066Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:10.076Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:10.076Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:10.966Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b2c56bc9-03fd-4913-8c95-d7edb66e5ee4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-19T04:53:10.967Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:53:10.967Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:11.133Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:53:11.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b2c56bc9-03fd-4913-8c95-d7edb66e5ee4 200
2021-08-19T04:53:11.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:11.134Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:11.135Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:53:11.135Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:11.136Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:11.136Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348791134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:11.237Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:11.238Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:11.238Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:11.250Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:11.250Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:12.137Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eb05fe64-7c5b-432b-a1bc-431b900cfbcd
2021-08-19T04:53:12.137Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e79ad5b0-8fbb-4107-a0ce-3ba08535e10e ASDC
2021-08-19T04:53:12.143Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:53:12.154Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.154Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.154Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-19T04:53:12.154Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8e26df7b-95ea-4d11-a703-d9ead9a38b09
2021-08-19T04:53:12.154Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e26df7b-95ea-4d11-a703-d9ead9a38b09 matches Tosca VF Customization UUID: 8e26df7b-95ea-4d11-a703-d9ead9a38b09
2021-08-19T04:53:12.154Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8e26df7b-95ea-4d11-a703-d9ead9a38b09  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T04:53:12.156Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.156Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.157Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8e26df7b-95ea-4d11-a703-d9ead9a38b09: {\"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-08-19T04:53:12.157Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47574a47
2021-08-19T04:53:12.157Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.157Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T04:53:12.158Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3ca1ce9-f20d-49da-a31d-b8d2b422034a
2021-08-19T04:53:12.158Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3ca1ce9-f20d-49da-a31d-b8d2b422034a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T04:53:12.160Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.160Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:12.160Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:53:12.160Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.160Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:12.160Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:53:12.161Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.161Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-19T04:53:12.161Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-19T04:53:12.161Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d4a558e3-55c5-4a92-a04b-0dd11875c516
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T04:53:12.163Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.163Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:12.163Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T04:53:12.163Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.163Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-19T04:53:12.163Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8e26df7b-95ea-4d11-a703-d9ead9a38b09
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:53:12.165Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.165Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.165Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eb05fe64-7c5b-432b-a1bc-431b900cfbcd: basic_cnf
2021-08-19T04:53:12.166Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.166Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.166Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.166Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.166Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.166Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.167Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.167Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.167Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:53:12.167Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:53:12.167Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:12.237Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e79ad5b0-8fbb-4107-a0ce-3ba08535e10e 1 ASDC deployResourceStructure
2021-08-19T04:53:12.237Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:12.237Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:12.237Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-19T04:53:12.238Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:12.239Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:12.239Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348792237,
  "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-08-19T04:53:12.340Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:12.340Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:12.341Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:12.351Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:12.351Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:13.240Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:13.241Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:13.241Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-19T04:53:13.241Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:13.243Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:13.244Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348793240,
  "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-08-19T04:53:13.344Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:13.344Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:13.344Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:13.354Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:13.354Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:14.245Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:14.245Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:14.245Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:53:14.245Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:14.247Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:14.247Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348794244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:14.348Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:53:14.348Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:14.349Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:14.360Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:14.361Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:53:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:53:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:14.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:14.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348677586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348680094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348682977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348684097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348685100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348686104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348687108,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "213e04fd-6133-4ece-8c72-a3dd8f28f1a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348719086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348554595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348728353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348730604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348731946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348733114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348734220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:14.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:53:15.248Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:15.249Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:15.249Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:53:15.250Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:15.251Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:15.252Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348795248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:15.352Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:15.353Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:15.353Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:15.362Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:15.362Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:16.252Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:16.253Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||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-08-19T04:53:16.253Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:53:16.253Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:16.255Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:16.255Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348796252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:16.355Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:16.356Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:16.356Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:16.366Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:16.366Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:17.255Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-19T04:53:17.256Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-19T04:53:17.256Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:53:17.256Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:53:17.258Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:53:17.258Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348797255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:53:17.358Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:53:17.359Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:53:17.359Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:53:17.368Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:53:17.369Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:53:18.259Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c184b141-b687-48cb-8276-920bba4296de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:53:18.268Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c184b141-b687-48cb-8276-920bba4296de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:53:18.269Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:53:18.270Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:53:18.270Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:53:48.270Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c184b141-b687-48cb-8276-920bba4296de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:53:48.279Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c184b141-b687-48cb-8276-920bba4296de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:53:48.281Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:53:48.281Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:53:48.281Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:54:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:54:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:54:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:14.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:14.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348735223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348736226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348737231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348750341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "dcae-sch",
  "timestamp": 1629348757293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348751504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348758236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348767458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348767479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348758899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348768195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348768461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d6cca17-e88e-48bb-b9d4-4b88b7a1ffe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348768512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348768826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348768892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "policy-id",
  "timestamp": 1629348769464,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:54:14.642Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c184b141-b687-48cb-8276-920bba4296de
2021-08-19T04:54:14.642Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c184b141-b687-48cb-8276-920bba4296de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:54:14.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348761101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "cds",
  "timestamp": 1629348769898,
  "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-08-19T04:54:14.656Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c184b141-b687-48cb-8276-920bba4296de
2021-08-19T04:54:14.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c184b141-b687-48cb-8276-920bba4296de and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:54:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348770046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348771216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348772267,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:54:14.671Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c184b141-b687-48cb-8276-920bba4296de
2021-08-19T04:54:14.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c184b141-b687-48cb-8276-920bba4296de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348773269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348773813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348765278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "aai-ml",
  "timestamp": 1629348774817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:54:14.686Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c184b141-b687-48cb-8276-920bba4296de
2021-08-19T04:54:14.686Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c184b141-b687-48cb-8276-920bba4296de and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:54:14.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348767933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348779482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348781574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348769526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348782583,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:54:14.707Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c184b141-b687-48cb-8276-920bba4296de
2021-08-19T04:54:14.707Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c184b141-b687-48cb-8276-920bba4296de and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:54:14.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348784089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348784457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348785530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348786410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "clamp",
  "timestamp": 1629348786534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:54:14.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c184b141-b687-48cb-8276-920bba4296de
2021-08-19T04:54:14.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c184b141-b687-48cb-8276-920bba4296de and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:54:14.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348787633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348788798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348789963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348791134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348792237,
  "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-08-19T04:54:14.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348793240,
  "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-08-19T04:54:14.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "dcae-sch",
  "timestamp": 1629348777293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348785284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348794244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-19T04:54:14.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:54:18.282Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c184b141-b687-48cb-8276-920bba4296de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:54:18.291Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c184b141-b687-48cb-8276-920bba4296de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:54:18.294Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:54:18.299Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:54:48.299Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c184b141-b687-48cb-8276-920bba4296de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:54:48.304Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c184b141-b687-48cb-8276-920bba4296de and serviceModelVersionId: eb05fe64-7c5b-432b-a1bc-431b900cfbcd
2021-08-19T04:54:48.304Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ca050bb-e8b7-4ec9-80db-48fc22cd94ff
2021-08-19T04:54:48.305Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0
2021-08-19T04:54:48.308Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:54:48.340Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0|INFO|500||Invoke
2021-08-19T04:54:48.340Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c184b141-b687-48cb-8276-920bba4296de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1c79703-62e4-4459-af09-f0aebda6820b], X-ECOMP-RequestID=[c184b141-b687-48cb-8276-920bba4296de], X-TransactionId=[], X-ONAP-RequestID=[c184b141-b687-48cb-8276-920bba4296de], Content-Type=[application/merge-patch+json]}
2021-08-19T04:54:48.357Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:54:48.441Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?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/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-04:54:48:364-74951], vertex-id=[229408], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:54:48 GMT], Content-Type=[application/json]}
2021-08-19T04:54:48.441Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:54:48.442Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ca050bb-e8b7-4ec9-80db-48fc22cd94ff/model-vers/model-ver/eb05fe64-7c5b-432b-a1bc-431b900cfbcd?depth=0|INFO|500||InvokeReturn
2021-08-19T04:54:48.442Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:54:48.442Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:54:48.446Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:54:48.446Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c184b141-b687-48cb-8276-920bba4296de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:54:48.446Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:54:48.446Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:48.448Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:48.448Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348888446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:54:48.548Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:48.548Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:54:48.548Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:48.561Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:48.561Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:54:49.458Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:54:49.458Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:54:49.458Z|c184b141-b687-48cb-8276-920bba4296de|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:50.078Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:50.078Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T04:54:50.078Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"495c4f86-286e-455e-918b-ea2acece0664","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e95bcb35-3823-4f5d-82fc-ca6de9ef09e5","serviceDescription":"service","serviceInvariantUUID":"c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83e27d54-f673-4435-aaa4-2a18799e064b","resourceInvariantUUID":"3a3d5f1f-82a8-4132-9315-bc063fb0fad4","resourceCustomizationUUID":"131951b0-c654-4bc4-8337-0039ac068b2e","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":"ZGExOWM0YWZjMjJhN2QwNjU4YzlhZjIwNjFkNWYzNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a887b580-cf6d-4c23-8cc9-f3bad3ca8a79","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":"07706dc7-93ff-4d71-8867-41bb2ed3fdfc","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":"c2eb3a4c-d17a-417d-b0f7-7da8234a3736","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":"ZGQ2MDY3NzVmMDM0YTM0NTY0ZWQwMDEzZjllYTc3M2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0be64492-89e4-4b52-b50d-7b4435c7578a","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":"034b8cb0-8466-4573-a4c1-d7d5e2030ccc","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":"cc07ed60-36cd-4f87-b478-2616f364595f","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":"e0e3fe36-4afe-4a2d-83e7-7a2ab9af09a2","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":"NjBmNTc4YzlhNDQxMDcyZTM0OGRiYmU3NzVlYjRhZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"554e6f49-7748-4391-8859-e66001b2b7d8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDdmODVmYWQ0YTkzOGQzZjY2YjBhMDJmODRjY2MzODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10053f0d-21c5-4e1f-88ed-1736b5db64d3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T04:54:50.079Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:50.080Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:50.081Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:50.081Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:50.181Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:50.182Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:54:50.182Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:50.190Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:50.191Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:54:51.082Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:51.082Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:51.084Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:51.084Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:51.184Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:51.185Z||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-08-19T04:54:51.185Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:51.194Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:51.194Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:54:52.084Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:52.087Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:52.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:52.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:52.189Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:52.190Z||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-08-19T04:54:52.190Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:52.199Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:52.199Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:54:53.089Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:53.090Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:53.092Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:53.092Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:53.192Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:53.193Z||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-08-19T04:54:53.193Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:53.202Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:53.203Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:54:54.092Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:54.093Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:54.095Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:54.095Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:54.195Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:54.196Z||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-08-19T04:54:54.196Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:54.204Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:54.204Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:54:55.095Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:55.096Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:55.098Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:55.098Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:55.199Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T04:54:55.200Z||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-08-19T04:54:55.200Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:55.211Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:55.212Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:54:56.099Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:56.099Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:56.102Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:56.102Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:56.202Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:56.203Z||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-08-19T04:54:56.203Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:56.212Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:56.213Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:54:57.103Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:57.104Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:57.106Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:57.106Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:54:57.206Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:57.207Z||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-08-19T04:54:57.207Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:57.218Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:57.218Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T04:54:58.106Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T04:54:58.107Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:54:58.109Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:54:58.110Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:54:58.210Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:54:58.211Z||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-08-19T04:54:58.211Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:54:58.219Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:54:58.219Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:54:59.111Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e95bcb35-3823-4f5d-82fc-ca6de9ef09e5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "131951b0-c654-4bc4-8337-0039ac068b2e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "83e27d54-f673-4435-aaa4-2a18799e064b",
      "resourceInvariantUUID": "3a3d5f1f-82a8-4132-9315-bc063fb0fad4",
      "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": "ZDdmODVmYWQ0YTkzOGQzZjY2YjBhMDJmODRjY2MzODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10053f0d-21c5-4e1f-88ed-1736b5db64d3"
    }
  ],
  "workloadContext": "Production"
}
2021-08-19T04:54:59.111Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T04:54:59.111Z|c184b141-b687-48cb-8276-920bba4296de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e95bcb35-3823-4f5d-82fc-ca6de9ef09e5 ASDC
2021-08-19T04:54:59.112Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:495c4f86-286e-455e-918b-ea2acece0664
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e95bcb35-3823-4f5d-82fc-ca6de9ef09e5
ServiceInvariantUUID:c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a
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:10053f0d-21c5-4e1f-88ed-1736b5db64d3
ArtifactChecksum:ZDdmODVmYWQ0YTkzOGQzZjY2YjBhMDJmODRjY2MzODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:131951b0-c654-4bc4-8337-0039ac068b2e
ResourceInvariantUUID:3a3d5f1f-82a8-4132-9315-bc063fb0fad4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:83e27d54-f673-4435-aaa4-2a18799e064b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-19T04:54:59.112Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e95bcb35-3823-4f5d-82fc-ca6de9ef09e5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:54:59.135Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:54:59.135Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:54:59.135Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:54:59.135Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 10053f0d-21c5-4e1f-88ed-1736b5db64d3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-19T04:54:59.135Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-19T04:54:59.136Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-19T04:55:00.487Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-19T04:55:00.491Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 10053f0d-21c5-4e1f-88ed-1736b5db64d3 105555
2021-08-19T04:55:00.492Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-19T04:55:00.492Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-19T04:55:00.492Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T04:55:00.492Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:55:00.494Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:55:00.494Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348900492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:55:00.594Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:55:00.595Z||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-08-19T04:55:00.596Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:55:00.607Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:55:00.607Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:55:01.495Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T04:55:01.496Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-19T04:55:01.496Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 10053f0d-21c5-4e1f-88ed-1736b5db64d3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:01.496Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-08-19T04:55:01.497Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:01.497Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:01.617Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9120493201305534391/Definitions/service-TestPnfMacro-template.yml
2021-08-19T04:55:02.271Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T04:55:02.271Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:55:02.271Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.271Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-19T04:55:02.271Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-19T04:55:02.272Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.273Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.274Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.274Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.274Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.274Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e95bcb35-3823-4f5d-82fc-ca6de9ef09e5
Model Version:NULL
Model InvariantUuid:c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-19T04:55:02.281Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83e27d54-f673-4435-aaa4-2a18799e064b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:55:02.283Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-08-19T04:55:02.283Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83e27d54-f673-4435-aaa4-2a18799e064b
2021-08-19T04:55:02.284Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e95bcb35-3823-4f5d-82fc-ca6de9ef09e5
2021-08-19T04:55:02.284Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e95bcb35-3823-4f5d-82fc-ca6de9ef09e5
2021-08-19T04:55:02.284Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 83e27d54-f673-4435-aaa4-2a18799e064b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:55:02.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e95bcb35-3823-4f5d-82fc-ca6de9ef09e5: test-pnf
2021-08-19T04:55:02.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Processing PNF resource: 83e27d54-f673-4435-aaa4-2a18799e064b
2021-08-19T04:55:02.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-19T04:55:02.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T04:55:02.289Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||Resource customization UUID: 131951b0-c654-4bc4-8337-0039ac068b2e is the same as notified resource customizationUUID: 131951b0-c654-4bc4-8337-0039ac068b2e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-19T04:55:02.326Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 83e27d54-f673-4435-aaa4-2a18799e064b 0 ASDC deployResourceStructure
2021-08-19T04:55:02.326Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-19T04:55:02.326Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-19T04:55:02.327Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T04:55:02.327Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:55:02.329Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:55:02.329Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348902326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:55:02.429Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T04:55:02.430Z||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-08-19T04:55:02.430Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:55:02.439Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:55:02.439Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-19T04:55:03.330Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:55:03.342Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:55:03.345Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:55:03.345Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:55:03.345Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:55:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:55:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:55:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:55:14.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:55:14.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-19T04:55:14.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:55:14.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:55:33.346Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:55:33.355Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:55:33.357Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:55:33.357Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:55:33.357Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:56:03.357Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:56:03.366Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:56:03.368Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:56:03.368Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T04:56:03.369Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T04:56:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:56:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:56:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:56:14.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:56:14.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348795248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348796184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:56:14.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348796252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348788236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:56:14.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348797206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348797255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348788899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:56:14.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629348798210,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:14.645Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 495c4f86-286e-455e-918b-ea2acece0664
2021-08-19T04:56:14.645Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 495c4f86-286e-455e-918b-ea2acece0664 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:56:14.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629348790341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348799399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:56:14.656Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348791101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348791504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348800183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:56:14.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "cds",
  "timestamp": 1629348801485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:14.664Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 495c4f86-286e-455e-918b-ea2acece0664
2021-08-19T04:56:14.664Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 495c4f86-286e-455e-918b-ea2acece0664 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:56:14.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348802694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:56:14.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348803697,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348804485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "policy-id",
  "timestamp": 1629348804699,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:14.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 495c4f86-286e-455e-918b-ea2acece0664
2021-08-19T04:56:14.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 495c4f86-286e-455e-918b-ea2acece0664 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:56:14.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "aai-ml",
  "timestamp": 1629348805488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:14.700Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 495c4f86-286e-455e-918b-ea2acece0664
2021-08-19T04:56:14.700Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 495c4f86-286e-455e-918b-ea2acece0664 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:56:14.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:56:14.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348806461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:56:14.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348797933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:56:14.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:56:14.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348807773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:56:14.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348808469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "clamp",
  "timestamp": 1629348809472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:14.719Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 495c4f86-286e-455e-918b-ea2acece0664
2021-08-19T04:56:14.719Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 495c4f86-286e-455e-918b-ea2acece0664 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:56:14.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348809516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:56:14.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:56:14.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:56:14.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629348810519,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:14.736Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 495c4f86-286e-455e-918b-ea2acece0664
2021-08-19T04:56:14.736Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 495c4f86-286e-455e-918b-ea2acece0664 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T04:56:33.369Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:56:33.378Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T04:56:33.380Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T04:56:33.380Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T04:56:33.380Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T04:56:33.380Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T04:56:33.380Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-19T04:56:33.381Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T04:56:33.386Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T04:57:03.387Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 495c4f86-286e-455e-918b-ea2acece0664 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T04:57:03.393Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 495c4f86-286e-455e-918b-ea2acece0664 and serviceModelVersionId: e95bcb35-3823-4f5d-82fc-ca6de9ef09e5
2021-08-19T04:57:03.393Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a
2021-08-19T04:57:03.394Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a/model-vers/model-ver/e95bcb35-3823-4f5d-82fc-ca6de9ef09e5?depth=0
2021-08-19T04:57:03.397Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T04:57:03.425Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a/model-vers/model-ver/e95bcb35-3823-4f5d-82fc-ca6de9ef09e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-19T04:57:03.427Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a/model-vers/model-ver/e95bcb35-3823-4f5d-82fc-ca6de9ef09e5?depth=0|INFO|500||Invoke
2021-08-19T04:57:03.452Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a/model-vers/model-ver/e95bcb35-3823-4f5d-82fc-ca6de9ef09e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-19T04:57:04.002Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a/model-vers/model-ver/e95bcb35-3823-4f5d-82fc-ca6de9ef09e5?depth=0|INFO|500||InvokeReturn
2021-08-19T04:57:04.002Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0e1c183-cd7a-483c-adf0-3f6b2dc65f1a/model-vers/model-ver/e95bcb35-3823-4f5d-82fc-ca6de9ef09e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-04:57:03:459-68970], vertex-id=[196688], Content-Length=[0], Date=[Thu, 19 Aug 2021 04:57:03 GMT], Content-Type=[application/json]}
2021-08-19T04:57:04.002Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-08-19T04:57:04.003Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-19T04:57:04.003Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-19T04:57:04.008Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-19T04:57:04.008Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 495c4f86-286e-455e-918b-ea2acece0664 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-19T04:57:04.008Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-19T04:57:04.009Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-19T04:57:04.011Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T04:57:04.011Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629349024008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:57:04.111Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T04:57:04.111Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T04:57:04.112Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:04.125Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:04.125Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T04:57:05.021Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:05.021Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:05.021Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:14.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:14.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c184b141-b687-48cb-8276-920bba4296de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348888446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:57:14.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:57:14.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348889458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348900492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629348902326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-19T04:57:14.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:57:15.214Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:15.215Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:15.216Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:15.216Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:24.753Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:24.753Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:24.754Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:24.754Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:34.288Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:34.289Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:34.289Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:34.289Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:43.825Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:43.825Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:43.826Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:43.826Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:57:53.362Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:57:53.362Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:57:53.362Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:57:53.362Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:58:02.899Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:58:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:58:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:58:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:58:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:58:14.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:58:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:58:15.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:58:15.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-19T04:58:15.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "495c4f86-286e-455e-918b-ea2acece0664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629349024008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-19T04:58:15.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T04:58:24.137Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:59:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:59:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:59:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:59:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T04:59:14.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T04:59:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T04:59:24.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T04:59:24.136Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:00:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:00:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:00:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:00:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:00:14.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:00:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:00:24.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:00:24.139Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:01:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:01:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:01:14.597Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:01:14.597Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:01:14.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:01:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:01:24.139Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:01:24.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:02:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:02:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:02:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:02:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:02:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:02:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:02:24.146Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:02:24.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:03:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:03:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:03:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:03:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:03:14.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:03:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:03:24.139Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:03:24.140Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:04:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:04:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:04:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:04:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:04:14.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:04:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:04:24.139Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:04:24.142Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:05:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:05:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:05:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:05:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:05:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:05:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:05:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:05:24.140Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:06:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:06:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:06:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:06:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:06:14.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:06:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:06:24.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:06:24.139Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:07:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:07:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:07:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:07:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:07:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:07:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:07:24.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:07:24.137Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:08:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:08:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:08:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:08:14.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:08:14.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:08:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:08:24.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:08:24.138Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:09:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:09:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:09:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:09:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:09:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:09:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:09:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:09:24.141Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:10:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:10:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:10:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:10:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:10:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:10:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:10:24.133Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:10:24.137Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:11:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:11:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:11:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:11:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:11:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:11:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:11:24.136Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:11:24.136Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:12:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:12:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:12:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:12:14.597Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:12:14.598Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:12:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:12:24.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:12:24.140Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:13:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:13:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:13:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:13:14.597Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:13:14.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:13:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:13:24.136Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:13:24.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:14:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:14:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:14:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:14:14.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:14:14.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:14:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:14:24.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:14:24.141Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:15:14.595Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:15:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:15:14.596Z|495c4f86-286e-455e-918b-ea2acece0664|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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:15:14.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T05:15:14.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T05:15:14.598Z||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 4vnR2Boxp0mIxqz5) ...
2021-08-19T05:15:24.139Z|495c4f86-286e-455e-918b-ea2acece0664|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-19T05:15:24.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK