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-13T01:37:01.844Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-tmrxg with PID 15 (/app/app.jar started by so in /app)
2021-08-13T01:37:01.849Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-13T01:37:01.849Z||main|||||INFO|500||The following profiles are active: basic
2021-08-13T01:37:09.646Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-13T01:37:09.647Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-13T01:37:09.742Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-13T01:37:11.169Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-13T01:37:11.392Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-13T01:37:11.786Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-13T01:37:11.797Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-13T01:37:11.880Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-13T01:37:12.070Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-13T01:37:12.470Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-13T01:37:13.424Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T01:37:15.479Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T01:37:15.525Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-13T01:37:15.965Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T01:37:16.121Z||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-13T01:37:17.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T01:37:18.277Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-13T01:37:18.302Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$afaf231c.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-13T01:37:18.302Z||main|||||WARN|500||The sdc end point is not alive
2021-08-13T01:37:20.475Z||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-13T01:37:22.834Z||main|||||WARN|500||---
2021-08-13T01:37:22.835Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-13T01:37:22.835Z||main|||||WARN|500||---
2021-08-13T01:37:23.106Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-13T01:37:26.079Z||main|||||INFO|500||Started Application in 26.3 seconds (JVM running for 27.528)
2021-08-13T01:37:26.079Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:37:26.080Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:37:26.124Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:37:26.154Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:37:26.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7e75fd0-57cd-4226-be52-b737455e9690 url= /sdc/v1/artifactTypes
2021-08-13T01:37:26.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:37:27.343Z||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.7.102] 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-13T01:37:27.346Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@229beb04
2021-08-13T01:37:27.347Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-13T01:37:27.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-13T01:37:27.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-13T01:37:27.359Z||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-13T01:38:16.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:38:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:38:16.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:38:16.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:38:16.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 734b2533-c9bc-4608-8470-a1bdcb23fc66 url= /sdc/v1/artifactTypes
2021-08-13T01:38:16.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:38:17.104Z||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.7.102] 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-13T01:38:17.105Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e81f2d2
2021-08-13T01:38:17.106Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-13T01:38:17.106Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-13T01:38:17.106Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-13T01:38:17.107Z||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-13T01:39:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:39:06.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:39:06.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:39:06.080Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:39:06.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 640c850a-f4ce-422c-bb24-6c549762015d url= /sdc/v1/artifactTypes
2021-08-13T01:39:06.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:39:06.281Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:39:06.288Z||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-13T01:39:06.307Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:39:06.315Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:39:07.343Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:39:07.347Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:39:07.347Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:39:07.348Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:39:56.076Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:39:56.077Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:39:56.077Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:39:56.084Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:39:56.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf283ddb-151c-4ec8-88a0-1c4b9a0d6f61 url= /sdc/v1/artifactTypes
2021-08-13T01:39:56.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:39:56.166Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:39:56.168Z||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-13T01:39:56.169Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:39:56.169Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:39:56.170Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:39:57.198Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:39:57.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:39:57.199Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:39:57.199Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:40:46.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:40:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:40:46.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:40:46.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:40:46.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e0ba39f-bffd-4fe5-9ecf-a2a47f8c43a8 url= /sdc/v1/artifactTypes
2021-08-13T01:40:46.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:40:46.200Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:40:46.201Z||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-13T01:40:46.202Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:40:46.202Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:40:46.202Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:40:47.250Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:40:47.250Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:40:47.251Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:40:47.251Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:41:36.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:41:36.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:41:36.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:41:36.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:41:36.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5532c0d4-e604-425f-bcce-7886f393c413 url= /sdc/v1/artifactTypes
2021-08-13T01:41:36.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:41:36.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:41:36.137Z||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-13T01:41:36.138Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:41:36.138Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:41:36.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:41:37.164Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:41:37.165Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:41:37.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:41:37.166Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:42:26.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:42:26.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:42:26.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:42:26.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:42:26.082Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ceac26c-ffe5-46d8-9a8d-925a401d5936 url= /sdc/v1/artifactTypes
2021-08-13T01:42:26.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:42:26.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:42:26.129Z||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-13T01:42:26.129Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:42:26.130Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:42:26.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:42:27.151Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:42:27.151Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:42:27.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:42:27.152Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:43:16.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:43:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:43:16.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:43:16.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:43:16.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a70a516-d5f1-4560-9ac0-316c81dc0ad7 url= /sdc/v1/artifactTypes
2021-08-13T01:43:16.084Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:43:16.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:43:16.137Z||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-13T01:43:16.137Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:43:16.137Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:43:16.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:43:17.167Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:43:17.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:43:17.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:43:17.168Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:44:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:44:06.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:44:06.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:44:06.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:44:06.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5ab868e-2a66-41d4-8ee6-1e32d4263603 url= /sdc/v1/artifactTypes
2021-08-13T01:44:06.084Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:44:06.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:44:06.134Z||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-13T01:44:06.134Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:44:06.134Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:44:06.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:44:07.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:44:07.152Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:44:07.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:44:07.153Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:44:56.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:44:56.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:44:56.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:44:56.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:44:56.086Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0d41b21-f4a6-478d-86ce-76059febe05c url= /sdc/v1/artifactTypes
2021-08-13T01:44:56.087Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:44:56.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:44:56.137Z||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-13T01:44:56.137Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:44:56.137Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:44:56.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:44:57.166Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:44:57.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:44:57.167Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:44:57.167Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:45:46.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:45:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:45:46.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:45:46.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:45:46.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ffd6b001-59b0-43b3-adbc-845a8ff8cd24 url= /sdc/v1/artifactTypes
2021-08-13T01:45:46.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:45:46.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:45:46.122Z||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-13T01:45:46.122Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:45:46.122Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:45:46.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:45:47.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:45:47.152Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:45:47.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:45:47.153Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:46:36.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:46:36.075Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:46:36.075Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:46:36.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:46:36.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6dc2e990-aa04-4c95-8494-679b9697f063 url= /sdc/v1/artifactTypes
2021-08-13T01:46:36.086Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:46:36.199Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:46:36.201Z||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-13T01:46:36.201Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:46:36.202Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:46:36.202Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:46:37.230Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:46:37.230Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:46:37.231Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:46:37.231Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:47:26.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:47:26.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:47:26.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:47:26.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:47:26.082Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5983434d-f75e-49de-a0bd-26ac2e479cec url= /sdc/v1/artifactTypes
2021-08-13T01:47:26.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:47:26.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:47:26.124Z||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-13T01:47:26.125Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:47:26.125Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:47:26.125Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:47:27.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:47:27.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:47:27.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:47:27.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:47:52.053Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-13T01:48:16.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:48:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:48:16.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:48:16.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:48:16.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f7e6c50-a7a7-4f63-86c3-fe16806e75eb url= /sdc/v1/artifactTypes
2021-08-13T01:48:16.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:48:16.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:48:16.127Z||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-13T01:48:16.128Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:48:16.128Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:48:16.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:48:17.168Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:48:17.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:48:17.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:48:17.169Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:49:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:49:06.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:49:06.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:49:06.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:49:06.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47bb66fb-66a3-4922-a574-2de5ee415770 url= /sdc/v1/artifactTypes
2021-08-13T01:49:06.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:49:06.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:49:06.127Z||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-13T01:49:06.127Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:49:06.128Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:49:06.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:49:07.150Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:49:07.151Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:49:07.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:49:07.151Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:49:56.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:49:56.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:49:56.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:49:56.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:49:56.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f08ecaf7-c448-4f82-9a96-9ebd4bdcb48f url= /sdc/v1/artifactTypes
2021-08-13T01:49:56.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:49:56.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:49:56.128Z||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-13T01:49:56.128Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:49:56.128Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:49:56.129Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:49:57.167Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:49:57.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:49:57.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:49:57.169Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	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-13T01:50:46.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:50:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:50:46.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:50:46.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:50:46.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f87d8968-ec12-403f-9843-00733cd2c0d6 url= /sdc/v1/artifactTypes
2021-08-13T01:50:46.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:50:46.116Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:50:46.118Z||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-13T01:50:46.118Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:50:46.119Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:50:46.119Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:50:47.154Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:50:47.154Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:50:47.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:50:47.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:51:36.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:51:36.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:51:36.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:51:36.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:51:36.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eadcaafc-2eeb-42bf-a781-e172763c0329 url= /sdc/v1/artifactTypes
2021-08-13T01:51:36.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:51:36.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:51:36.126Z||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-13T01:51:36.126Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:51:36.127Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:51:36.127Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:51:37.166Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:51:37.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:51:37.167Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:51:37.167Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:52:26.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:52:26.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:52:26.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:52:26.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:52:26.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92f746ea-374a-4eb7-8b33-67075ed975ea url= /sdc/v1/artifactTypes
2021-08-13T01:52:26.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:52:26.117Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:52:26.118Z||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-13T01:52:26.118Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:52:26.118Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:52:26.119Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:52:27.153Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:52:27.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:52:27.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:52:27.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:53:16.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:53:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:53:16.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:53:16.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:53:16.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19cbd8e0-0ea1-44f4-8f98-9a1c9b5034a4 url= /sdc/v1/artifactTypes
2021-08-13T01:53:16.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:53:16.120Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:53:16.121Z||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-13T01:53:16.121Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:53:16.121Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:53:16.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:53:17.167Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:53:17.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:53:17.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:53:17.168Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:54:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:54:06.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:54:06.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:54:06.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:54:06.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a1f4a0c-8191-4b4c-a8b9-3604227aac1a url= /sdc/v1/artifactTypes
2021-08-13T01:54:06.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:54:06.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:54:06.122Z||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-13T01:54:06.122Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:54:06.122Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:54:06.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:54:07.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:54:07.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:54:07.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:54:07.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:54:56.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:54:56.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:54:56.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:54:56.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:54:56.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4f6130b-37a4-4b0f-84aa-cabce4e5d6a1 url= /sdc/v1/artifactTypes
2021-08-13T01:54:56.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:54:56.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:54:56.122Z||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-13T01:54:56.123Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:54:56.123Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:54:56.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:54:57.171Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:54:57.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:54:57.172Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:54:57.172Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:55:46.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:55:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:55:46.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:55:46.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:55:46.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a199a91-463a-4a66-b3f1-5f65a7549b8f url= /sdc/v1/artifactTypes
2021-08-13T01:55:46.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:55:46.120Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:55:46.122Z||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-13T01:55:46.122Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:55:46.123Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:55:46.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:55:47.150Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:55:47.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:55:47.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:55:47.151Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-13T01:56:36.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:56:36.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:56:36.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:56:36.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:56:36.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fabc44ef-7c7d-49da-b75b-997b0ab4f37b url= /sdc/v1/artifactTypes
2021-08-13T01:56:36.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:56:36.117Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:56:36.118Z||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-13T01:56:36.119Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:56:36.119Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:56:36.119Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:56:36.151Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:56:36.171Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db22b956-8025-4216-8fed-4c07f28d6eb5 url= /sdc/v1/registerForDistribution
2021-08-13T01:56:36.335Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= db22b956-8025-4216-8fed-4c07f28d6eb5 url= /sdc/v1/registerForDistribution
2021-08-13T01:56:36.335Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-13T01:56:36.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:56:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:56:36.350Z||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-13T01:56:36.350Z||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-13T01:56:36.350Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:56:36.350Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:56:36.352Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-13T01:56:46.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:56:46.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:57:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:57:36.344Z||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-13T01:57:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:57:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:57:36.347Z||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-13T01:57:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:57:45.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:57:45.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:58:36.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:58:36.345Z||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-13T01:58:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:58:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:58:36.347Z||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-13T01:58:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:58:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:58:45.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:59:36.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:59:36.344Z||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-13T01:59:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:59:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:59:36.346Z||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-13T01:59:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T01:59:45.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T01:59:45.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:00:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:00:36.345Z||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-13T02:00:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:00:36.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:00:36.349Z||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-13T02:00:36.349Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:00:45.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:00:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:01:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:01:36.345Z||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-13T02:01:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:01:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:01:36.347Z||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-13T02:01:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:01:45.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:01:45.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:02:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:02:36.344Z||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-13T02:02:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:02:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:02:36.347Z||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-13T02:02:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:02:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:02:45.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:03:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:03:36.344Z||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-13T02:03:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:03:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:03:36.346Z||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-13T02:03:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:03:45.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:03:45.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:04:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:04:36.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:04:36.351Z||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-13T02:04:36.351Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:04:36.355Z||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-13T02:04:36.355Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:04:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:04:45.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:05:36.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:05:36.345Z||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-13T02:05:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:05:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:05:36.348Z||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-13T02:05:36.348Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:05:45.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:05:45.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:06:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:06:36.344Z||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-13T02:06:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:06:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:06:36.347Z||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-13T02:06:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:06:45.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:06:45.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:07:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:07:36.344Z||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-13T02:07:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:07:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:07:36.347Z||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-13T02:07:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:07:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:07:45.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:08:36.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:08:36.344Z||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-13T02:08:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:08:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:08:36.347Z||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-13T02:08:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:08:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:08:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:09:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:09:36.345Z||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-13T02:09:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:09:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:09:36.347Z||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-13T02:09:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:09:45.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:09:45.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:10:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:10:36.344Z||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-13T02:10:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:10:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:10:36.346Z||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-13T02:10:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:10:45.895Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:10:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:11:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:11:36.345Z||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-13T02:11:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:11:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:11:36.347Z||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-13T02:11:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:11:45.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:11:45.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:12:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:12:36.344Z||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-13T02:12:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:12:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:12:36.347Z||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-13T02:12:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:12:45.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:12:45.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:13:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:13:36.345Z||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-13T02:13:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:13:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:13:36.347Z||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-13T02:13:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:13:45.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:13:45.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:14:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:14:36.344Z||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-13T02:14:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:14:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:14:36.347Z||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-13T02:14:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:14:45.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:14:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:15:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:15:36.345Z||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-13T02:15:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:15:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:15:36.347Z||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-13T02:15:36.348Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:15:45.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:15:45.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:16:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:16:36.344Z||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-13T02:16:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:16:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:16:36.347Z||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-13T02:16:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:16:45.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:16:45.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:17:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:17:36.344Z||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-13T02:17:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:17:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:17:36.347Z||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-13T02:17:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:17:45.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:17:45.934Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:18:36.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:18:36.345Z||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-13T02:18:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:18:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:18:36.347Z||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-13T02:18:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:18:45.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:18:45.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:19:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:19:36.344Z||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-13T02:19:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:19:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:19:36.347Z||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-13T02:19:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:19:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:19:45.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:20:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:20:36.345Z||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-13T02:20:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:20:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:20:36.347Z||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-13T02:20:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:20:45.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:20:45.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:21:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:21:36.344Z||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-13T02:21:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:21:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:21:36.347Z||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-13T02:21:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:21:45.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:21:45.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:22:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:22:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:22:36.346Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:22:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:22:36.348Z||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-13T02:22:36.348Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:22:45.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:22:45.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:23:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:23:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:23:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:23:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:23:36.346Z||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-13T02:23:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:23:45.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:23:45.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:24:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:24:36.345Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:24:36.350Z||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-13T02:24:36.350Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:24:36.350Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:24:36.350Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:24:45.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:24:45.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:25:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:25:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:25:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:25:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:25:36.347Z||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-13T02:25:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:25:45.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:25:45.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:26:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:26:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:26:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:26:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:26:36.347Z||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-13T02:26:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:26:45.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:26:45.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:27:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:27:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:27:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:27:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:27:36.347Z||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-13T02:27:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:27:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:27:45.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:28:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:28:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:28:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:28:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:28:36.347Z||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-13T02:28:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:28:45.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:28:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:29:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:29:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:29:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:29:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:29:36.347Z||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-13T02:29:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:29:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:29:45.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:30:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:30:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:30:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:30:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:30:36.346Z||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-13T02:30:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:30:45.896Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:30:45.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:31:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:31:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:31:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:31:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:31:36.346Z||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-13T02:31:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:31:45.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:31:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:32:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:32:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:32:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:32:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:32:36.346Z||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-13T02:32:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:32:45.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:32:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:33:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:33:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:33:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:33:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:33:36.346Z||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-13T02:33:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:33:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:33:45.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:34:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:34:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:34:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:34:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:34:36.347Z||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-13T02:34:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:34:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:34:45.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:35:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:35:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:35:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:35:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:35:36.347Z||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-13T02:35:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:35:45.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:35:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:36:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:36:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:36:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:36:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:36:36.347Z||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-13T02:36:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:36:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:36:45.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:37:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:37:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:37:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:37:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:37:36.346Z||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-13T02:37:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:37:45.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:37:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:38:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:38:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:38:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:38:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:38:36.346Z||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-13T02:38:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:38:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:38:45.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:39:36.345Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:39:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:39:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:39:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:39:36.346Z||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-13T02:39:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:39:45.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:39:45.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:40:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:40:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:40:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:40:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:40:36.347Z||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-13T02:40:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:40:45.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:40:45.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:41:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:41:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:41:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:41:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:41:36.347Z||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-13T02:41:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:41:45.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:41:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:42:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:42:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:42:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:42:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:42:36.346Z||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-13T02:42:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:42:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:42:45.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:43:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:43:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:43:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:43:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:43:36.346Z||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-13T02:43:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:43:45.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:43:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:44:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:44:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:44:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:44:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:44:36.347Z||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-13T02:44:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:44:45.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:44:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:45:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:45:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:45:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:45:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:45:36.346Z||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-13T02:45:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:45:45.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:45:45.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:46:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:46:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:46:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:46:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:46:36.346Z||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-13T02:46:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:46:45.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:46:45.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:47:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:47:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:47:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:47:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:47:36.347Z||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-13T02:47:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:47:45.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:47:45.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:48:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:48:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:48:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:48:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:48:36.346Z||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-13T02:48:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:48:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:48:45.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:49:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:49:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:49:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:49:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:49:36.346Z||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-13T02:49:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:49:45.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:49:45.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:50:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:50:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:50:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:50:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:50:36.347Z||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-13T02:50:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:50:45.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:50:45.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:51:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:51:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:51:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:51:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:51:36.346Z||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-13T02:51:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:51:45.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:51:45.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:52:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:52:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:52:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:52:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:52:36.346Z||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-13T02:52:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:52:45.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:52:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:53:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:53:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:53:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:53:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:53:36.346Z||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-13T02:53:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:53:45.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:53:45.909Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:54:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:54:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:54:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:54:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:54:36.346Z||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-13T02:54:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:54:45.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:54:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:55:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:55:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:55:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:55:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:55:36.346Z||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-13T02:55:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:55:45.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:55:45.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:56:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:56:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:56:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:56:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:56:36.347Z||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-13T02:56:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:56:45.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:56:45.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:57:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:57:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:57:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:57:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:57:36.347Z||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-13T02:57:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:57:45.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:57:45.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:58:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:58:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:58:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:58:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:58:36.347Z||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-13T02:58:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:58:45.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:58:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:59:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:59:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:59:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:59:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:59:36.347Z||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-13T02:59:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T02:59:45.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T02:59:45.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:00:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:00:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:00:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:00:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:00:36.346Z||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-13T03:00:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:00:45.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:00:45.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:01:36.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:01:36.345Z||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-13T03:01:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:01:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:01:36.349Z||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-13T03:01:36.349Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:01:45.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:01:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:02:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:02:36.344Z||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-13T03:02:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:02:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:02:36.346Z||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-13T03:02:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:02:45.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:02:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:03:36.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:03:36.345Z||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-13T03:03:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:03:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:03:36.347Z||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-13T03:03:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:03:45.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:03:45.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:04:36.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:04:36.345Z||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-13T03:04:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:04:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:04:36.347Z||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-13T03:04:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:04:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:04:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:05:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:05:36.344Z||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-13T03:05:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:05:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:05:36.346Z||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-13T03:05:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:05:45.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:05:45.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:06:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:06:36.344Z||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-13T03:06:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:06:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:06:36.347Z||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-13T03:06:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:06:45.916Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:06:45.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:07:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:07:36.344Z||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-13T03:07:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:07:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:07:36.346Z||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-13T03:07:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:07:45.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:07:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:08:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:08:36.344Z||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-13T03:08:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:08:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:08:36.346Z||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-13T03:08:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:08:45.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:08:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:09:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:09:36.344Z||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-13T03:09:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:09:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:09:36.347Z||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-13T03:09:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:09:45.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:09:45.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:10:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:10:36.345Z||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-13T03:10:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:10:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:10:36.346Z||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-13T03:10:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:10:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:10:45.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:11:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:11:36.344Z||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-13T03:11:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:11:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:11:36.346Z||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-13T03:11:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:11:45.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:11:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:12:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:12:36.344Z||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-13T03:12:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:12:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:12:36.347Z||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-13T03:12:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:12:45.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:12:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:13:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:13:36.344Z||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-13T03:13:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:13:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:13:36.347Z||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-13T03:13:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:13:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:13:45.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:14:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:14:36.344Z||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-13T03:14:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:14:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:14:36.347Z||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-13T03:14:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:14:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:14:45.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:15:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:15:36.344Z||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-13T03:15:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:15:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:15:36.346Z||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-13T03:15:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:15:45.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:15:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:16:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:16:36.344Z||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-13T03:16:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:16:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:16:36.347Z||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-13T03:16:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:16:45.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:16:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:17:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:17:36.344Z||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-13T03:17:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:17:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:17:36.347Z||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-13T03:17:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:17:45.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:17:45.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:18:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:18:36.344Z||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-13T03:18:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:18:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:18:36.347Z||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-13T03:18:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:18:45.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:18:45.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:19:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:19:36.344Z||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-13T03:19:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:19:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:19:36.347Z||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-13T03:19:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:19:45.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:19:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:20:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:20:36.344Z||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-13T03:20:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:20:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:20:36.346Z||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-13T03:20:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:20:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:20:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:21:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:21:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:21:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:21:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:21:36.347Z||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-13T03:21:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:21:45.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:21:45.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:22:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:22:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:22:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:22:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:22:36.346Z||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-13T03:22:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:22:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:22:45.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:23:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:23:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:23:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:23:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:23:36.346Z||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-13T03:23:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:23:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:23:45.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:24:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:24:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:24:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:24:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:24:36.346Z||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-13T03:24:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:24:45.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:24:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:25:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:25:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:25:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:25:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:25:36.347Z||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-13T03:25:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:25:45.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:25:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:26:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:26:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:26:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:26:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:26:36.347Z||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-13T03:26:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:26:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:26:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:27:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:27:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:27:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:27:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:27:36.346Z||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-13T03:27:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:27:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:27:45.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:28:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:28:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:28:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:28:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:28:36.346Z||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-13T03:28:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:28:45.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:28:45.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:29:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:29:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:29:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:29:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:29:36.346Z||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-13T03:29:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:29:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:29:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:30:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:30:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:30:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:30:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:30:36.346Z||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-13T03:30:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:30:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:30:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:31:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:31:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:31:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:31:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:31:36.346Z||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-13T03:31:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:31:45.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:31:45.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:32:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:32:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:32:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:32:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:32:36.347Z||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-13T03:32:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:32:45.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:32:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:33:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:33:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:33:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:33:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:33:36.347Z||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-13T03:33:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:33:45.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:33:45.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:34:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:34:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:34:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:34:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:34:36.346Z||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-13T03:34:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:34:45.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:34:45.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:35:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:35:36.344Z||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-13T03:35:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:35:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:35:36.347Z||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-13T03:35:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:35:45.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:35:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:36:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:36:36.345Z||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-13T03:36:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:36:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:36:36.346Z||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-13T03:36:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:36:45.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:36:45.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:37:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:37:36.344Z||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-13T03:37:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:37:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:37:36.347Z||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-13T03:37:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:37:45.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:37:45.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:38:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:38:36.345Z||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-13T03:38:36.345Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:38:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:38:36.346Z||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-13T03:38:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:38:45.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:38:45.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:39:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:39:36.344Z||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-13T03:39:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:39:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:39:36.347Z||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-13T03:39:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:39:45.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:39:45.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:40:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:40:36.344Z||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-13T03:40:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:40:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:40:36.346Z||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-13T03:40:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:40:45.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:40:45.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:41:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:41:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:41:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:41:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:41:36.347Z||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-13T03:41:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:41:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:41:45.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:42:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:42:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:42:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:42:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:42:36.346Z||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-13T03:42:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:42:45.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:42:45.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:43:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:43:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:43:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:43:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:43:36.347Z||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-13T03:43:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:43:45.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:43:45.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:44:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:44:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:44:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:44:36.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:44:36.347Z||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-13T03:44:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:44:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:44:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:45:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:45:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:45:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:45:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:45:36.346Z||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-13T03:45:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:45:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:45:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:46:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:46:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:46:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:46:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:46:36.346Z||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-13T03:46:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:46:45.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:46:45.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:47:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:47:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:47:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:47:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:47:36.346Z||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-13T03:47:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:47:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:47:45.896Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:48:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:48:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:48:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:48:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:48:36.346Z||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-13T03:48:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:48:45.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:48:45.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:49:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:49:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:49:36.345Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:49:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:49:36.346Z||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-13T03:49:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:49:45.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:49:45.920Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:50:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:50:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:50:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:50:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:50:36.346Z||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-13T03:50:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:50:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:50:45.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:51:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:51:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:51:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:51:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:51:36.346Z||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-13T03:51:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:51:45.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:51:45.895Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:52:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:52:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:52:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:52:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:52:36.346Z||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-13T03:52:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:52:45.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:52:45.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:53:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:53:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:53:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:53:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:53:36.346Z||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-13T03:53:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:53:45.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:53:45.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:54:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:54:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:54:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:54:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:54:36.347Z||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-13T03:54:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:54:45.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:54:45.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:55:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:55:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:55:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:55:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:55:36.347Z||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-13T03:55:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:55:45.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:55:45.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:56:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:56:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:56:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:56:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:56:36.346Z||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-13T03:56:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:56:45.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:56:45.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:57:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:57:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:57:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:57:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:57:36.346Z||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-13T03:57:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:57:45.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:57:45.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:58:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:58:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:58:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:58:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:58:36.346Z||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-13T03:58:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:58:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:58:45.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:59:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:59:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:59:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:59:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:59:36.346Z||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-13T03:59:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T03:59:45.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T03:59:45.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:00:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:00:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:00:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:00:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:00:36.347Z||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-13T04:00:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:00:45.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:00:45.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:01:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:01:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:01:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:01:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:01:36.347Z||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-13T04:01:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:01:45.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:01:45.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:02:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:02:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:02:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:02:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:02:36.346Z||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-13T04:02:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:02:45.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:02:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:03:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:03:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:03:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:03:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:03:36.347Z||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-13T04:03:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:03:45.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:03:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:04:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:04:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:04:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:04:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:04:36.347Z||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-13T04:04:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:04:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:04:45.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:05:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:05:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:05:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:05:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:05:36.347Z||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-13T04:05:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:05:45.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:05:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:06:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:06:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:06:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:06:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:06:36.346Z||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-13T04:06:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:06:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:06:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:07:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:07:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:07:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:07:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:07:36.347Z||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-13T04:07:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:07:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:07:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:08:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:08:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:08:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:08:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:08:36.346Z||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-13T04:08:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:08:45.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:08:45.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:09:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:09:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:09:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:09:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:09:36.346Z||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-13T04:09:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:09:45.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:09:45.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:10:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:10:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:10:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:10:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:10:36.346Z||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-13T04:10:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:10:45.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:10:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:11:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:11:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:11:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:11:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:11:36.347Z||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-13T04:11:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:11:45.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:11:45.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:12:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:12:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:12:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:12:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:12:36.346Z||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-13T04:12:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:12:45.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:12:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:13:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:13:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:13:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:13:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:13:36.347Z||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-13T04:13:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:13:45.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:13:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:14:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:14:36.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:14:36.345Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:14:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:14:36.347Z||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-13T04:14:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:14:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:14:45.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:15:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:15:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:15:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:15:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:15:36.347Z||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-13T04:15:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:15:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:15:45.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:16:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:16:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:16:36.347Z||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-13T04:16:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:36.971Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:36.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:16:36.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"05a7152c-19f7-4ca2-b759-564e93029664","serviceName":"basic_onboard_AlIZjz","serviceVersion":"1.0","serviceUUID":"9e7dc1f1-6784-4299-bb9a-76e0300c814c","serviceDescription":"service","serviceInvariantUUID":"99fc7a94-1cec-4d2b-91a7-6ca350c2f667","resources":[{"resourceInstanceName":"basic_onboard_AlIZjz 0","resourceName":"basic_onboard_AlIZjz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"742c15d1-5944-45ca-99a2-f70a673b8f91","resourceInvariantUUID":"5e8ae256-9559-45cf-a185-d32c53ac82c2","resourceCustomizationUUID":"45acba36-71e1-49b6-ae99-a8cf98dc3107","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml","artifactChecksum":"MTkxZjNjOWE2MzcxODFkZDBiN2M0YTcwMjVlNDAzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b95dba57-02a3-4a5d-a6d0-8a0db822d3fd","artifactVersion":"1"},{"artifactName":"basic_onboard_alizjz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json","artifactChecksum":"ZjNmMTBiNGM2YTZiMTExNmJiNDNjYmQwYzEzZDJiMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bee75f58-e258-46fb-bc7c-074a363e715e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b53ac02f-2199-4e19-9d29-dd97f85c4793","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53396417-d382-4fc4-834c-8e6637390dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cde56269-741b-4f2c-ab78-6dfc454c053d","artifactVersion":"2","generatedFromUUID":"b53ac02f-2199-4e19-9d29-dd97f85c4793"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAlizjz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml","artifactChecksum":"MzI1YzRlM2Q5YWIyYTJhOTFkN2JlOTM2M2M2Y2Q1ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ed26a5f-730c-4846-a1df-50e211458e6e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAlizjz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar","artifactChecksum":"MDg4ODIwNjJmYjBhNTUzMDhhNTlhNGMyYzYxNjZhOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ed91eb7-0338-463d-8369-634ceb2fe18e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:16:36.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:36.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:36.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:36.982Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:36.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:36.995Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:36.995Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828158511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828161072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "dcae-sch",
  "timestamp": 1628828153250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828161073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828162882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828170523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828170517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828170776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "cds",
  "timestamp": 1628828171536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-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-13T04:16:37.108Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-08-13T04:16:37.134Z||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-13T04:16:37.135Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:37.145Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:37.147Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:16:37.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.280Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:16:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828171524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:37.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "policy-id",
  "timestamp": 1628828172527,
  "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-13T04:16:37.405Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.405Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:16:37.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828172809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828175086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828176345,
  "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-13T04:16:37.436Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.436Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828169733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828177349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828179318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828174702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828183020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828183163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828184167,
  "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-13T04:16:37.453Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.454Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:16:37.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828178306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:37.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:16:38.001Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:38.001Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:38.003Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:38.003Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:16:38.103Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:38.104Z||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-13T04:16:38.104Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:38.114Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:38.114Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:39.003Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:39.005Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:39.006Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:39.007Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:16:39.107Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:39.108Z||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-13T04:16:39.108Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:39.119Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:39.120Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:40.007Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:40.009Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:40.010Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:40.011Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:40.111Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:40.111Z||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-13T04:16:40.112Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:40.122Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:40.123Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:41.011Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:41.012Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:41.014Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:41.014Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T04:16:41.114Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:41.115Z||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-13T04:16:41.116Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:41.126Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:41.127Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:42.014Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:42.015Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:42.016Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:42.016Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:16:42.117Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:16:42.118Z||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-13T04:16:42.118Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:42.168Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:42.169Z||pool-8-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:16:43.017Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:43.018Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:43.020Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:43.020Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:16:43.120Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:43.121Z||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-13T04:16:43.121Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:43.131Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:43.131Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:16:44.022Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "serviceName": "basic_onboard_AlIZjz",
  "serviceVersion": "1.0",
  "serviceUUID": "9e7dc1f1-6784-4299-bb9a-76e0300c814c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "99fc7a94-1cec-4d2b-91a7-6ca350c2f667",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_AlIZjz 0",
      "resourceCustomizationUUID": "45acba36-71e1-49b6-ae99-a8cf98dc3107",
      "resourceName": "basic_onboard_AlIZjz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "742c15d1-5944-45ca-99a2-f70a673b8f91",
      "resourceInvariantUUID": "5e8ae256-9559-45cf-a185-d32c53ac82c2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_alizjz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
          "artifactChecksum": "ZjNmMTBiNGM2YTZiMTExNmJiNDNjYmQwYzEzZDJiMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bee75f58-e258-46fb-bc7c-074a363e715e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b53ac02f-2199-4e19-9d29-dd97f85c4793",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cde56269-741b-4f2c-ab78-6dfc454c053d",
            "generatedFromUUID": "b53ac02f-2199-4e19-9d29-dd97f85c4793"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cde56269-741b-4f2c-ab78-6dfc454c053d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAlizjz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
      "artifactChecksum": "MDg4ODIwNjJmYjBhNTUzMDhhNTlhNGMyYzYxNjZhOGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ed91eb7-0338-463d-8369-634ceb2fe18e"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:16:44.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:16:44.027Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e7dc1f1-6784-4299-bb9a-76e0300c814c ASDC
2021-08-13T04:16:44.131Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:05a7152c-19f7-4ca2-b759-564e93029664
ServiceName:basic_onboard_AlIZjz
ServiceVersion:1.0
ServiceUUID:9e7dc1f1-6784-4299-bb9a-76e0300c814c
ServiceInvariantUUID:99fc7a94-1cec-4d2b-91a7-6ca350c2f667
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAlizjz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
ArtifactUUID:6ed91eb7-0338-463d-8369-634ceb2fe18e
ArtifactChecksum:MDg4ODIwNjJmYjBhNTUzMDhhNTlhNGMyYzYxNjZhOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AlIZjz 0
ResourceCustomizationUUID:45acba36-71e1-49b6-ae99-a8cf98dc3107
ResourceInvariantUUID:5e8ae256-9559-45cf-a185-d32c53ac82c2
ResourceName:basic_onboard_AlIZjz
ResourceType:VF
ResourceUUID:742c15d1-5944-45ca-99a2-f70a673b8f91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_alizjz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
ArtifactUUID:bee75f58-e258-46fb-bc7c-074a363e715e
ArtifactChecksum:ZjNmMTBiNGM2YTZiMTExNmJiNDNjYmQwYzEzZDJiMDU=
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/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b53ac02f-2199-4e19-9d29-dd97f85c4793
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/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
ArtifactUUID:cde56269-741b-4f2c-ab78-6dfc454c053d
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/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
ArtifactUUID:cde56269-741b-4f2c-ab78-6dfc454c053d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T04:16:44.131Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e7dc1f1-6784-4299-bb9a-76e0300c814c 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-13T04:16:44.186Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:16:44.194Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:16:44.194Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:16:44.195Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6ed91eb7-0338-463d-8369-634ceb2fe18e from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:44.195Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:44.196Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:45.494Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:45.503Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar 6ed91eb7-0338-463d-8369-634ceb2fe18e 71386
2021-08-13T04:16:45.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar ASDC sendASDCNotification
2021-08-13T04:16:45.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:45.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:45.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:45.510Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:45.510Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828205503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:45.610Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:45.611Z||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-13T04:16:45.611Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:45.622Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:45.623Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:46.510Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:16:46.511Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:16:46.512Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6ed91eb7-0338-463d-8369-634ceb2fe18e, URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar to file: /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.512Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.631Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.631Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.985Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1781007977890396250/Definitions/service-BasicOnboardAlizjz-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-13T04:16:49.124Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:16:49.128Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AlIZjz 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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:16:49.136Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.137Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.141Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.142Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:16:49.143Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:16:49.144Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.144Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.146Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.150Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.150Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is not matching search criteria
2021-08-13T04:16:49.150Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:16:49.152Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.152Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:16:49.153Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.153Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.154Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:49.154Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.154Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is not matching search criteria
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3660eb1d-3a0f-45d4-a847-cc3ab7ab74e1
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_AlIZjz
Description:service
Model UUID:9e7dc1f1-6784-4299-bb9a-76e0300c814c
Model Version:NULL
Model InvariantUuid:99fc7a94-1cec-4d2b-91a7-6ca350c2f667
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_AlIZjz
Model UUID:68770e4c-f890-4142-94d2-d9f16cdbbff6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e8ae256-9559-45cf-a185-d32c53ac82c2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:45acba36-71e1-49b6-ae99-a8cf98dc3107
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:69d26030-069e-4f1a-8b1b-acad830ec99a
ModelName:BasicOnboardAlizjz..base_ubuntu18..module-0
ModelUuid:51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3660eb1d-3a0f-45d4-a847-cc3ab7ab74e1
ModelInvariantUuid:4761b33d-7452-4d36-bf0e-f84a2ecc7220
ModelName:basic_onboard_AlIZjz-nodes.ubuntu18Cvfc
ModelUuid:16e9bb88-2538-4692-bf81-d3ee5e73a715
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:086b03e3-8e99-43a6-8149-e1281251df82
ModelInvariantUuid:5044533a-6201-4e1d-bb3b-31a66490f5d5
ModelName:BasicOnboardAlizjz.compute.nodes.heat.ubuntu18
ModelUuid:40892861-8053-4ec8-b86b-6d598a0fde6b
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-13T04:16:49.168Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 742c15d1-5944-45ca-99a2-f70a673b8f91
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-13T04:16:49.267Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||basic_onboard_AlIZjz 0
2021-08-13T04:16:49.274Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 742c15d1-5944-45ca-99a2-f70a673b8f91
2021-08-13T04:16:49.275Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bee75f58-e258-46fb-bc7c-074a363e715e from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:49.275Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:49.275Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:50.566Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:50.567Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json bee75f58-e258-46fb-bc7c-074a363e715e 798
2021-08-13T04:16:50.567Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json ASDC sendASDCNotification
2021-08-13T04:16:50.567Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:50.568Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:50.568Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:50.570Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:50.570Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828210567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:50.671Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:50.672Z||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-13T04:16:50.672Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:50.683Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:50.684Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:51.574Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAlizjz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "69d26030-069e-4f1a-8b1b-acad830ec99a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc",
    "vfModuleModelCustomizationUUID": "9c247de3-5f39-41ca-bf64-7a76a4bd9379",
    "isBase": true,
    "artifacts": [
      "b53ac02f-2199-4e19-9d29-dd97f85c4793",
      "cde56269-741b-4f2c-ab78-6dfc454c053d"
    ],
    "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-13T04:16:51.596Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAlizjz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc
VfModuleModelInvariantUUID:69d26030-069e-4f1a-8b1b-acad830ec99a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b53ac02f-2199-4e19-9d29-dd97f85c4793
,
cde56269-741b-4f2c-ab78-6dfc454c053d

}
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-13T04:16:51.598Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAlizjz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "69d26030-069e-4f1a-8b1b-acad830ec99a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc",
    "vfModuleModelCustomizationUUID": "9c247de3-5f39-41ca-bf64-7a76a4bd9379",
    "isBase": true,
    "artifacts": [
      "b53ac02f-2199-4e19-9d29-dd97f85c4793",
      "cde56269-741b-4f2c-ab78-6dfc454c053d"
    ],
    "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-13T04:16:51.598Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAlizjz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc
VfModuleModelInvariantUUID:69d26030-069e-4f1a-8b1b-acad830ec99a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b53ac02f-2199-4e19-9d29-dd97f85c4793
,
cde56269-741b-4f2c-ab78-6dfc454c053d

}
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-13T04:16:51.599Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b53ac02f-2199-4e19-9d29-dd97f85c4793 from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:51.599Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:51.599Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:52.918Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml b53ac02f-2199-4e19-9d29-dd97f85c4793 5033
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:52.921Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:52.921Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828212919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:53.021Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:53.022Z||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-13T04:16:53.022Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:53.032Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:53.032Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:53.922Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cde56269-741b-4f2c-ab78-6dfc454c053d from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:53.922Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:53.922Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:55.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:55.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env cde56269-741b-4f2c-ab78-6dfc454c053d 909
2021-08-13T04:16:55.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T04:16:55.214Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:55.214Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:55.214Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:55.215Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:55.216Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828215213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:16:55.316Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:55.316Z||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-13T04:16:55.317Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:55.328Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:55.328Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:56.216Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9e7dc1f1-6784-4299-bb9a-76e0300c814c
2021-08-13T04:16:56.216Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AlIZjz 0 742c15d1-5944-45ca-99a2-f70a673b8f91 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-13T04:16:56.248Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.249Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.249Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-08-13T04:16:56.250Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 45acba36-71e1-49b6-ae99-a8cf98dc3107
2021-08-13T04:16:56.250Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 45acba36-71e1-49b6-ae99-a8cf98dc3107 matches Tosca VF Customization UUID: 45acba36-71e1-49b6-ae99-a8cf98dc3107
2021-08-13T04:16:56.250Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 45acba36-71e1-49b6-ae99-a8cf98dc3107  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-13T04:16:56.257Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.257Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.259Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 45acba36-71e1-49b6-ae99-a8cf98dc3107: {\"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-13T04:16:56.259Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f27d49
2021-08-13T04:16:56.259Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.260Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:16:56.260Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c247de3-5f39-41ca-bf64-7a76a4bd9379
2021-08-13T04:16:56.261Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c247de3-5f39-41ca-bf64-7a76a4bd9379
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-13T04:16:56.266Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.266Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.267Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:56.267Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is not matching search criteria
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T04:16:56.269Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:16:56.269Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3660eb1d-3a0f-45d4-a847-cc3ab7ab74e1
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-13T04:16:56.276Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.277Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.277Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:56.277Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.278Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.278Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=45acba36-71e1-49b6-ae99-a8cf98dc3107
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-13T04:16:56.280Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.280Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9e7dc1f1-6784-4299-bb9a-76e0300c814c: basic_onboard_AlIZjz
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:16:56.283Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.283Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_AlIZjz 
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-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AlIZjz 742c15d1-5944-45ca-99a2-f70a673b8f91 1 ASDC deployResourceStructure
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json ASDC sendASDCNotification
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:56.499Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:56.499Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828216497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:56.599Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:56.600Z||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-13T04:16:56.600Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:56.609Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:56.610Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:57.502Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:57.502Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828217500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:57.603Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:16:57.604Z||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-13T04:16:57.604Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:57.616Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:57.616Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:58.504Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T04:16:58.504Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:58.504Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:58.505Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:58.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:58.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828218504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:58.607Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:58.608Z||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-13T04:16:58.608Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:58.617Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:58.618Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:59.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar ASDC sendASDCNotification
2021-08-13T04:16:59.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:59.509Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:59.509Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:59.511Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:59.511Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828219508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:16:59.612Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:16:59.613Z||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-13T04:16:59.613Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:59.625Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:16:59.626Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:17:00.512Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:17:00.527Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:17:00.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:17:00.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:17:00.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:17:30.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:17:30.545Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:17:30.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:17:30.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:17:30.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:17:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:17:36.347Z||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-13T04:17:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:17:36.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:17:36.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:17:36.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:17:36.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:00.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:18:00.560Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:18:00.564Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:18:00.564Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:18:00.565Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:18:30.565Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:18:30.575Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:18:30.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:18:30.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:18:30.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:18:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:18:36.347Z||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-13T04:18:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:18:36.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:18:36.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828197097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828197418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "aai-ml",
  "timestamp": 1628828198423,
  "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-13T04:18:36.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:18:36.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828199091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "clamp",
  "timestamp": 1628828200095,
  "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-13T04:18:36.399Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:18:36.399Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828196343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828205503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828210567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828212919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828215213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828216497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828217500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828218504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828219508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828241072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828233511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828238306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828234702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "dcae-sch",
  "timestamp": 1628828233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828241073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828242882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828251005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828251108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828251210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828251223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828252009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "cds",
  "timestamp": 1628828252112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-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-13T04:18:36.434Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:18:36.434Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:18:36.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "policy-id",
  "timestamp": 1628828253011,
  "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-13T04:18:36.447Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:18:36.447Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828253416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828255388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:19:00.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:19:00.589Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:19:00.593Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:19:00.593Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:19:00.593Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-13T04:19:00.597Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:19:30.597Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664 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-13T04:19:30.606Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05a7152c-19f7-4ca2-b759-564e93029664 and serviceModelVersionId: 9e7dc1f1-6784-4299-bb9a-76e0300c814c
2021-08-13T04:19:30.606Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99fc7a94-1cec-4d2b-91a7-6ca350c2f667
2021-08-13T04:19:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:19:36.347Z||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-13T04:19:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:36.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:36.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:19:36.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828256413,
  "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-13T04:19:36.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:19:36.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:19:42.542Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0
2021-08-13T04:19:42.639Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:19:43.090Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|INFO|500||Invoke
2021-08-13T04:19:43.098Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05a7152c-19f7-4ca2-b759-564e93029664], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb4d2c6a-f1c2-4ad8-89e6-7431846317fd], X-ECOMP-RequestID=[05a7152c-19f7-4ca2-b759-564e93029664], X-TransactionId=[], X-ONAP-RequestID=[05a7152c-19f7-4ca2-b759-564e93029664], Content-Type=[application/merge-patch+json]}
2021-08-13T04:19:43.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:19:43.389Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?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/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:19:43:216-78191], vertex-id=[172136], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:19:43 GMT], Content-Type=[application/json]}
2021-08-13T04:19:43.391Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:19:43.392Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|INFO|500||InvokeReturn
2021-08-13T04:19:43.394Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:19:43.394Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-13T04:19:43.398Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||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-13T04:19:43.399Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05a7152c-19f7-4ca2-b759-564e93029664 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:19:43.399Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:19:43.400Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:43.401Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:43.401Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828383399,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:19:43.501Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:43.502Z||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-13T04:19:43.503Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:43.514Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:43.514Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:19:44.414Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:19:44.414Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:19:44.414Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:48.740Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:48.741Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:19:48.741Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4002dd7-d2f7-4ae8-98c9-1503a87e77a0","serviceName":"vFW 2021-08-13 04-14-31","serviceVersion":"1.0","serviceUUID":"5a989433-7440-4d9d-a8de-aa892afe2392","serviceDescription":"catalog service description","serviceInvariantUUID":"22a11f00-7b66-479c-aa79-7d1c1455eb91","resources":[{"resourceInstanceName":"vFW 2d336b9e-07cd 0","resourceName":"vFW 2d336b9e-07cd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a","resourceInvariantUUID":"5aadcbac-262d-48f5-a336-14c88f6bd758","resourceCustomizationUUID":"30d67173-bbd5-49ed-b721-a5c71e44eb57","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml","artifactChecksum":"NGVjNDg1MWFjMjJkZjRkZjI3NmQ4NmI4ZmU5OWM1Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bb15f97-0a53-4bef-a46b-656a80406cb1","artifactVersion":"1"},{"artifactName":"vfw2d336b9e07cd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json","artifactChecksum":"NTNiODhlMjY4MjQ0NzM4NmFlNWIxZDY0ZjA5MGU3MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d5181cf-10fd-4c26-8732-a1df4fd306c4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee828e96-439c-4c1d-a54e-85a608ba90e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml","artifactChecksum":"MjgzMGEwMGE2MjIwZmFkYWVmNTQ5NDMzODUzMzk5Zjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8749775-cc45-4998-92a8-71b9bad5864d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e1e540f-dcea-459e-8271-62ee8361fdff","artifactVersion":"2","generatedFromUUID":"ee828e96-439c-4c1d-a54e-85a608ba90e5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210813041431-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml","artifactChecksum":"YjUwNzY0ZjAzM2FlYzM1NGIzYWI5NDViYzM2M2E5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a7a2333-ebca-4f99-a892-009670671a50","artifactVersion":"1"},{"artifactName":"service-Vfw20210813041431-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar","artifactChecksum":"NWQ4MzIyNjZjNDYzMTcxZDViZmI5MmM3YTAyYjc0NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75bd8bc1-0ab7-42e3-965b-4e2f655a2509","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:19:48.744Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:48.744Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:48.746Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:48.747Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:19:48.847Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:48.848Z||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-13T04:19:48.848Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:48.859Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:48.860Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:49.747Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:49.749Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:49.750Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:49.751Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:19:49.851Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:49.852Z||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-13T04:19:49.852Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:49.862Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:49.863Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:50.751Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:50.752Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:50.754Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:50.754Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:19:50.854Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:50.855Z||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-13T04:19:50.855Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:50.867Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:50.867Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:51.755Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:51.756Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:51.758Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:51.758Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:19:51.859Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:19:51.860Z||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-13T04:19:51.860Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:51.871Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:51.872Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:52.759Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:52.760Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:52.763Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:52.763Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-13T04:19:52.863Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:52.864Z||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-13T04:19:52.864Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:52.874Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:52.875Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:53.763Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:53.764Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:53.766Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:53.766Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:19:53.867Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:53.868Z||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-13T04:19:53.868Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:53.878Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:53.878Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:54.767Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:54.768Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:54.770Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:54.770Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:19:54.870Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:54.871Z||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-13T04:19:54.871Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:54.883Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:54.884Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:55.772Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "serviceName": "vFW 2021-08-13 04-14-31",
  "serviceVersion": "1.0",
  "serviceUUID": "5a989433-7440-4d9d-a8de-aa892afe2392",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "22a11f00-7b66-479c-aa79-7d1c1455eb91",
  "resources": [
    {
      "resourceInstanceName": "vFW 2d336b9e-07cd 0",
      "resourceCustomizationUUID": "30d67173-bbd5-49ed-b721-a5c71e44eb57",
      "resourceName": "vFW 2d336b9e-07cd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a",
      "resourceInvariantUUID": "5aadcbac-262d-48f5-a336-14c88f6bd758",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2d336b9e07cd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
          "artifactChecksum": "NTNiODhlMjY4MjQ0NzM4NmFlNWIxZDY0ZjA5MGU3MWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8d5181cf-10fd-4c26-8732-a1df4fd306c4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ee828e96-439c-4c1d-a54e-85a608ba90e5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9e1e540f-dcea-459e-8271-62ee8361fdff",
            "generatedFromUUID": "ee828e96-439c-4c1d-a54e-85a608ba90e5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9e1e540f-dcea-459e-8271-62ee8361fdff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210813041431-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
      "artifactChecksum": "NWQ4MzIyNjZjNDYzMTcxZDViZmI5MmM3YTAyYjc0NDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75bd8bc1-0ab7-42e3-965b-4e2f655a2509"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:19:55.773Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:19:55.773Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a989433-7440-4d9d-a8de-aa892afe2392 ASDC
2021-08-13T04:19:55.774Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
ServiceName:vFW 2021-08-13 04-14-31
ServiceVersion:1.0
ServiceUUID:5a989433-7440-4d9d-a8de-aa892afe2392
ServiceInvariantUUID:22a11f00-7b66-479c-aa79-7d1c1455eb91
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210813041431-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
ArtifactUUID:75bd8bc1-0ab7-42e3-965b-4e2f655a2509
ArtifactChecksum:NWQ4MzIyNjZjNDYzMTcxZDViZmI5MmM3YTAyYjc0NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2d336b9e-07cd 0
ResourceCustomizationUUID:30d67173-bbd5-49ed-b721-a5c71e44eb57
ResourceInvariantUUID:5aadcbac-262d-48f5-a336-14c88f6bd758
ResourceName:vFW 2d336b9e-07cd
ResourceType:VF
ResourceUUID:5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2d336b9e07cd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
ArtifactUUID:8d5181cf-10fd-4c26-8732-a1df4fd306c4
ArtifactChecksum:NTNiODhlMjY4MjQ0NzM4NmFlNWIxZDY0ZjA5MGU3MWQ=
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/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
ArtifactUUID:ee828e96-439c-4c1d-a54e-85a608ba90e5
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/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
ArtifactUUID:9e1e540f-dcea-459e-8271-62ee8361fdff
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/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
ArtifactUUID:9e1e540f-dcea-459e-8271-62ee8361fdff
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T04:19:55.774Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a989433-7440-4d9d-a8de-aa892afe2392 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-13T04:19:55.803Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 75bd8bc1-0ab7-42e3-965b-4e2f655a2509 from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:19:55.805Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:56.803Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar 75bd8bc1-0ab7-42e3-965b-4e2f655a2509 98685
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar ASDC sendASDCNotification
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:19:56.808Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:56.809Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:56.810Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828396807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:19:56.910Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:56.911Z||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-13T04:19:56.911Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:56.921Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:19:56.922Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:57.810Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:19:57.811Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:19:57.812Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 75bd8bc1-0ab7-42e3-965b-4e2f655a2509, URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar to file: /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:57.812Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210813041431-csar.csar
2021-08-13T04:19:57.813Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:57.813Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:58.140Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13108128111670118014/Definitions/service-Vfw20210813041431-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-13T04:20:00.397Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d336b9e-07cd 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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15e9b80f-ffb3-4824-8434-abb29007ebba
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec06e6f8-e9f3-49f6-a444-87b2e8d7c41a
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T04:20:00.420Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e491b98-657e-4ba2-9032-4832adeb7270
2021-08-13T04:20:00.420Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.420Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-13 04-14-31
Description:catalog service description
Model UUID:5a989433-7440-4d9d-a8de-aa892afe2392
Model Version:NULL
Model InvariantUuid:22a11f00-7b66-479c-aa79-7d1c1455eb91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2d336b9e-07cd
Model UUID:14c4bade-f9bc-41a4-924c-a82cdae2cda5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5aadcbac-262d-48f5-a336-14c88f6bd758
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30d67173-bbd5-49ed-b721-a5c71e44eb57
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e4104af-45c7-45a5-a160-c112d69f409d
ModelName:Vfw2d336b9e07cd..base_vfw..module-0
ModelUuid:c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:15e9b80f-ffb3-4824-8434-abb29007ebba
ModelInvariantUuid:484bc48c-b107-4292-92db-e1ec1d3cfcb8
ModelName:vFW 2d336b9e-07cd-nodes.vfwCvfc
ModelUuid:14de1a23-36cd-4f6d-8ff4-193f5368f39c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:54d4c803-394c-490c-824b-1be256e16113
ModelInvariantUuid:f427b2db-aba8-4961-96da-08d3a4ee620a
ModelName:Vfw2d336b9e07cd.compute.nodes.heat.vfw
ModelUuid:18746273-a6d0-4786-995d-84b0df52b966
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ec06e6f8-e9f3-49f6-a444-87b2e8d7c41a
ModelInvariantUuid:efaba7cd-6fe7-4e0b-bb78-0135e32dc231
ModelName:vFW 2d336b9e-07cd-nodes.vsnCvfc
ModelUuid:381e06ee-fe25-4e21-9083-efe7127238be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c06b287f-da7a-4f84-b859-b86f309358c4
ModelInvariantUuid:4929e3a0-4c31-4bea-b34d-fdd0570d0f9a
ModelName:Vfw2d336b9e07cd.compute.nodes.heat.vsn
ModelUuid:d288691a-338d-44d0-a702-fb501d36180d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0e491b98-657e-4ba2-9032-4832adeb7270
ModelInvariantUuid:c2dfa517-871d-48f8-a01e-11b3d2442f38
ModelName:vFW 2d336b9e-07cd-nodes.vpgCvfc
ModelUuid:75f2ca0c-5fa0-406a-8336-0e4e0390540f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8c60c66a-ce04-43c8-83e7-211e48b2dca6
ModelInvariantUuid:828241c5-d8fb-4f2e-ba0a-e415474aa732
ModelName:Vfw2d336b9e07cd.compute.nodes.heat.vpg
ModelUuid:5e373f21-6777-4404-ab35-03641cef0597
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-13T04:20:00.428Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a
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-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||vFW 2d336b9e-07cd 0
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d5181cf-10fd-4c26-8732-a1df4fd306c4 from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:20:00.432Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:00.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:20:00.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json 8d5181cf-10fd-4c26-8732-a1df4fd306c4 785
2021-08-13T04:20:00.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json ASDC sendASDCNotification
2021-08-13T04:20:00.898Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:00.898Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:20:00.898Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:00.900Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:00.900Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828400897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:20:01.000Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:01.001Z||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-13T04:20:01.001Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:01.013Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:01.014Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:01.900Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2d336b9e07cd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e4104af-45c7-45a5-a160-c112d69f409d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee",
    "vfModuleModelCustomizationUUID": "64b05eab-1c24-4d2a-94ae-9580633b071f",
    "isBase": true,
    "artifacts": [
      "ee828e96-439c-4c1d-a54e-85a608ba90e5",
      "9e1e540f-dcea-459e-8271-62ee8361fdff"
    ],
    "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-13T04:20:01.904Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d336b9e07cd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee
VfModuleModelInvariantUUID:9e4104af-45c7-45a5-a160-c112d69f409d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee828e96-439c-4c1d-a54e-85a608ba90e5
,
9e1e540f-dcea-459e-8271-62ee8361fdff

}
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-13T04:20:01.906Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2d336b9e07cd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e4104af-45c7-45a5-a160-c112d69f409d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee",
    "vfModuleModelCustomizationUUID": "64b05eab-1c24-4d2a-94ae-9580633b071f",
    "isBase": true,
    "artifacts": [
      "ee828e96-439c-4c1d-a54e-85a608ba90e5",
      "9e1e540f-dcea-459e-8271-62ee8361fdff"
    ],
    "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-13T04:20:01.906Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d336b9e07cd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee
VfModuleModelInvariantUUID:9e4104af-45c7-45a5-a160-c112d69f409d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee828e96-439c-4c1d-a54e-85a608ba90e5
,
9e1e540f-dcea-459e-8271-62ee8361fdff

}
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-13T04:20:01.907Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee828e96-439c-4c1d-a54e-85a608ba90e5 from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:01.907Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:20:01.907Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:02.589Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:20:02.590Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml ee828e96-439c-4c1d-a54e-85a608ba90e5 20368
2021-08-13T04:20:02.590Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T04:20:02.590Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:02.591Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:20:02.591Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:02.593Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:02.593Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828402590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:20:02.693Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:02.694Z||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-13T04:20:02.694Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:02.705Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:02.706Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:03.594Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9e1e540f-dcea-459e-8271-62ee8361fdff from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:03.595Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:20:03.595Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:04.215Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:20:04.215Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env 9e1e540f-dcea-459e-8271-62ee8361fdff 2098
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:04.218Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:04.218Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828404216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:20:04.319Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:04.320Z||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-13T04:20:04.320Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:04.332Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:04.332Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:05.219Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a989433-7440-4d9d-a8de-aa892afe2392
2021-08-13T04:20:05.220Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d336b9e-07cd 0 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a 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-13T04:20:05.242Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.242Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.243Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-08-13T04:20:05.243Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 30d67173-bbd5-49ed-b721-a5c71e44eb57
2021-08-13T04:20:05.244Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30d67173-bbd5-49ed-b721-a5c71e44eb57 matches Tosca VF Customization UUID: 30d67173-bbd5-49ed-b721-a5c71e44eb57
2021-08-13T04:20:05.244Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 30d67173-bbd5-49ed-b721-a5c71e44eb57  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-13T04:20:05.248Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.248Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.249Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 30d67173-bbd5-49ed-b721-a5c71e44eb57: {\"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-13T04:20:05.249Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c18d0a7
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64b05eab-1c24-4d2a-94ae-9580633b071f
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64b05eab-1c24-4d2a-94ae-9580633b071f
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-13T04:20:05.252Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15e9b80f-ffb3-4824-8434-abb29007ebba
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-13T04:20:05.257Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.260Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:05.260Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.260Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec06e6f8-e9f3-49f6-a444-87b2e8d7c41a
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-13T04:20:05.262Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.262Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.262Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.267Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T04:20:05.267Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e491b98-657e-4ba2-9032-4832adeb7270
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-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.270Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.270Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=30d67173-bbd5-49ed-b721-a5c71e44eb57
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-13T04:20:05.271Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5a989433-7440-4d9d-a8de-aa892afe2392: vFW 2d336b9e-07cd
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-08-13 04-14-31 
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-13T04:20:05.455Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d336b9e-07cd 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a 1 ASDC deployResourceStructure
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json ASDC sendASDCNotification
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:05.458Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:05.459Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:05.559Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:05.560Z||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-13T04:20:05.560Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:05.570Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:05.571Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:06.459Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T04:20:06.460Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:06.460Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:06.460Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:06.463Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:06.463Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828406459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:06.563Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:06.564Z||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-13T04:20:06.564Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:06.578Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:06.579Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:07.464Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T04:20:07.465Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:07.465Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:07.465Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:07.467Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:07.468Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828407464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:07.568Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:07.568Z||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-13T04:20:07.568Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:07.578Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:07.579Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:08.468Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar ASDC sendASDCNotification
2021-08-13T04:20:08.470Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:08.470Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:08.470Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:08.472Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:08.473Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828408468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:08.573Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:08.574Z||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-13T04:20:08.574Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:08.586Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:08.587Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:20:09.473Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:20:09.485Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:20:09.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:20:09.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:20:09.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:20:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:20:36.347Z||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-13T04:20:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:36.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:20:36.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828257417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:36.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828260272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "aai-ml",
  "timestamp": 1628828261276,
  "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-13T04:20:36.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:20:36.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:20:36.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828262145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828263165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "clamp",
  "timestamp": 1628828264167,
  "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-13T04:20:36.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:20:36.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828259733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828269811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828272953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828273957,
  "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-13T04:20:36.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:20:36.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:20:39.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:20:39.498Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:20:39.502Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:20:39.502Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:20:39.502Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-13T04:20:39.506Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:21:09.506Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 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-13T04:21:09.511Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and serviceModelVersionId: 5a989433-7440-4d9d-a8de-aa892afe2392
2021-08-13T04:21:09.511Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a11f00-7b66-479c-aa79-7d1c1455eb91
2021-08-13T04:21:09.512Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0
2021-08-13T04:21:09.516Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:21:09.554Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?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-13T04:21:09.555Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0|INFO|500||Invoke
2021-08-13T04:21:09.574Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:21:10.013Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0|INFO|500||InvokeReturn
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:21:09:576-40238], vertex-id=[167968], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:21:09 GMT], Content-Type=[application/json]}
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-13T04:21:10.021Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||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-13T04:21:10.021Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:21:10.021Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:21:10.022Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:21:10.024Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:21:10.024Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828470021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:21:10.124Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:21:10.124Z||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-13T04:21:10.124Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:10.137Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:21:10.138Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:21:11.035Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:11.036Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:11.036Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:20.584Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:21:20.585Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:20.586Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:20.586Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:30.128Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:21:30.128Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:30.129Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:30.129Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:36.347Z||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-13T04:21:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:36.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:21:36.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828383399,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828384414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828396807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828400897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828402590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828404216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828406459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828407464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828408468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:39.671Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:21:39.672Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:39.673Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:39.673Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:49.219Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:22:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:22:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:22:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:22:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:22:36.346Z||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-13T04:22:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:22:36.866Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:22:36.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:22:36.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828470021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:22:36.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:22:45.893Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:23:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:23:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:23:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:23:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:23:36.346Z||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-13T04:23:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:23:45.890Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:23:45.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:24:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:24:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:24:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:24:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:24:36.347Z||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-13T04:24:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:24:45.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:24:45.912Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:25:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:25:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:25:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:25:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:25:36.346Z||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-13T04:25:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:25:45.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:25:45.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:26:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:26:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:26:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:26:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:26:36.346Z||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-13T04:26:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:26:45.889Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:26:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:27:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:27:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:27:36.346Z||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-13T04:27:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:36.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.971Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "cds",
  "timestamp": 1628828803511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.971Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.971Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"83dabe32-c538-4c4f-b70f-a0d7da594bae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"609ebc1c-8edd-47b9-b8f7-dadb93ac2a97","serviceDescription":"service","serviceInvariantUUID":"bcbb72aa-ad7b-4f8d-9a21-44145c12749c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cb4751e4-3dbc-4016-8f29-2bd50f438e2d","resourceInvariantUUID":"c25d8587-946a-46da-a4e2-a2dc913dd4df","resourceCustomizationUUID":"bd71d3ae-424d-47de-a3fb-f66c3ede2dad","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":"NmUzZWM5MGE5YTRjN2MyMTE4NDZlMjJhODlmZjI4ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30b7fa5d-7209-431d-9f4a-64dd4ea2c999","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDE3OGNiYjg0YWRiYTBkYTM3NzMzNzQyNDY5OWQ4OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46a298a9-f62f-4601-8bcc-8412b6a06b99","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "aai-ml",
  "timestamp": 1628828804702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "clamp",
  "timestamp": 1628828808306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828802882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "cds",
  "timestamp": 1628828803511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828802882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "clamp",
  "timestamp": 1628828808306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "aai-ml",
  "timestamp": 1628828804702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "dcae-sch",
  "timestamp": 1628828813250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "dcae-sch",
  "timestamp": 1628828813250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.973Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "aai-ml",
  "timestamp": 1628828815796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:27:36.973Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "cds",
  "timestamp": 1628828815807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "cds",
  "timestamp": 1628828816812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-08-13T04:27:36.974Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:36.975Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828856343,
  "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-13T04:27:36.985Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:36.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae 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-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "aai-ml",
  "timestamp": 1628828819913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "aai-ml",
  "timestamp": 1628828820917,
  "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-13T04:27:36.997Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:36.997Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae 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-13T04:27:37.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828821072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "policy-id",
  "timestamp": 1628828821073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "clamp",
  "timestamp": 1628828822195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828821072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "policy-id",
  "timestamp": 1628828821073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "clamp",
  "timestamp": 1628828823210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "clamp",
  "timestamp": 1628828824213,
  "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-13T04:27:37.010Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:37.010Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae 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-13T04:27:37.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "policy-id",
  "timestamp": 1628828824609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "policy-id",
  "timestamp": 1628828825612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "policy-id",
  "timestamp": 1628828826614,
  "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-13T04:27:37.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:37.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae 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-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828829733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828829733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828833406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828834864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828835868,
  "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-13T04:27:37.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:37.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae 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-13T04:27:37.075Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:37.076Z||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-13T04:27:37.076Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:37.085Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:37.085Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:37.975Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:27:37.976Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:37.978Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:37.978Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828856343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:27:38.078Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:38.079Z||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-13T04:27:38.079Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:38.089Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:38.089Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:38.979Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "609ebc1c-8edd-47b9-b8f7-dadb93ac2a97",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bcbb72aa-ad7b-4f8d-9a21-44145c12749c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bd71d3ae-424d-47de-a3fb-f66c3ede2dad",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "cb4751e4-3dbc-4016-8f29-2bd50f438e2d",
      "resourceInvariantUUID": "c25d8587-946a-46da-a4e2-a2dc913dd4df",
      "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": "ZDE3OGNiYjg0YWRiYTBkYTM3NzMzNzQyNDY5OWQ4OGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46a298a9-f62f-4601-8bcc-8412b6a06b99"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:27:38.979Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:27:38.980Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97 ASDC
2021-08-13T04:27:38.980Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:83dabe32-c538-4c4f-b70f-a0d7da594bae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
ServiceInvariantUUID:bcbb72aa-ad7b-4f8d-9a21-44145c12749c
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:46a298a9-f62f-4601-8bcc-8412b6a06b99
ArtifactChecksum:ZDE3OGNiYjg0YWRiYTBkYTM3NzMzNzQyNDY5OWQ4OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bd71d3ae-424d-47de-a3fb-f66c3ede2dad
ResourceInvariantUUID:c25d8587-946a-46da-a4e2-a2dc913dd4df
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cb4751e4-3dbc-4016-8f29-2bd50f438e2d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-13T04:27:38.980Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97 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-13T04:27:39.004Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 46a298a9-f62f-4601-8bcc-8412b6a06b99 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:27:39.006Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-13T04:27:39.782Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 46a298a9-f62f-4601-8bcc-8412b6a06b99 52171
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:39.787Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:39.788Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828859785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:27:39.888Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:39.889Z||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-13T04:27:39.889Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:39.902Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:39.902Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:40.788Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:27:40.789Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:27:40.789Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 46a298a9-f62f-4601-8bcc-8412b6a06b99, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:40.789Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-13T04:27:40.790Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:40.790Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:40.880Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP190922191234895896/Definitions/service-BasicNetwork-template.yml
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
Model Version:NULL
Model InvariantUuid:bcbb72aa-ad7b-4f8d-9a21-44145c12749c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c25d8587-946a-46da-a4e2-a2dc913dd4df
Model UUID:2c58e495-8dd6-4e87-97ea-fda8615e3640
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bd71d3ae-424d-47de-a3fb-f66c3ede2dad
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-13T04:27:41.309Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: cb4751e4-3dbc-4016-8f29-2bd50f438e2d
2021-08-13T04:27:41.310Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||No resources found for Service: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
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-13T04:27:41.313Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||
2021-08-13T04:27:41.313Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-13T04:27:41.313Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
2021-08-13T04:27:41.314Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
2021-08-13T04:27:41.314Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-13T04:27:41.314Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.320Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.320Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.321Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.321Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.321Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97: Generic NeutronNet
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.348Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:27:41.350Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.350Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.402Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:41.405Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:41.405Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828861403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:27:41.505Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:41.506Z||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-13T04:27:41.506Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:41.516Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:27:41.516Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:42.405Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:27:42.414Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:27:42.422Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:28:12.423Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae 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-13T04:28:12.428Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae and serviceModelVersionId: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
2021-08-13T04:28:12.428Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcbb72aa-ad7b-4f8d-9a21-44145c12749c
2021-08-13T04:28:12.429Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0
2021-08-13T04:28:12.433Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:28:12.486Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|INFO|500||Invoke
2021-08-13T04:28:12.487Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83dabe32-c538-4c4f-b70f-a0d7da594bae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07320d38-0c21-426c-afa9-c7a84d5ae221], X-ECOMP-RequestID=[83dabe32-c538-4c4f-b70f-a0d7da594bae], X-TransactionId=[], X-ONAP-RequestID=[83dabe32-c538-4c4f-b70f-a0d7da594bae], Content-Type=[application/merge-patch+json]}
2021-08-13T04:28:12.509Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:28:13.014Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?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/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:28:12:509-12430], vertex-id=[176176], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:28:12 GMT], Content-Type=[application/json]}
2021-08-13T04:28:13.014Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:28:13.015Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|INFO|500||InvokeReturn
2021-08-13T04:28:13.015Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:28:13.016Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:28:13.020Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||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-13T04:28:13.020Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83dabe32-c538-4c4f-b70f-a0d7da594bae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:28:13.020Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:28:13.021Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:13.022Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:13.023Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828893020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:28:13.123Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:13.123Z||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-13T04:28:13.124Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:13.137Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:13.138Z||pool-39-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-13T04:28:36.343Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:28:36.344Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:28:36.344Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:28:36.346Z||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-13T04:28:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:36.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:36.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:28:36.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828856343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:36.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:28:36.966Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:36.967Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:28:36.967Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"026e66ae-d4c4-40d5-90bb-5d4b139f8638","serviceName":"Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ","serviceVersion":"1.0","serviceUUID":"aebfe37b-a6cf-419a-96f7-713c8139cce5","serviceDescription":"catalog service description","serviceInvariantUUID":"d12e8d85-8b08-4752-a44b-499251f6ab80","resources":[{"resourceInstanceName":"pNF 110bd5eb-1c49 0","resourceName":"pNF 110bd5eb-1c49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"743195fd-49ba-42c0-a66e-934d48c5e278","resourceInvariantUUID":"0260ef7b-b83f-4374-952d-5fa5e057e127","resourceCustomizationUUID":"52a98689-3d31-4383-a91c-9c6710ceb705","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml","artifactChecksum":"ODYxOGEwYjlhNGViYWNjMDA4NGFmYzVmNDJhODQxNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f70e316-db77-4eeb-b55f-0e7a02cac41a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar","artifactChecksum":"NzE3MjUzOGUwYjE4N2QxNjA0OWY2MDgwMGVjNDBkN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ced5a3a-aa5a-4d4b-9a4a-a525a7504bae","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c78ba214-8fc0-4513-ac2e-00dc1ae45ac5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml","artifactChecksum":"Y2FlNDczMmUwNDk2ZjFlNTUxZTNkYjZiY2EwZjc2NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54067087-b123-4467-9fa8-b73f077e2744","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb167ba-4176-4ceb-b234-3aa7ab858e79","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8eeb5b16-2146-47a0-b8a2-0c3c06df539e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml","artifactChecksum":"NTNmYmZkNzgxZGM0MmI2NzRiNDIzZTZhMmRiMzBkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f327672e-d2ef-4b9c-9d82-7ffb0beb41d9","artifactVersion":"1"},{"artifactName":"service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar","artifactChecksum":"YTM4OThkNmVhMDg0ZWEwNzczOTk0ZDg2NmQ1NzI1Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ae9a594-e288-4201-ae17-0f568d5a8fdc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:28:36.969Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:36.969Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:36.971Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:36.971Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:37.071Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:37.072Z||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-13T04:28:37.072Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:37.082Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:37.083Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:37.971Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:37.972Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:37.973Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:37.973Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:38.074Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:28:38.074Z||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-13T04:28:38.074Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:38.085Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:38.086Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:38.974Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:38.975Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:38.976Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:38.976Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:39.077Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:39.078Z||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-13T04:28:39.078Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:39.090Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:39.091Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:39.977Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:39.978Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:39.979Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:39.979Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:40.080Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:28:40.080Z||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-13T04:28:40.080Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:40.092Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:40.092Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:28:40.980Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:40.981Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:40.983Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:40.984Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:41.083Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T04:28:41.084Z||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-13T04:28:41.084Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:41.093Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:41.094Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:41.984Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:41.985Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:41.987Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:41.987Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:42.087Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:42.088Z||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-13T04:28:42.088Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:42.098Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:42.099Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:42.987Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:42.988Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:42.990Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:42.990Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:28:43.090Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:43.091Z||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-13T04:28:43.091Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:43.100Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:43.101Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:43.991Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:43.991Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:43.993Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:43.993Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:28:44.094Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:28:44.094Z||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-13T04:28:44.094Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:44.107Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:44.107Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:44.994Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "serviceName": "Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ",
  "serviceVersion": "1.0",
  "serviceUUID": "aebfe37b-a6cf-419a-96f7-713c8139cce5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d12e8d85-8b08-4752-a44b-499251f6ab80",
  "resources": [
    {
      "resourceInstanceName": "pNF 110bd5eb-1c49 0",
      "resourceCustomizationUUID": "52a98689-3d31-4383-a91c-9c6710ceb705",
      "resourceName": "pNF 110bd5eb-1c49",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "743195fd-49ba-42c0-a66e-934d48c5e278",
      "resourceInvariantUUID": "0260ef7b-b83f-4374-952d-5fa5e057e127",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
      "artifactChecksum": "YTM4OThkNmVhMDg0ZWEwNzczOTk0ZDg2NmQ1NzI1Y2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ae9a594-e288-4201-ae17-0f568d5a8fdc"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:28:44.995Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:28:44.995Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aebfe37b-a6cf-419a-96f7-713c8139cce5 ASDC
2021-08-13T04:28:44.995Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:026e66ae-d4c4-40d5-90bb-5d4b139f8638
ServiceName:Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ
ServiceVersion:1.0
ServiceUUID:aebfe37b-a6cf-419a-96f7-713c8139cce5
ServiceInvariantUUID:d12e8d85-8b08-4752-a44b-499251f6ab80
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
ArtifactUUID:1ae9a594-e288-4201-ae17-0f568d5a8fdc
ArtifactChecksum:YTM4OThkNmVhMDg0ZWEwNzczOTk0ZDg2NmQ1NzI1Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 110bd5eb-1c49 0
ResourceCustomizationUUID:52a98689-3d31-4383-a91c-9c6710ceb705
ResourceInvariantUUID:0260ef7b-b83f-4374-952d-5fa5e057e127
ResourceName:pNF 110bd5eb-1c49
ResourceType:PNF
ResourceUUID:743195fd-49ba-42c0-a66e-934d48c5e278
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-13T04:28:44.995Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aebfe37b-a6cf-419a-96f7-713c8139cce5 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-13T04:28:45.020Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:28:45.021Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:28:45.021Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:28:45.021Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ae9a594-e288-4201-ae17-0f568d5a8fdc from URL: /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:45.022Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:28:45.022Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:45.801Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:28:45.807Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar 1ae9a594-e288-4201-ae17-0f568d5a8fdc 82554
2021-08-13T04:28:45.808Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar ASDC sendASDCNotification
2021-08-13T04:28:45.808Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:45.808Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:28:45.809Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:45.811Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:45.811Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828925808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:28:45.911Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:45.912Z||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-13T04:28:45.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:45.922Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:45.922Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:46.811Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:28:46.812Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:28:46.812Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1ae9a594-e288-4201-ae17-0f568d5a8fdc, URL: /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar to file: /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.812Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.813Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.813Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.939Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18435213237804135629/Definitions/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml
2021-08-13T04:28:47.658Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 110bd5eb-1c49 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-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Node template pNF 110bd5eb-1c49 0 is matching search criteria
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 110bd5eb-1c49 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Node template pNF 110bd5eb-1c49 0 is matching search criteria
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 110bd5eb-1c49 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.662Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.662Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ
Description:catalog service description
Model UUID:aebfe37b-a6cf-419a-96f7-713c8139cce5
Model Version:NULL
Model InvariantUuid:d12e8d85-8b08-4752-a44b-499251f6ab80
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-13T04:28:47.669Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 743195fd-49ba-42c0-a66e-934d48c5e278
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-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||pNF 110bd5eb-1c49 0
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 743195fd-49ba-42c0-a66e-934d48c5e278
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||No resources found for Service: aebfe37b-a6cf-419a-96f7-713c8139cce5
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: aebfe37b-a6cf-419a-96f7-713c8139cce5
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 110bd5eb-1c49 0 743195fd-49ba-42c0-a66e-934d48c5e278 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-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid aebfe37b-a6cf-419a-96f7-713c8139cce5: pNF 110bd5eb-1c49
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Processing PNF resource: 743195fd-49ba-42c0-a66e-934d48c5e278
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Resource customization UUID: 52a98689-3d31-4383-a91c-9c6710ceb705 is the same as notified resource customizationUUID: 52a98689-3d31-4383-a91c-9c6710ceb705
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-13T04:28:47.726Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 110bd5eb-1c49 743195fd-49ba-42c0-a66e-934d48c5e278 0 ASDC deployResourceStructure
2021-08-13T04:28:47.726Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar ASDC sendASDCNotification
2021-08-13T04:28:47.727Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.727Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:28:47.727Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:47.729Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:47.729Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828927726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:28:47.829Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:47.830Z||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-13T04:28:47.830Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:47.841Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:28:47.841Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:48.729Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:28:48.737Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:28:48.738Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:28:48.739Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:28:48.739Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:29:18.739Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:29:18.746Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:29:18.748Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:29:18.748Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:29:18.748Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:29:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:29:36.348Z||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-13T04:29:36.348Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:29:36.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:29:36.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828856343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828859785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828861403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828859733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "dcae-sch",
  "timestamp": 1628828853250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828861073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628828861072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828862882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828863511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828871918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828871916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828864702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828872620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828872920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828873123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828873677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828873819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:29:36.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "policy-id",
  "timestamp": 1628828873922,
  "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-13T04:29:36.401Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 026e66ae-d4c4-40d5-90bb-5d4b139f8638
2021-08-13T04:29:36.401Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:29:36.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "cds",
  "timestamp": 1628828874127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-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-13T04:29:36.411Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 026e66ae-d4c4-40d5-90bb-5d4b139f8638
2021-08-13T04:29:36.411Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:29:36.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628828874680,
  "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-13T04:29:36.424Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 026e66ae-d4c4-40d5-90bb-5d4b139f8638
2021-08-13T04:29:36.424Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:29:36.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628828874867,
  "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-13T04:29:36.436Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 026e66ae-d4c4-40d5-90bb-5d4b139f8638
2021-08-13T04:29:36.436Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:29:36.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828874920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828868306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828880171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "aai-ml",
  "timestamp": 1628828881174,
  "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-13T04:29:36.448Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 026e66ae-d4c4-40d5-90bb-5d4b139f8638
2021-08-13T04:29:36.448Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:29:36.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828886212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:29:36.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828888219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:29:36.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:36.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "clamp",
  "timestamp": 1628828889222,
  "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-13T04:29:36.460Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 026e66ae-d4c4-40d5-90bb-5d4b139f8638
2021-08-13T04:29:36.461Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:29:36.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:29:36.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828893020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:29:36.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:29:48.748Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:29:48.758Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:29:48.763Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:29:48.764Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-13T04:29:48.770Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:30:18.770Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638 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-13T04:30:18.776Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 026e66ae-d4c4-40d5-90bb-5d4b139f8638 and serviceModelVersionId: aebfe37b-a6cf-419a-96f7-713c8139cce5
2021-08-13T04:30:18.776Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d12e8d85-8b08-4752-a44b-499251f6ab80
2021-08-13T04:30:18.777Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0
2021-08-13T04:30:18.783Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:30:18.813Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0|INFO|500||Invoke
2021-08-13T04:30:18.814Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[026e66ae-d4c4-40d5-90bb-5d4b139f8638], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bdd60c88-b12a-410e-912b-9b35cd1d34e2], X-ECOMP-RequestID=[026e66ae-d4c4-40d5-90bb-5d4b139f8638], X-TransactionId=[], X-ONAP-RequestID=[026e66ae-d4c4-40d5-90bb-5d4b139f8638], Content-Type=[application/merge-patch+json]}
2021-08-13T04:30:18.826Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:30:19.269Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?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/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210813-04:30:18:828-90924], vertex-id=[180272], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:30:18 GMT], Content-Type=[application/json]}
2021-08-13T04:30:19.270Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:30:19.270Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d12e8d85-8b08-4752-a44b-499251f6ab80/model-vers/model-ver/aebfe37b-a6cf-419a-96f7-713c8139cce5?depth=0|INFO|500||InvokeReturn
2021-08-13T04:30:19.270Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:30:19.270Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-13T04:30:19.274Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||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-13T04:30:19.274Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 026e66ae-d4c4-40d5-90bb-5d4b139f8638 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:30:19.275Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:30:19.275Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:30:19.276Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:30:19.276Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829019275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:30:19.377Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:30:19.377Z||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-13T04:30:19.377Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:30:19.391Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:30:19.391Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:30:20.287Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:30:20.287Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:30:20.287Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:30:29.829Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:30:36.343Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:30:36.344Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:30:36.344Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:30:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:30:36.346Z||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-13T04:30:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:30:36.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:30:36.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828916343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828925808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:30:36.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:30:36.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:30:36.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628828927726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:30:36.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:30:45.891Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:36.343Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:31:36.344Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:31:36.344Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:31:36.346Z||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-13T04:31:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:36.867Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:36.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:31:36.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829019275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:31:36.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:31:37.423Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:37.423Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:31:37.423Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2f899b6-f2d9-4fad-8f2e-39e77a96ed40","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"57a2b3df-dfb8-483b-be24-70e2070f339b","serviceDescription":"service","serviceInvariantUUID":"e06fc8e9-3da7-4a90-ab77-242e76e68c7f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d082375-bded-4eb0-9c38-286c23e195dc","resourceInvariantUUID":"fbbcf5ed-7996-44bd-9206-af90f7612a06","resourceCustomizationUUID":"b7a4f46d-cf23-4a80-9e76-05fbc868eb47","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":"NDNkMjRhY2UyYmUwZWQxMDA3MDM2ZGU5NzUwN2M5YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0492c6b8-577e-4965-bb95-8bc11cdf1c0d","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":"ODIxN2ZjZTBiMmJlMzI3NjdjYTY2MTc3NjBhZmUxNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"728b16fe-e6af-4e70-ab79-4e9390d0f4ac","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":"98245735-acd5-46cc-bcb9-6bc92c6dd058","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":"89785b16-94c2-4a2c-a9d5-65be71202309","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":"d99f099e-8445-4473-b09b-838ab9c6a092","artifactVersion":"2","generatedFromUUID":"98245735-acd5-46cc-bcb9-6bc92c6dd058"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGU0NDQ1NGY4MTM4ODQ0YWI0NmM4ZjIxNzE1OTYzYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a73c31f4-c286-4abd-a8e9-983b17d335fa","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTlmYzQwNDgwNGI3ZTRlOTU0YjEyMzc4ZjY3ZWFmNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a89ab87c-6d41-417b-8762-d5dfb513c716","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:31:37.426Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:37.426Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:37.428Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:37.428Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:31:37.529Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:37.530Z||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-13T04:31:37.530Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:37.541Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:37.541Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:38.429Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:38.429Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:38.431Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:38.431Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:31:38.531Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:38.532Z||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-13T04:31:38.532Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:38.541Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:38.542Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:39.432Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:39.433Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:39.435Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:39.435Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:31:39.536Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:31:39.536Z||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-13T04:31:39.537Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:39.548Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:39.548Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:40.436Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:40.437Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:40.439Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:40.439Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:31:40.540Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:40.540Z||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-13T04:31:40.540Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:40.549Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:40.550Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:41.440Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:41.440Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:41.442Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:41.442Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T04:31:41.542Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:41.543Z||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-13T04:31:41.543Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:41.553Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:41.553Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:42.443Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:42.443Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:42.445Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:42.445Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:31:42.545Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:42.546Z||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-13T04:31:42.546Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:42.557Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:42.558Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:43.446Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:31:43.447Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:43.449Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:43.449Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:31:43.549Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:43.550Z||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-13T04:31:43.550Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:43.561Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:43.562Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:44.451Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "57a2b3df-dfb8-483b-be24-70e2070f339b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e06fc8e9-3da7-4a90-ab77-242e76e68c7f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b7a4f46d-cf23-4a80-9e76-05fbc868eb47",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d082375-bded-4eb0-9c38-286c23e195dc",
      "resourceInvariantUUID": "fbbcf5ed-7996-44bd-9206-af90f7612a06",
      "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": "ODIxN2ZjZTBiMmJlMzI3NjdjYTY2MTc3NjBhZmUxNWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "728b16fe-e6af-4e70-ab79-4e9390d0f4ac",
          "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": "98245735-acd5-46cc-bcb9-6bc92c6dd058",
          "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": "d99f099e-8445-4473-b09b-838ab9c6a092",
            "generatedFromUUID": "98245735-acd5-46cc-bcb9-6bc92c6dd058"
          },
          "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": "d99f099e-8445-4473-b09b-838ab9c6a092",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTlmYzQwNDgwNGI3ZTRlOTU0YjEyMzc4ZjY3ZWFmNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a89ab87c-6d41-417b-8762-d5dfb513c716"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:31:44.451Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:31:44.451Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57a2b3df-dfb8-483b-be24-70e2070f339b ASDC
2021-08-13T04:31:44.452Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:57a2b3df-dfb8-483b-be24-70e2070f339b
ServiceInvariantUUID:e06fc8e9-3da7-4a90-ab77-242e76e68c7f
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:a89ab87c-6d41-417b-8762-d5dfb513c716
ArtifactChecksum:OTlmYzQwNDgwNGI3ZTRlOTU0YjEyMzc4ZjY3ZWFmNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b7a4f46d-cf23-4a80-9e76-05fbc868eb47
ResourceInvariantUUID:fbbcf5ed-7996-44bd-9206-af90f7612a06
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6d082375-bded-4eb0-9c38-286c23e195dc
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:728b16fe-e6af-4e70-ab79-4e9390d0f4ac
ArtifactChecksum:ODIxN2ZjZTBiMmJlMzI3NjdjYTY2MTc3NjBhZmUxNWQ=
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:98245735-acd5-46cc-bcb9-6bc92c6dd058
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:d99f099e-8445-4473-b09b-838ab9c6a092
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:d99f099e-8445-4473-b09b-838ab9c6a092
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T04:31:44.452Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57a2b3df-dfb8-483b-be24-70e2070f339b 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-13T04:31:44.490Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:31:44.491Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:31:44.491Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:31:44.491Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a89ab87c-6d41-417b-8762-d5dfb513c716 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T04:31:44.491Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:31:44.491Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T04:31:45.395Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:31:45.399Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a89ab87c-6d41-417b-8762-d5dfb513c716 70849
2021-08-13T04:31:45.399Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:45.399Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:45.399Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:31:45.400Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:45.402Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:45.402Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829105399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:31:45.502Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:45.502Z||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-13T04:31:45.503Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:45.516Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:45.516Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:46.402Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:31:46.404Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:31:46.404Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a89ab87c-6d41-417b-8762-d5dfb513c716, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T04:31:46.404Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-13T04:31:46.405Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T04:31:46.405Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T04:31:46.625Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16196494664599168742/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-13T04:31:47.727Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:31:47.727Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:31:47.727Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T04:31:47.727Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T04:31:47.728Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.728Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.728Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.728Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.728Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.728Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.729Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.729Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.729Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:47.729Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:31:47.729Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.730Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.730Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:47.730Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:31:47.730Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:31:47.730Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.731Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.731Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:47.731Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:31:47.731Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:31:47.731Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.732Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.732Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.732Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T04:31:47.732Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T04:31:47.732Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-13T04:31:47.733Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-13T04:31:47.733Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-13T04:31:47.733Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:31:47.733Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.734Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:31:47.734Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.734Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:47.734Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:31:47.735Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.735Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:47.735Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:31:47.735Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.735Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:47.736Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:31:47.736Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.736Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T04:31:47.736Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T04:31:47.736Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T04:31:47.737Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bab014fc-7412-4874-9aa1-f8d428747517
2021-08-13T04:31:47.737Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.737Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.737Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.738Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.738Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.738Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.738Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:47.739Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:47.739Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:57a2b3df-dfb8-483b-be24-70e2070f339b
Model Version:NULL
Model InvariantUuid:e06fc8e9-3da7-4a90-ab77-242e76e68c7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:cbfb922c-46d2-42b8-b66b-76c0e46ba204
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbbcf5ed-7996-44bd-9206-af90f7612a06
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7a4f46d-cf23-4a80-9e76-05fbc868eb47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8090e611-bbef-4893-b326-511398d965f9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:89f7deb7-37a9-48db-880e-bb80dbe8d21a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bab014fc-7412-4874-9aa1-f8d428747517
ModelInvariantUuid:0df74726-2cb8-495f-8264-b0f6adcede60
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:c2e8e5c2-057d-4ffe-8ee9-d9989980f589
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:3e4257cb-ee62-4d5e-81d0-5652b3b51a03
ModelInvariantUuid:db909538-109c-4167-afa3-20f0854f4dea
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:777e8e1e-f16e-4c08-b288-ab63fd992df2
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-13T04:31:47.745Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d082375-bded-4eb0-9c38-286c23e195dc
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-13T04:31:47.750Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-08-13T04:31:47.751Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d082375-bded-4eb0-9c38-286c23e195dc
2021-08-13T04:31:47.751Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 728b16fe-e6af-4e70-ab79-4e9390d0f4ac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T04:31:47.751Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:31:47.751Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:50.508Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:31:50.509Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 728b16fe-e6af-4e70-ab79-4e9390d0f4ac 787
2021-08-13T04:31:50.509Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:50.509Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:50.510Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:31:50.510Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:50.512Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:50.512Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829110509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:31:50.613Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:50.613Z||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-13T04:31:50.614Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:50.625Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:50.626Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:51.513Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8090e611-bbef-4893-b326-511398d965f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89f7deb7-37a9-48db-880e-bb80dbe8d21a",
    "vfModuleModelCustomizationUUID": "780101e3-3f93-4296-94f8-54057e41705d",
    "isBase": true,
    "artifacts": [
      "98245735-acd5-46cc-bcb9-6bc92c6dd058",
      "d99f099e-8445-4473-b09b-838ab9c6a092"
    ],
    "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-13T04:31:51.517Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89f7deb7-37a9-48db-880e-bb80dbe8d21a
VfModuleModelInvariantUUID:8090e611-bbef-4893-b326-511398d965f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
98245735-acd5-46cc-bcb9-6bc92c6dd058
,
d99f099e-8445-4473-b09b-838ab9c6a092

}
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-13T04:31:51.520Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8090e611-bbef-4893-b326-511398d965f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89f7deb7-37a9-48db-880e-bb80dbe8d21a",
    "vfModuleModelCustomizationUUID": "780101e3-3f93-4296-94f8-54057e41705d",
    "isBase": true,
    "artifacts": [
      "98245735-acd5-46cc-bcb9-6bc92c6dd058",
      "d99f099e-8445-4473-b09b-838ab9c6a092"
    ],
    "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-13T04:31:51.520Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89f7deb7-37a9-48db-880e-bb80dbe8d21a
VfModuleModelInvariantUUID:8090e611-bbef-4893-b326-511398d965f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
98245735-acd5-46cc-bcb9-6bc92c6dd058
,
d99f099e-8445-4473-b09b-838ab9c6a092

}
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-13T04:31:51.521Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 98245735-acd5-46cc-bcb9-6bc92c6dd058 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T04:31:51.521Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:31:51.521Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:52.715Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:31:52.715Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 98245735-acd5-46cc-bcb9-6bc92c6dd058 5033
2021-08-13T04:31:52.715Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:52.716Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:52.716Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:31:52.716Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:52.717Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:52.718Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829112715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:31:52.818Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:52.819Z||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-13T04:31:52.819Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:52.830Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:52.831Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:53.718Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d99f099e-8445-4473-b09b-838ab9c6a092 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T04:31:53.719Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:31:53.719Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:55.107Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:31:55.108Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d99f099e-8445-4473-b09b-838ab9c6a092 903
2021-08-13T04:31:55.108Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:55.108Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:55.108Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:31:55.108Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:55.110Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:55.110Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829115108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:31:55.210Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T04:31:55.211Z||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-13T04:31:55.211Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:55.220Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:55.220Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:56.111Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 57a2b3df-dfb8-483b-be24-70e2070f339b
2021-08-13T04:31:56.112Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6d082375-bded-4eb0-9c38-286c23e195dc 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-13T04:31:56.126Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.126Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.126Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-08-13T04:31:56.126Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b7a4f46d-cf23-4a80-9e76-05fbc868eb47
2021-08-13T04:31:56.126Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7a4f46d-cf23-4a80-9e76-05fbc868eb47 matches Tosca VF Customization UUID: b7a4f46d-cf23-4a80-9e76-05fbc868eb47
2021-08-13T04:31:56.127Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b7a4f46d-cf23-4a80-9e76-05fbc868eb47  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-13T04:31:56.129Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.130Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.131Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b7a4f46d-cf23-4a80-9e76-05fbc868eb47: {\"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-13T04:31:56.131Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18b4105f
2021-08-13T04:31:56.131Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.131Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:31:56.131Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 780101e3-3f93-4296-94f8-54057e41705d
2021-08-13T04:31:56.131Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 780101e3-3f93-4296-94f8-54057e41705d
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-13T04:31:56.134Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.134Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:56.134Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:31:56.134Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.134Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:56.134Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:31:56.135Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.135Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T04:31:56.135Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T04:31:56.135Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T04:31:56.135Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bab014fc-7412-4874-9aa1-f8d428747517
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-13T04:31:56.137Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.137Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:56.137Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:31:56.137Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.137Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T04:31:56.137Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b7a4f46d-cf23-4a80-9e76-05fbc868eb47
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-13T04:31:56.139Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.139Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.139Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 57a2b3df-dfb8-483b-be24-70e2070f339b: basic_vm
2021-08-13T04:31:56.139Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.139Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:31:56.140Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:31:56.141Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:56.216Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6d082375-bded-4eb0-9c38-286c23e195dc 1 ASDC deployResourceStructure
2021-08-13T04:31:56.216Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:56.216Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:56.216Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:31:56.217Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:56.218Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:56.218Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829116216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:31:56.319Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:31:56.319Z||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-13T04:31:56.319Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:56.329Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:56.329Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:57.220Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:57.220Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:57.220Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:31:57.221Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:57.223Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:57.224Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829117219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:31:57.324Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:57.324Z||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-13T04:31:57.324Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:57.334Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:57.335Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:31:58.225Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:58.225Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:58.225Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:31:58.226Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:58.227Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:58.228Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829118224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:31:58.328Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:58.328Z||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-13T04:31:58.329Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:58.342Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:58.343Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:31:59.229Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:59.229Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:31:59.229Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:31:59.230Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:31:59.232Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:31:59.232Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829119229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:31:59.332Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:31:59.333Z||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-13T04:31:59.333Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:31:59.344Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:31:59.344Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:32:00.233Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:32:00.242Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:32:00.244Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:32:00.244Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:32:00.244Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:32:30.245Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:32:30.254Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:32:30.256Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:32:30.256Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:32:30.256Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:32:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:32:36.347Z||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-13T04:32:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:32:36.470Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:32:36.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829088511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829096343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "dcae-sch",
  "timestamp": 1628829093250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829105309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829105399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "cds",
  "timestamp": 1628829106314,
  "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-13T04:32:36.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
2021-08-13T04:32:36.563Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:32:36.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829099733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829101072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829101073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829102882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829110164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829110509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829110664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829110904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829104702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829111907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829112328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829112521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829112715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "policy-id",
  "timestamp": 1628829112910,
  "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-13T04:32:36.586Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
2021-08-13T04:32:36.586Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:32:36.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829113331,
  "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-13T04:32:36.598Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
2021-08-13T04:32:36.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:32:36.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829113525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829114791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829108306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829115108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829115815,
  "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-13T04:32:36.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
2021-08-13T04:32:36.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829116216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829116818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829117219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829118224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829107317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829119229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829120248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829120762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829113250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "cds",
  "timestamp": 1628829121765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:32:36.636Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:32:36.637Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:32:36.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829121872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829122255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "aai-ml",
  "timestamp": 1628829122875,
  "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-13T04:32:36.649Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
2021-08-13T04:32:36.649Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:32:36.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "clamp",
  "timestamp": 1628829123258,
  "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-13T04:32:36.660Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
2021-08-13T04:32:36.660Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:32:36.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829125802,
  "artifactURL": "/sdc/v1/catalog/services/626f7708-acdd-4acb-a9f6-d1550c842554/resourceInstances/basicclamp0/artifacts/6a848ebd-be77-4105-948c-8c27528279e0",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829127201,
  "artifactURL": "/sdc/v1/catalog/services/626f7708-acdd-4acb-a9f6-d1550c842554/resourceInstances/basicclamp0/artifacts/6a848ebd-be77-4105-948c-8c27528279e0",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "dcae-sch",
  "timestamp": 1628829128205,
  "artifactURL": "/sdc/v1/catalog/services/626f7708-acdd-4acb-a9f6-d1550c842554/resourceInstances/basicclamp0/artifacts/6a848ebd-be77-4105-948c-8c27528279e0",
  "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-13T04:32:36.675Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:32:36.675Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:32:36.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829121072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829121073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829122882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829132110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829132160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829133114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "policy-id",
  "timestamp": 1628829134116,
  "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-13T04:32:36.692Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:32:36.692Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:32:36.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829134911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829129733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829137404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829138427,
  "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-13T04:32:36.708Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:32:36.708Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:32:36.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829139430,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829122772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829140378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "dcae-sch",
  "timestamp": 1628829133250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829142063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829142455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829143458,
  "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-13T04:32:36.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:32:36.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:32:36.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "cds",
  "timestamp": 1628829144221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:32:36.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a60c3174-85ea-499d-a1ea-d0f8e1d642e9
2021-08-13T04:32:36.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:32:36.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829144522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829141072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829141073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829142882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829151309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829151560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829152253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829152312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829153257,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "policy-id",
  "timestamp": 1628829153314,
  "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-13T04:32:36.768Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a60c3174-85ea-499d-a1ea-d0f8e1d642e9
2021-08-13T04:32:36.768Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:32:36.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829153417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829153806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "aai-ml",
  "timestamp": 1628829154422,
  "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-13T04:32:36.781Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:32:36.781Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:32:36.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829154652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829155654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:32:36.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:33:00.256Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:33:00.267Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:33:00.270Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:33:00.270Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:33:00.270Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:33:00.270Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:33:00.270Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:00.270Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:00.271Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:00.271Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:00.271Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:00.271Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:00.271Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:33:00.276Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:33:30.276Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 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-13T04:33:30.282Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 and serviceModelVersionId: 57a2b3df-dfb8-483b-be24-70e2070f339b
2021-08-13T04:33:30.282Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e06fc8e9-3da7-4a90-ab77-242e76e68c7f
2021-08-13T04:33:30.283Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0
2021-08-13T04:33:30.287Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:33:30.320Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0|INFO|500||Invoke
2021-08-13T04:33:30.320Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2f899b6-f2d9-4fad-8f2e-39e77a96ed40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[221bd69c-919a-432a-8e67-6650d1218711], X-ECOMP-RequestID=[c2f899b6-f2d9-4fad-8f2e-39e77a96ed40], X-TransactionId=[], X-ONAP-RequestID=[c2f899b6-f2d9-4fad-8f2e-39e77a96ed40], Content-Type=[application/merge-patch+json]}
2021-08-13T04:33:30.340Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:33:30.771Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?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/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-04:33:30:341-36361], vertex-id=[233680], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:33:30 GMT], Content-Type=[application/json]}
2021-08-13T04:33:30.772Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:33:30.772Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e06fc8e9-3da7-4a90-ab77-242e76e68c7f/model-vers/model-ver/57a2b3df-dfb8-483b-be24-70e2070f339b?depth=0|INFO|500||InvokeReturn
2021-08-13T04:33:30.773Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:33:30.773Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:33:30.779Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||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-13T04:33:30.779Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2f899b6-f2d9-4fad-8f2e-39e77a96ed40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:33:30.779Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:33:30.780Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:30.782Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:30.782Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829210779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:33:30.882Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:30.883Z||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-13T04:33:30.883Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:30.899Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:30.900Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:33:31.793Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:33:31.794Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:33:31.794Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:32.421Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:32.422Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:33:32.422Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ae0861f-80b2-4f24-842e-949b2fb5cf17","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"626f7708-acdd-4acb-a9f6-d1550c842554","serviceDescription":"service","serviceInvariantUUID":"9dcc9095-fda9-4962-9c80-0a9a145d6945","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96e662c4-1638-4568-98a9-ecdfaf58baef","resourceInvariantUUID":"66afe908-c63f-477a-94f7-dabe8e69406c","resourceCustomizationUUID":"9de4fd6b-f3b8-4925-bbe5-253bdff73e8b","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":"6a848ebd-be77-4105-948c-8c27528279e0","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":"MTNmNjFhYjE5ZDI3Y2ZiMmE5Zjc4MGNmNGU1M2VkMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1473954-5f65-4e90-ae7d-1d0ba27bd3ec","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":"NzUwY2NlMDk4MmU0NDg4YTIzNWMzZjIwMmRhNDJiYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d50b2bb4-7611-444d-afb7-e1e04b40e999","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":"a45f6308-87d1-421a-a7b3-a9aaf347a312","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":"fc931802-1403-41df-94ac-886eca1870e0","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":"b301efb3-3647-446b-88a4-5abc3bbb2c28","artifactVersion":"2","generatedFromUUID":"a45f6308-87d1-421a-a7b3-a9aaf347a312"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDgyMmQwMmNmZjM4ZmJlZTQwNDNkNmU0ZTM2MzUzNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff6126ba-98f5-414b-bbf4-5f5294a541c0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDA3ODMwNmQyYTA3ZTkyN2RhOWZlMmEzMTdmMmUyY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f06006b3-c4b0-4649-8e61-96b5f88fe992","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:33:32.424Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:32.424Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:32.425Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:32.425Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:33:32.525Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:32.526Z||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-13T04:33:32.526Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:32.536Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:32.536Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:33.426Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:33.427Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:33.429Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:33.430Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:33:33.530Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:33.530Z||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-13T04:33:33.530Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:33.540Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:33.541Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:34.430Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:34.431Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:34.433Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:34.434Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:33:34.534Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:34.534Z||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-13T04:33:34.535Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:34.544Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:34.545Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:35.434Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:35.435Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:35.437Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:35.437Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:33:35.537Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:35.538Z||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-13T04:33:35.538Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:35.547Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:35.548Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:33:36.347Z||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-13T04:33:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:36.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:36.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:33:36.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829156415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:33:36.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:33:36.438Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:36.438Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:36.440Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:36.440Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:33:36.541Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:33:36.542Z||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-13T04:33:36.542Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:36.552Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:36.553Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:37.441Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:37.442Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:37.444Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:37.444Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T04:33:37.544Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:37.546Z||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-13T04:33:37.546Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:37.556Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:37.557Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:38.446Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:38.446Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:38.448Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:38.448Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:33:38.548Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:38.549Z||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-13T04:33:38.549Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:38.558Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:38.559Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:39.449Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:33:39.450Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:39.452Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:39.452Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:33:39.552Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:39.553Z||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-13T04:33:39.553Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:39.565Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:39.566Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:40.453Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "626f7708-acdd-4acb-a9f6-d1550c842554",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9dcc9095-fda9-4962-9c80-0a9a145d6945",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "9de4fd6b-f3b8-4925-bbe5-253bdff73e8b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "96e662c4-1638-4568-98a9-ecdfaf58baef",
      "resourceInvariantUUID": "66afe908-c63f-477a-94f7-dabe8e69406c",
      "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": "NzUwY2NlMDk4MmU0NDg4YTIzNWMzZjIwMmRhNDJiYzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d50b2bb4-7611-444d-afb7-e1e04b40e999",
          "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": "a45f6308-87d1-421a-a7b3-a9aaf347a312",
          "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": "b301efb3-3647-446b-88a4-5abc3bbb2c28",
            "generatedFromUUID": "a45f6308-87d1-421a-a7b3-a9aaf347a312"
          },
          "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": "b301efb3-3647-446b-88a4-5abc3bbb2c28",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDA3ODMwNmQyYTA3ZTkyN2RhOWZlMmEzMTdmMmUyY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f06006b3-c4b0-4649-8e61-96b5f88fe992"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:33:40.454Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:33:40.454Z|c2f899b6-f2d9-4fad-8f2e-39e77a96ed40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 626f7708-acdd-4acb-a9f6-d1550c842554 ASDC
2021-08-13T04:33:40.454Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4ae0861f-80b2-4f24-842e-949b2fb5cf17
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:626f7708-acdd-4acb-a9f6-d1550c842554
ServiceInvariantUUID:9dcc9095-fda9-4962-9c80-0a9a145d6945
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:f06006b3-c4b0-4649-8e61-96b5f88fe992
ArtifactChecksum:MDA3ODMwNmQyYTA3ZTkyN2RhOWZlMmEzMTdmMmUyY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:9de4fd6b-f3b8-4925-bbe5-253bdff73e8b
ResourceInvariantUUID:66afe908-c63f-477a-94f7-dabe8e69406c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:96e662c4-1638-4568-98a9-ecdfaf58baef
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:d50b2bb4-7611-444d-afb7-e1e04b40e999
ArtifactChecksum:NzUwY2NlMDk4MmU0NDg4YTIzNWMzZjIwMmRhNDJiYzg=
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:a45f6308-87d1-421a-a7b3-a9aaf347a312
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:b301efb3-3647-446b-88a4-5abc3bbb2c28
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:b301efb3-3647-446b-88a4-5abc3bbb2c28
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T04:33:40.454Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 626f7708-acdd-4acb-a9f6-d1550c842554 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-13T04:33:40.488Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:33:40.489Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:33:40.489Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:33:40.489Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f06006b3-c4b0-4649-8e61-96b5f88fe992 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-13T04:33:40.489Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:33:40.490Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-13T04:33:41.067Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:33:41.071Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f06006b3-c4b0-4649-8e61-96b5f88fe992 73366
2021-08-13T04:33:41.071Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:41.071Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:41.072Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:33:41.072Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:41.074Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:41.074Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829221071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:33:41.174Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:41.175Z||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-13T04:33:41.175Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:41.198Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:41.199Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:42.074Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:33:42.075Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:33:42.075Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f06006b3-c4b0-4649-8e61-96b5f88fe992, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T04:33:42.076Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-13T04:33:42.076Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T04:33:42.076Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T04:33:42.217Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9771814577805142378/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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.387Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:33:43.388Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:33:43.389Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:33:43.390Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=178ae5b8-6c9b-496d-bc37-41b63f689d68
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:43.391Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:626f7708-acdd-4acb-a9f6-d1550c842554
Model Version:NULL
Model InvariantUuid:9dcc9095-fda9-4962-9c80-0a9a145d6945
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:e87f1f1e-4042-449f-ae46-a12c2797dc30
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66afe908-c63f-477a-94f7-dabe8e69406c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9de4fd6b-f3b8-4925-bbe5-253bdff73e8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dab19353-61e0-4409-831e-1dfbb1089e0a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e84961d7-a150-4ad2-8a1b-1d1b4bcc6c85
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:178ae5b8-6c9b-496d-bc37-41b63f689d68
ModelInvariantUuid:35e13be3-03ab-45c7-8b00-72b08aa2678d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:87432b7e-9dbc-467b-a805-9d0695a98593
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:31ef680a-dd85-4cdc-91e8-32e275f36bbd
ModelInvariantUuid:c0ca6156-35f4-4b0e-aa81-f0b385300001
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5ba564e6-37ba-495b-baf4-288ad7e2621b
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-13T04:33:43.397Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 96e662c4-1638-4568-98a9-ecdfaf58baef
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-13T04:33:43.400Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-08-13T04:33:43.400Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96e662c4-1638-4568-98a9-ecdfaf58baef
2021-08-13T04:33:43.400Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d50b2bb4-7611-444d-afb7-e1e04b40e999 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-13T04:33:43.400Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:33:43.400Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.925Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:33:43.925Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d50b2bb4-7611-444d-afb7-e1e04b40e999 790
2021-08-13T04:33:43.925Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.925Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:43.925Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:33:43.926Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:43.928Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:43.928Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829223925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:33:44.028Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:44.028Z||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-13T04:33:44.028Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:44.038Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:44.039Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:44.928Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dab19353-61e0-4409-831e-1dfbb1089e0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e84961d7-a150-4ad2-8a1b-1d1b4bcc6c85",
    "vfModuleModelCustomizationUUID": "d0441ac5-18cb-4b50-b762-d1793e266e23",
    "isBase": true,
    "artifacts": [
      "a45f6308-87d1-421a-a7b3-a9aaf347a312",
      "b301efb3-3647-446b-88a4-5abc3bbb2c28"
    ],
    "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-13T04:33:44.937Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e84961d7-a150-4ad2-8a1b-1d1b4bcc6c85
VfModuleModelInvariantUUID:dab19353-61e0-4409-831e-1dfbb1089e0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a45f6308-87d1-421a-a7b3-a9aaf347a312
,
b301efb3-3647-446b-88a4-5abc3bbb2c28

}
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-13T04:33:44.940Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dab19353-61e0-4409-831e-1dfbb1089e0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e84961d7-a150-4ad2-8a1b-1d1b4bcc6c85",
    "vfModuleModelCustomizationUUID": "d0441ac5-18cb-4b50-b762-d1793e266e23",
    "isBase": true,
    "artifacts": [
      "a45f6308-87d1-421a-a7b3-a9aaf347a312",
      "b301efb3-3647-446b-88a4-5abc3bbb2c28"
    ],
    "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-13T04:33:44.940Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e84961d7-a150-4ad2-8a1b-1d1b4bcc6c85
VfModuleModelInvariantUUID:dab19353-61e0-4409-831e-1dfbb1089e0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a45f6308-87d1-421a-a7b3-a9aaf347a312
,
b301efb3-3647-446b-88a4-5abc3bbb2c28

}
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-13T04:33:44.940Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a45f6308-87d1-421a-a7b3-a9aaf347a312 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-13T04:33:44.940Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:33:44.940Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:45.432Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:33:45.433Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a45f6308-87d1-421a-a7b3-a9aaf347a312 5033
2021-08-13T04:33:45.433Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:45.433Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:45.433Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:33:45.433Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:45.436Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:45.436Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829225433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:33:45.536Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:45.537Z||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-13T04:33:45.537Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:45.549Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:45.550Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:46.436Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b301efb3-3647-446b-88a4-5abc3bbb2c28 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-13T04:33:46.437Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:33:46.437Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:48.967Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:33:48.967Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b301efb3-3647-446b-88a4-5abc3bbb2c28 909
2021-08-13T04:33:48.967Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:48.967Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:48.968Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:33:48.968Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:48.970Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:48.970Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829228967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:33:49.070Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:49.071Z||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-13T04:33:49.071Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:49.083Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:49.084Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:49.970Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 626f7708-acdd-4acb-a9f6-d1550c842554
2021-08-13T04:33:49.971Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 96e662c4-1638-4568-98a9-ecdfaf58baef 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-13T04:33:49.985Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.985Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.985Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-08-13T04:33:49.985Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9de4fd6b-f3b8-4925-bbe5-253bdff73e8b
2021-08-13T04:33:49.986Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9de4fd6b-f3b8-4925-bbe5-253bdff73e8b matches Tosca VF Customization UUID: 9de4fd6b-f3b8-4925-bbe5-253bdff73e8b
2021-08-13T04:33:49.986Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9de4fd6b-f3b8-4925-bbe5-253bdff73e8b  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-13T04:33:49.988Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.988Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.988Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9de4fd6b-f3b8-4925-bbe5-253bdff73e8b: {\"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-13T04:33:49.989Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@160002b1
2021-08-13T04:33:49.989Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.989Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:33:49.989Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0441ac5-18cb-4b50-b762-d1793e266e23
2021-08-13T04:33:49.989Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0441ac5-18cb-4b50-b762-d1793e266e23
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-13T04:33:49.991Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.991Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:49.991Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:33:49.991Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:33:49.992Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=178ae5b8-6c9b-496d-bc37-41b63f689d68
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-13T04:33:49.994Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.994Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:49.994Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:33:49.995Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.995Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-13T04:33:49.995Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9de4fd6b-f3b8-4925-bbe5-253bdff73e8b
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-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 626f7708-acdd-4acb-a9f6-d1550c842554: basicclamp
2021-08-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.997Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.998Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.998Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.998Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.998Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.999Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:33:49.999Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:33:49.999Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:50.117Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 96e662c4-1638-4568-98a9-ecdfaf58baef 1 ASDC deployResourceStructure
2021-08-13T04:33:50.117Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:50.117Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:50.117Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:33:50.118Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:50.119Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:50.119Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829230117,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:33:50.220Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:50.220Z||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-13T04:33:50.220Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:50.232Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:50.233Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:51.127Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:51.127Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:51.127Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:33:51.127Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:51.129Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:51.129Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829231127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:33:51.229Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:51.230Z||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-13T04:33:51.230Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:51.239Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:51.239Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:52.134Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:52.135Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:52.135Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:33:52.135Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:52.137Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:52.137Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829232134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:33:52.237Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:52.239Z||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-13T04:33:52.239Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:52.250Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:52.250Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:33:53.139Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:53.140Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:53.140Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:33:53.140Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:33:53.142Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:33:53.142Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829233137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:33:53.242Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:33:53.243Z||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-13T04:33:53.243Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:33:53.251Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:33:53.252Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:33:54.142Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ae0861f-80b2-4f24-842e-949b2fb5cf17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:33:54.152Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ae0861f-80b2-4f24-842e-949b2fb5cf17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:33:54.155Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:33:54.155Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:33:54.155Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:33:54.155Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:33:54.155Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:54.156Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:54.156Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:54.156Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:54.156Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:54.156Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:33:54.156Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:33:54.160Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:34:24.161Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:34:24.169Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ae0861f-80b2-4f24-842e-949b2fb5cf17 and serviceModelVersionId: 626f7708-acdd-4acb-a9f6-d1550c842554
2021-08-13T04:34:24.169Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dcc9095-fda9-4962-9c80-0a9a145d6945
2021-08-13T04:34:24.170Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dcc9095-fda9-4962-9c80-0a9a145d6945/model-vers/model-ver/626f7708-acdd-4acb-a9f6-d1550c842554?depth=0
2021-08-13T04:34:24.174Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:34:24.206Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9dcc9095-fda9-4962-9c80-0a9a145d6945/model-vers/model-ver/626f7708-acdd-4acb-a9f6-d1550c842554?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-13T04:34:24.207Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9dcc9095-fda9-4962-9c80-0a9a145d6945/model-vers/model-ver/626f7708-acdd-4acb-a9f6-d1550c842554?depth=0|INFO|500||Invoke
2021-08-13T04:34:24.226Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9dcc9095-fda9-4962-9c80-0a9a145d6945/model-vers/model-ver/626f7708-acdd-4acb-a9f6-d1550c842554?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:34:24.496Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9dcc9095-fda9-4962-9c80-0a9a145d6945/model-vers/model-ver/626f7708-acdd-4acb-a9f6-d1550c842554?depth=0|INFO|500||InvokeReturn
2021-08-13T04:34:24.497Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9dcc9095-fda9-4962-9c80-0a9a145d6945/model-vers/model-ver/626f7708-acdd-4acb-a9f6-d1550c842554?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-04:34:24:227-51386], vertex-id=[237776], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:34:24 GMT], Content-Type=[application/json]}
2021-08-13T04:34:24.497Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:34:24.497Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:34:24.497Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:34:24.504Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||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-13T04:34:24.504Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ae0861f-80b2-4f24-842e-949b2fb5cf17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:34:24.504Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:34:24.505Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:24.506Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:24.507Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829264504,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:34:24.607Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:24.608Z||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-13T04:34:24.608Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:24.624Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:24.625Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:34:25.517Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:34:25.517Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a60c3174-85ea-499d-a1ea-d0f8e1d642e9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1675b069-dfe3-429e-9d63-c870c2c503f4","serviceDescription":"service","serviceInvariantUUID":"663e7b06-b9b8-4fb0-a03d-f7e90e575eda","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea8d7c3c-3e8a-4367-b148-cfd73eb015a5","resourceInvariantUUID":"8305dd12-bead-4005-8ad4-a352889c1bfd","resourceCustomizationUUID":"a0901237-80c9-435a-a43d-0a03892d1285","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":"ZTJkZmNhYTRhM2FkYWNjZmI1MmYxYzQwZDYwOGQ5ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3217ecd-7916-46f7-bd7a-19beebada454","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":"M2ViNjBjNGU1YzUwMzBmMTY0NjM1MGNkN2MzZTU2OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69f63a48-a0b3-47e7-8077-1d82f513f252","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":"6890e15b-a61a-4c71-a197-6ee48ffc3443","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":"e3f5de8d-3a41-448b-89de-0038a6b22905","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":"06b905bd-4121-4ad8-bffe-a7f7970eea0e","artifactVersion":"2","generatedFromUUID":"6890e15b-a61a-4c71-a197-6ee48ffc3443"},{"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":"ZTUzZGExNzg0NGY5ZmYwZDYwZDQxMjFjOTNhMzc4NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"637d549f-855b-430e-80b4-a4dbf50a74fe","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":"N2E2MGNlMzlkODQzNzc2MjQ2N2M5MmE3NDMzMWY4NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c611e84b-0626-4fd5-a895-264db726a4e8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDQ4ZWEwZGNkNzQzYTA2MmFkNmJjM2YzM2Y4OTA0OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"605bfa6d-753e-4583-b868-645a64e8e932","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:34:25.518Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:25.518Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:25.519Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:25.520Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:34:25.620Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:25.621Z||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-13T04:34:25.621Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:25.632Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:25.632Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:26.520Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:26.521Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:26.524Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:26.524Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:34:26.624Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:26.625Z||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-13T04:34:26.625Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:26.636Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:26.637Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:27.525Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:27.525Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:27.527Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:27.528Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:34:27.628Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:27.628Z||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-13T04:34:27.628Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:27.641Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:27.641Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:34:28.528Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:28.529Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:28.530Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:28.531Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:34:28.631Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:28.631Z||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-13T04:34:28.631Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:28.642Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:28.642Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:29.531Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:29.532Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:29.533Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:29.534Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T04:34:29.634Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:29.634Z||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-13T04:34:29.635Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:29.643Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:29.643Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:30.534Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:30.535Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:30.537Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:30.537Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:34:30.637Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:30.638Z||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-13T04:34:30.638Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:30.649Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:30.649Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:31.537Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:31.538Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:31.540Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:31.540Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:34:31.640Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:31.645Z||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-13T04:34:31.645Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:31.655Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:31.656Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:34:32.540Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:34:32.541Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:32.543Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:32.543Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:34:32.644Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:32.644Z||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-13T04:34:32.644Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:32.662Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:32.663Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:33.545Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1675b069-dfe3-429e-9d63-c870c2c503f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "663e7b06-b9b8-4fb0-a03d-f7e90e575eda",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a0901237-80c9-435a-a43d-0a03892d1285",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea8d7c3c-3e8a-4367-b148-cfd73eb015a5",
      "resourceInvariantUUID": "8305dd12-bead-4005-8ad4-a352889c1bfd",
      "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": "M2ViNjBjNGU1YzUwMzBmMTY0NjM1MGNkN2MzZTU2OGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "69f63a48-a0b3-47e7-8077-1d82f513f252",
          "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": "6890e15b-a61a-4c71-a197-6ee48ffc3443",
          "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": "06b905bd-4121-4ad8-bffe-a7f7970eea0e",
            "generatedFromUUID": "6890e15b-a61a-4c71-a197-6ee48ffc3443"
          },
          "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": "06b905bd-4121-4ad8-bffe-a7f7970eea0e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDQ4ZWEwZGNkNzQzYTA2MmFkNmJjM2YzM2Y4OTA0OWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "605bfa6d-753e-4583-b868-645a64e8e932"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:34:33.546Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:34:33.546Z|4ae0861f-80b2-4f24-842e-949b2fb5cf17|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1675b069-dfe3-429e-9d63-c870c2c503f4 ASDC
2021-08-13T04:34:33.546Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a60c3174-85ea-499d-a1ea-d0f8e1d642e9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1675b069-dfe3-429e-9d63-c870c2c503f4
ServiceInvariantUUID:663e7b06-b9b8-4fb0-a03d-f7e90e575eda
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:605bfa6d-753e-4583-b868-645a64e8e932
ArtifactChecksum:ZDQ4ZWEwZGNkNzQzYTA2MmFkNmJjM2YzM2Y4OTA0OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a0901237-80c9-435a-a43d-0a03892d1285
ResourceInvariantUUID:8305dd12-bead-4005-8ad4-a352889c1bfd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ea8d7c3c-3e8a-4367-b148-cfd73eb015a5
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:69f63a48-a0b3-47e7-8077-1d82f513f252
ArtifactChecksum:M2ViNjBjNGU1YzUwMzBmMTY0NjM1MGNkN2MzZTU2OGM=
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:6890e15b-a61a-4c71-a197-6ee48ffc3443
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:06b905bd-4121-4ad8-bffe-a7f7970eea0e
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:06b905bd-4121-4ad8-bffe-a7f7970eea0e
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T04:34:33.547Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1675b069-dfe3-429e-9d63-c870c2c503f4 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-13T04:34:33.581Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:34:33.581Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:34:33.582Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:34:33.582Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 605bfa6d-753e-4583-b868-645a64e8e932 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-13T04:34:33.582Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:34:33.582Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-13T04:34:34.396Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:34:34.401Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 605bfa6d-753e-4583-b868-645a64e8e932 78579
2021-08-13T04:34:34.401Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:34.401Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:34.402Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:34:34.402Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:34.404Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:34.404Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829274401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:34:34.505Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:34.505Z||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-13T04:34:34.505Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:34.516Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:34.516Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:35.405Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:34:35.406Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:34:35.407Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 605bfa6d-753e-4583-b868-645a64e8e932, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-13T04:34:35.407Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-13T04:34:35.408Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-13T04:34:35.408Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-13T04:34:35.508Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10037266309726042803/Definitions/service-BasicVmMacro-template.yml
2021-08-13T04:34:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:34:36.346Z||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-13T04:34:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:36.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:36.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:34:36.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:34:36.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:36.501Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.502Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:34:36.503Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=277a03ab-8ebc-475e-9726-1be6ee4a0cd4
2021-08-13T04:34:36.504Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:36.505Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1675b069-dfe3-429e-9d63-c870c2c503f4
Model Version:NULL
Model InvariantUuid:663e7b06-b9b8-4fb0-a03d-f7e90e575eda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cd6ad209-7a96-4147-9623-a8509bff1256
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8305dd12-bead-4005-8ad4-a352889c1bfd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a0901237-80c9-435a-a43d-0a03892d1285
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ef35829a-220f-4411-a60c-216174bfd9bb
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:33db7fba-c42a-4feb-9bdc-34782028f1ca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:277a03ab-8ebc-475e-9726-1be6ee4a0cd4
ModelInvariantUuid:52070dba-e0cd-4075-9224-ce16e75f1b88
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:4a7671d3-d674-4d89-a2e5-f7e39dcb926f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:ae7db554-91d9-4c51-815f-d87d31ca3cdd
ModelInvariantUuid:249af3b6-e00a-4b3f-a400-fe6b37084b7d
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:41f897b5-044c-4c52-b4d5-0fb1627b9c70
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-13T04:34:36.514Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ea8d7c3c-3e8a-4367-b148-cfd73eb015a5
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-13T04:34:36.517Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-08-13T04:34:36.517Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea8d7c3c-3e8a-4367-b148-cfd73eb015a5
2021-08-13T04:34:36.517Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 69f63a48-a0b3-47e7-8077-1d82f513f252 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-13T04:34:36.517Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:34:36.518Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:37.606Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:34:37.606Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 69f63a48-a0b3-47e7-8077-1d82f513f252 792
2021-08-13T04:34:37.606Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:37.606Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:37.606Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:34:37.607Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:37.608Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:37.609Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829277606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:34:37.709Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:37.710Z||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-13T04:34:37.710Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:37.721Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:37.722Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:38.609Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ef35829a-220f-4411-a60c-216174bfd9bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33db7fba-c42a-4feb-9bdc-34782028f1ca",
    "vfModuleModelCustomizationUUID": "41baf452-51bc-4723-b053-b5bd07c2e09e",
    "isBase": true,
    "artifacts": [
      "6890e15b-a61a-4c71-a197-6ee48ffc3443",
      "06b905bd-4121-4ad8-bffe-a7f7970eea0e"
    ],
    "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-13T04:34:38.612Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33db7fba-c42a-4feb-9bdc-34782028f1ca
VfModuleModelInvariantUUID:ef35829a-220f-4411-a60c-216174bfd9bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
6890e15b-a61a-4c71-a197-6ee48ffc3443
,
06b905bd-4121-4ad8-bffe-a7f7970eea0e

}
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-13T04:34:38.615Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ef35829a-220f-4411-a60c-216174bfd9bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33db7fba-c42a-4feb-9bdc-34782028f1ca",
    "vfModuleModelCustomizationUUID": "41baf452-51bc-4723-b053-b5bd07c2e09e",
    "isBase": true,
    "artifacts": [
      "6890e15b-a61a-4c71-a197-6ee48ffc3443",
      "06b905bd-4121-4ad8-bffe-a7f7970eea0e"
    ],
    "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-13T04:34:38.615Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33db7fba-c42a-4feb-9bdc-34782028f1ca
VfModuleModelInvariantUUID:ef35829a-220f-4411-a60c-216174bfd9bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
6890e15b-a61a-4c71-a197-6ee48ffc3443
,
06b905bd-4121-4ad8-bffe-a7f7970eea0e

}
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-13T04:34:38.616Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6890e15b-a61a-4c71-a197-6ee48ffc3443 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-13T04:34:38.616Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:34:38.616Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:39.601Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:34:39.601Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6890e15b-a61a-4c71-a197-6ee48ffc3443 5033
2021-08-13T04:34:39.601Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:39.601Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:39.601Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:34:39.602Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:39.603Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:39.603Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829279601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:34:39.703Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:39.704Z||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-13T04:34:39.704Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:39.721Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:39.722Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:40.604Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 06b905bd-4121-4ad8-bffe-a7f7970eea0e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-13T04:34:40.604Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:34:40.604Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:41.279Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:34:41.279Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 06b905bd-4121-4ad8-bffe-a7f7970eea0e 903
2021-08-13T04:34:41.280Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:41.280Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:41.280Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:34:41.280Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:41.281Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:41.281Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829281280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:34:41.382Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:41.383Z||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-13T04:34:41.383Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:41.394Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:41.394Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:42.282Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1675b069-dfe3-429e-9d63-c870c2c503f4
2021-08-13T04:34:42.283Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ea8d7c3c-3e8a-4367-b148-cfd73eb015a5 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-13T04:34:42.296Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.296Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.296Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-08-13T04:34:42.296Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a0901237-80c9-435a-a43d-0a03892d1285
2021-08-13T04:34:42.296Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0901237-80c9-435a-a43d-0a03892d1285 matches Tosca VF Customization UUID: a0901237-80c9-435a-a43d-0a03892d1285
2021-08-13T04:34:42.296Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a0901237-80c9-435a-a43d-0a03892d1285  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-13T04:34:42.298Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.298Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.299Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a0901237-80c9-435a-a43d-0a03892d1285: {\"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-13T04:34:42.299Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@633c09f6
2021-08-13T04:34:42.299Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.299Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:34:42.300Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41baf452-51bc-4723-b053-b5bd07c2e09e
2021-08-13T04:34:42.300Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41baf452-51bc-4723-b053-b5bd07c2e09e
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-13T04:34:42.302Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.302Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:42.302Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:34:42.303Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.303Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:42.303Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:34:42.303Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.303Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-13T04:34:42.303Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T04:34:42.304Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T04:34:42.304Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=277a03ab-8ebc-475e-9726-1be6ee4a0cd4
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-13T04:34:42.306Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.306Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:42.306Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:34:42.307Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.307Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-13T04:34:42.307Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a0901237-80c9-435a-a43d-0a03892d1285
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-13T04:34:42.308Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.308Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1675b069-dfe3-429e-9d63-c870c2c503f4: basic_vm_macro
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.309Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.310Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.310Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.310Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:34:42.310Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:34:42.310Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:42.420Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ea8d7c3c-3e8a-4367-b148-cfd73eb015a5 1 ASDC deployResourceStructure
2021-08-13T04:34:42.421Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:42.422Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:42.423Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:34:42.424Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:42.426Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:42.426Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829282421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:34:42.526Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T04:34:42.527Z||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-13T04:34:42.527Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:42.538Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:42.539Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:43.427Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:43.427Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:43.428Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:34:43.428Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:43.429Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:43.429Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829283427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:34:43.529Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:34:43.530Z||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-13T04:34:43.530Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:43.542Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:43.543Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:44.431Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:44.431Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:44.431Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:34:44.431Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:44.433Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:44.433Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829284430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:34:44.534Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:34:44.534Z||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-13T04:34:44.535Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:44.545Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:44.545Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:45.434Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:45.434Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:34:45.434Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:34:45.435Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:34:45.436Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:34:45.436Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829285434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:34:45.537Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:34:45.538Z||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-13T04:34:45.538Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:34:45.549Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:34:45.550Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:34:46.437Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:34:46.446Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:34:46.448Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:34:46.449Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:34:46.449Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:35:16.449Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:35:16.460Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:35:16.462Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:35:16.462Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:35:16.463Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:35:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:35:36.347Z||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-13T04:35:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:35:36.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:35:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "clamp",
  "timestamp": 1628829156658,
  "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-13T04:35:36.378Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ae0861f-80b2-4f24-842e-949b2fb5cf17
2021-08-13T04:35:36.378Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae0861f-80b2-4f24-842e-949b2fb5cf17 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-13T04:35:36.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829157437,
  "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-13T04:35:36.392Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a60c3174-85ea-499d-a1ea-d0f8e1d642e9
2021-08-13T04:35:36.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:35:36.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829158440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:35:36.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829134702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829164307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829138306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829159733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829170067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829171256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:35:36.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829172178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:35:36.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829173181,
  "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-13T04:35:36.410Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a60c3174-85ea-499d-a1ea-d0f8e1d642e9
2021-08-13T04:35:36.410Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:35:36.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829173315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:35:36.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829174260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:35:36.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "aai-ml",
  "timestamp": 1628829174318,
  "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-13T04:35:36.422Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a60c3174-85ea-499d-a1ea-d0f8e1d642e9
2021-08-13T04:35:36.422Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:35:36.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "clamp",
  "timestamp": 1628829175264,
  "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-13T04:35:36.436Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a60c3174-85ea-499d-a1ea-d0f8e1d642e9
2021-08-13T04:35:36.436Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:35:36.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2f899b6-f2d9-4fad-8f2e-39e77a96ed40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829210779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:35:36.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:35:36.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:35:36.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:35:46.463Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:35:46.474Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:35:46.477Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:35:46.477Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:35:46.477Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:35:46.477Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:35:46.478Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:35:46.483Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:36:16.483Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9 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-13T04:36:16.490Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a60c3174-85ea-499d-a1ea-d0f8e1d642e9 and serviceModelVersionId: 1675b069-dfe3-429e-9d63-c870c2c503f4
2021-08-13T04:36:16.490Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 663e7b06-b9b8-4fb0-a03d-f7e90e575eda
2021-08-13T04:36:16.491Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0
2021-08-13T04:36:16.496Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:36:16.532Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0|INFO|500||Invoke
2021-08-13T04:36:16.532Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a60c3174-85ea-499d-a1ea-d0f8e1d642e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23cb7c9d-1fa9-4ae7-9fe7-3fc4d86f9fe2], X-ECOMP-RequestID=[a60c3174-85ea-499d-a1ea-d0f8e1d642e9], X-TransactionId=[], X-ONAP-RequestID=[a60c3174-85ea-499d-a1ea-d0f8e1d642e9], Content-Type=[application/merge-patch+json]}
2021-08-13T04:36:16.554Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:36:16.829Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?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/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-04:36:16:555-4773], vertex-id=[229560], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:36:16 GMT], Content-Type=[application/json]}
2021-08-13T04:36:16.829Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:36:16.830Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/663e7b06-b9b8-4fb0-a03d-f7e90e575eda/model-vers/model-ver/1675b069-dfe3-429e-9d63-c870c2c503f4?depth=0|INFO|500||InvokeReturn
2021-08-13T04:36:16.830Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:36:16.830Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:36:16.835Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||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-13T04:36:16.835Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a60c3174-85ea-499d-a1ea-d0f8e1d642e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:36:16.835Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:36:16.835Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:16.837Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:16.837Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829376835,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:36:16.938Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:36:16.938Z||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-13T04:36:16.938Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:16.953Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:16.954Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:36:17.847Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:36:17.848Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:36:17.848Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:22.151Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:22.152Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:36:22.152Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"88f9b87f-8460-479c-9c80-523ececab2ca","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"901ac650-ed29-413b-836f-1c69710173a6","serviceDescription":"service","serviceInvariantUUID":"db84898e-fccd-4b21-83e9-8c9e734cdb9c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7de2183e-83c1-4e11-8d83-e1ffe8d7e93b","resourceInvariantUUID":"b1336424-644b-4cf6-8729-3279e11c8c86","resourceCustomizationUUID":"88842b01-d2f4-4e8c-8af6-9181acbc88b3","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":"Yzc3NGIxZTBhOTMwYjI0ZjllNDBlOGFkOGRmZjZlYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11b36a9f-fbf7-49fe-962e-ea9ae819758e","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":"3f467204-3f04-48b0-a047-a9251daddb2a","artifactVersion":"2","generatedFromUUID":"a05a2f12-bccf-4a12-bb08-29972221b5a9"},{"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":"a05a2f12-bccf-4a12-bb08-29972221b5a9","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":"ZWMwNWY4YzdmNTkyOTUxNjdhMTQ3MGVmZDM2OGZjMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38ead3c4-7bb1-4b19-914d-693e4dc6523d","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":"1aa676f5-005e-479f-9eb1-9bea64ca3e67","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":"bd3c1faf-bc08-4ae1-9d64-fa70f3778ebb","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":"d6e7ec76-3528-476b-9f05-4e80d62d530f","artifactVersion":"2","generatedFromUUID":"1aa676f5-005e-479f-9eb1-9bea64ca3e67"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDE4NDI1Yjk1NjgxMjM5NmYzY2RkZmVkMWJjZmJlM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83c6624e-ef5c-4f54-b1f7-6dccb0d667b9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjcwN2VkYjYwYzI5MGMxOWE3MWU1MTFlMjE1OWJkY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"460a8396-3e46-4f3b-8df3-28aa58257438","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:36:22.155Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:22.155Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:22.157Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:22.157Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:22.257Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:22.258Z||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-13T04:36:22.258Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:22.270Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:22.270Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:23.157Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:23.158Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:23.160Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:23.160Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-13T04:36:23.261Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:23.261Z||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-13T04:36:23.262Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:23.273Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:23.274Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:24.161Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:24.162Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:24.164Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:24.164Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-13T04:36:24.264Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:24.265Z||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-13T04:36:24.265Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:24.275Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:24.276Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:25.165Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:25.166Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:25.168Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:25.168Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:36:25.268Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:25.269Z||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-13T04:36:25.269Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:25.279Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:25.280Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:26.168Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:26.169Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:26.171Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:26.171Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:36:26.271Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:26.272Z||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-13T04:36:26.272Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:26.283Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:26.284Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:36:27.172Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:27.173Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:27.175Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:27.175Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:27.275Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:27.276Z||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-13T04:36:27.276Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:27.286Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:27.286Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:28.175Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:28.175Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:28.178Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:28.178Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-13T04:36:28.278Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:28.279Z||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-13T04:36:28.279Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:28.290Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:28.290Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:29.178Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:29.179Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:29.181Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:29.181Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:29.281Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:29.282Z||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-13T04:36:29.282Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:29.291Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:29.291Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:30.182Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:36:30.182Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:30.184Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:30.184Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:36:30.285Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:30.286Z||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-13T04:36:30.286Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:30.296Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:30.297Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:31.186Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "901ac650-ed29-413b-836f-1c69710173a6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "db84898e-fccd-4b21-83e9-8c9e734cdb9c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "88842b01-d2f4-4e8c-8af6-9181acbc88b3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7de2183e-83c1-4e11-8d83-e1ffe8d7e93b",
      "resourceInvariantUUID": "b1336424-644b-4cf6-8729-3279e11c8c86",
      "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": "3f467204-3f04-48b0-a047-a9251daddb2a",
          "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": "a05a2f12-bccf-4a12-bb08-29972221b5a9",
          "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": "ZWMwNWY4YzdmNTkyOTUxNjdhMTQ3MGVmZDM2OGZjMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "38ead3c4-7bb1-4b19-914d-693e4dc6523d",
          "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": "1aa676f5-005e-479f-9eb1-9bea64ca3e67",
          "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": "d6e7ec76-3528-476b-9f05-4e80d62d530f",
            "generatedFromUUID": "1aa676f5-005e-479f-9eb1-9bea64ca3e67"
          },
          "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": "d6e7ec76-3528-476b-9f05-4e80d62d530f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjcwN2VkYjYwYzI5MGMxOWE3MWU1MTFlMjE1OWJkY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "460a8396-3e46-4f3b-8df3-28aa58257438"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:36:31.186Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:36:31.186Z|a60c3174-85ea-499d-a1ea-d0f8e1d642e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 901ac650-ed29-413b-836f-1c69710173a6 ASDC
2021-08-13T04:36:31.186Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:88f9b87f-8460-479c-9c80-523ececab2ca
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:901ac650-ed29-413b-836f-1c69710173a6
ServiceInvariantUUID:db84898e-fccd-4b21-83e9-8c9e734cdb9c
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:460a8396-3e46-4f3b-8df3-28aa58257438
ArtifactChecksum:NjcwN2VkYjYwYzI5MGMxOWE3MWU1MTFlMjE1OWJkY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:88842b01-d2f4-4e8c-8af6-9181acbc88b3
ResourceInvariantUUID:b1336424-644b-4cf6-8729-3279e11c8c86
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7de2183e-83c1-4e11-8d83-e1ffe8d7e93b
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:3f467204-3f04-48b0-a047-a9251daddb2a
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:a05a2f12-bccf-4a12-bb08-29972221b5a9
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:38ead3c4-7bb1-4b19-914d-693e4dc6523d
ArtifactChecksum:ZWMwNWY4YzdmNTkyOTUxNjdhMTQ3MGVmZDM2OGZjMDA=
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:1aa676f5-005e-479f-9eb1-9bea64ca3e67
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:d6e7ec76-3528-476b-9f05-4e80d62d530f
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:d6e7ec76-3528-476b-9f05-4e80d62d530f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-13T04:36:31.186Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 901ac650-ed29-413b-836f-1c69710173a6 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-13T04:36:31.220Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:36:31.221Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:36:31.221Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:36:31.221Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 460a8396-3e46-4f3b-8df3-28aa58257438 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-13T04:36:31.221Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:36:31.221Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-13T04:36:32.317Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:36:32.330Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 460a8396-3e46-4f3b-8df3-28aa58257438 68750
2021-08-13T04:36:32.330Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:32.330Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:32.330Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:36:32.331Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:32.332Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:32.333Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829392330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:32.433Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T04:36:32.433Z||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-13T04:36:32.433Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:32.445Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:32.445Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:36:33.333Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:36:33.334Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:36:33.335Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 460a8396-3e46-4f3b-8df3-28aa58257438, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T04:36:33.335Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-13T04:36:33.335Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T04:36:33.336Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T04:36:33.433Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9880037477570284614/Definitions/service-BasicCnf-template.yml
2021-08-13T04:36:34.458Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:36:34.459Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:36:34.460Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:34.461Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa639efc-0f80-4488-9fa7-45cecfc5375b
2021-08-13T04:36:34.462Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:34.463Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:901ac650-ed29-413b-836f-1c69710173a6
Model Version:NULL
Model InvariantUuid:db84898e-fccd-4b21-83e9-8c9e734cdb9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7c544bb8-1709-4574-b698-77ad521e1e7f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b1336424-644b-4cf6-8729-3279e11c8c86
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:88842b01-d2f4-4e8c-8af6-9181acbc88b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b854ed7a-0ed7-47a1-b6ac-4178ca1975c9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:aaa98f28-ad41-488d-962b-aa8220a075d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fa639efc-0f80-4488-9fa7-45cecfc5375b
ModelInvariantUuid:35de0f4f-a80c-4297-8c76-e0f5cfc3ab6a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a66d59e0-23d8-4201-88d0-c4ac86027f7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:288cdb96-862a-4106-b9d1-f2249e671e1f
ModelInvariantUuid:7b80bf0b-a8cc-4a65-ad1d-9dd37e6ffdfb
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c078629c-fe62-46ea-b151-71ef3dacea87
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-13T04:36:34.469Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7de2183e-83c1-4e11-8d83-e1ffe8d7e93b
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-13T04:36:34.473Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-08-13T04:36:34.473Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7de2183e-83c1-4e11-8d83-e1ffe8d7e93b
2021-08-13T04:36:34.473Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f467204-3f04-48b0-a047-a9251daddb2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-13T04:36:34.473Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:36:34.473Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:35.709Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:36:35.709Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3f467204-3f04-48b0-a047-a9251daddb2a 12
2021-08-13T04:36:35.710Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:35.710Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:35.710Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:36:35.710Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:35.712Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:35.712Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829395710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:35.813Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:35.813Z||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-13T04:36:35.813Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:35.824Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:35.825Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:36:36.346Z||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-13T04:36:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:36.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:36.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:36.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829221071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829223925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829225433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829228967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:36.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829230117,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829231127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829232134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829233137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae0861f-80b2-4f24-842e-949b2fb5cf17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829264504,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:36:36.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829211793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:36:36.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829274401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:36.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:36:36.713Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a05a2f12-bccf-4a12-bb08-29972221b5a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-13T04:36:36.714Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:36:36.714Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:37.722Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:36:37.723Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a05a2f12-bccf-4a12-bb08-29972221b5a9 2688
2021-08-13T04:36:37.723Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:37.723Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:37.723Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:36:37.723Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:37.725Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:37.725Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829397723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:37.825Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:37.826Z||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-13T04:36:37.826Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:37.836Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:37.836Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:38.727Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 38ead3c4-7bb1-4b19-914d-693e4dc6523d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-13T04:36:38.727Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:36:38.727Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:39.998Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:36:39.999Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 38ead3c4-7bb1-4b19-914d-693e4dc6523d 828
2021-08-13T04:36:39.999Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:39.999Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:39.999Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:36:39.999Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:40.001Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:40.001Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829399999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:40.101Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:40.102Z||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-13T04:36:40.102Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:40.112Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:40.112Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:41.001Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b854ed7a-0ed7-47a1-b6ac-4178ca1975c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aaa98f28-ad41-488d-962b-aa8220a075d0",
    "vfModuleModelCustomizationUUID": "efcd262b-cc69-414e-a628-95f07ed6ed6a",
    "isBase": true,
    "artifacts": [
      "1aa676f5-005e-479f-9eb1-9bea64ca3e67",
      "a05a2f12-bccf-4a12-bb08-29972221b5a9",
      "d6e7ec76-3528-476b-9f05-4e80d62d530f"
    ],
    "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-13T04:36:41.006Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aaa98f28-ad41-488d-962b-aa8220a075d0
VfModuleModelInvariantUUID:b854ed7a-0ed7-47a1-b6ac-4178ca1975c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aa676f5-005e-479f-9eb1-9bea64ca3e67
,
a05a2f12-bccf-4a12-bb08-29972221b5a9
,
d6e7ec76-3528-476b-9f05-4e80d62d530f

}
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-13T04:36:41.009Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b854ed7a-0ed7-47a1-b6ac-4178ca1975c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aaa98f28-ad41-488d-962b-aa8220a075d0",
    "vfModuleModelCustomizationUUID": "efcd262b-cc69-414e-a628-95f07ed6ed6a",
    "isBase": true,
    "artifacts": [
      "1aa676f5-005e-479f-9eb1-9bea64ca3e67",
      "a05a2f12-bccf-4a12-bb08-29972221b5a9",
      "d6e7ec76-3528-476b-9f05-4e80d62d530f"
    ],
    "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-13T04:36:41.009Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aaa98f28-ad41-488d-962b-aa8220a075d0
VfModuleModelInvariantUUID:b854ed7a-0ed7-47a1-b6ac-4178ca1975c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aa676f5-005e-479f-9eb1-9bea64ca3e67
,
a05a2f12-bccf-4a12-bb08-29972221b5a9
,
d6e7ec76-3528-476b-9f05-4e80d62d530f

}
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-13T04:36:41.009Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1aa676f5-005e-479f-9eb1-9bea64ca3e67 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-13T04:36:41.009Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:36:41.009Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:41.583Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:36:41.584Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1aa676f5-005e-479f-9eb1-9bea64ca3e67 1164
2021-08-13T04:36:41.584Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:41.584Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:41.584Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:36:41.584Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:41.586Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:41.587Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829401584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:41.686Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T04:36:41.687Z||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-13T04:36:41.687Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:41.698Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:41.699Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:42.587Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6e7ec76-3528-476b-9f05-4e80d62d530f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-13T04:36:42.588Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:36:42.588Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:43.272Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:36:43.273Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d6e7ec76-3528-476b-9f05-4e80d62d530f 200
2021-08-13T04:36:43.273Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:43.273Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:43.273Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:36:43.273Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:43.275Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:43.275Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829403273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:36:43.375Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:43.376Z||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-13T04:36:43.376Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:43.387Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:43.388Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:44.275Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 901ac650-ed29-413b-836f-1c69710173a6
2021-08-13T04:36:44.276Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7de2183e-83c1-4e11-8d83-e1ffe8d7e93b 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 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=?
2021-08-13T04:36:44.285Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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 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-13T04:36:44.289Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.289Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.289Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-08-13T04:36:44.289Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 88842b01-d2f4-4e8c-8af6-9181acbc88b3
2021-08-13T04:36:44.289Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88842b01-d2f4-4e8c-8af6-9181acbc88b3 matches Tosca VF Customization UUID: 88842b01-d2f4-4e8c-8af6-9181acbc88b3
2021-08-13T04:36:44.289Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 88842b01-d2f4-4e8c-8af6-9181acbc88b3  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-13T04:36:44.291Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.291Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.291Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 88842b01-d2f4-4e8c-8af6-9181acbc88b3: {\"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-13T04:36:44.291Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49881cf0
2021-08-13T04:36:44.292Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.292Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:36:44.292Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : efcd262b-cc69-414e-a628-95f07ed6ed6a
2021-08-13T04:36:44.292Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID efcd262b-cc69-414e-a628-95f07ed6ed6a
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-13T04:36:44.293Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.294Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-13T04:36:44.295Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-13T04:36:44.295Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa639efc-0f80-4488-9fa7-45cecfc5375b
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-13T04:36:44.296Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.296Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:44.296Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:36:44.296Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.297Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-13T04:36:44.297Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=88842b01-d2f4-4e8c-8af6-9181acbc88b3
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-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 901ac650-ed29-413b-836f-1c69710173a6: basic_cnf
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.298Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.299Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.299Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.299Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:36:44.299Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:36:44.299Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:44.349Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7de2183e-83c1-4e11-8d83-e1ffe8d7e93b 1 ASDC deployResourceStructure
2021-08-13T04:36:44.350Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:44.350Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:44.350Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-13T04:36:44.350Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:44.352Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:44.352Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829404349,
  "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-13T04:36:44.452Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:44.453Z||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-13T04:36:44.453Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:44.465Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:44.466Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:45.353Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:45.353Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:45.353Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-13T04:36:45.354Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:45.356Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:45.356Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829405352,
  "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-13T04:36:45.456Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:45.457Z||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-13T04:36:45.457Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:45.472Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:45.472Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:46.356Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:46.357Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:46.357Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:36:46.357Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:46.358Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:46.358Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829406356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:46.459Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:36:46.459Z||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-13T04:36:46.459Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:46.468Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:46.468Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:47.359Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:47.359Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:47.360Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:36:47.360Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:47.362Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:47.362Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829407359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:47.462Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:47.463Z||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-13T04:36:47.463Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:47.487Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:47.487Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:48.363Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:48.363Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:48.363Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:36:48.364Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:48.366Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:48.366Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829408363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:48.466Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:48.467Z||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-13T04:36:48.467Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:48.480Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:48.481Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:49.366Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:49.367Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:36:49.367Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:36:49.367Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:36:49.369Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:36:49.369Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829409366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:36:49.469Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:36:49.470Z||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-13T04:36:49.470Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:36:49.480Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:36:49.481Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:36:50.369Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:36:50.383Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:36:50.385Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:36:50.386Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:36:50.386Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:37:20.386Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:37:20.398Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:37:20.400Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:37:20.400Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:37:20.400Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:37:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:37:36.347Z||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-13T04:37:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:37:36.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829277606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829279601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829281280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829282421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829283427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829284430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829285434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:37:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:37:50.400Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:37:50.409Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:37:50.411Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:37:50.411Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:37:50.411Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:38:20.412Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:38:20.422Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:38:20.424Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:38:20.424Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:38:20.424Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:38:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:38:36.346Z||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-13T04:38:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:38:36.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829322882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829328511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829341872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "dcae-sch",
  "timestamp": 1628829333250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "cds",
  "timestamp": 1628829342876,
  "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-13T04:38:36.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88f9b87f-8460-479c-9c80-523ececab2ca
2021-08-13T04:38:36.383Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:38:36.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829339733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829341072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829341073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829350509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829351834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829352006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829352596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829352837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829344702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829353600,
  "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-13T04:38:36.399Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88f9b87f-8460-479c-9c80-523ececab2ca
2021-08-13T04:38:36.400Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:38:36.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "policy-id",
  "timestamp": 1628829353840,
  "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-13T04:38:36.411Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88f9b87f-8460-479c-9c80-523ececab2ca
2021-08-13T04:38:36.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:38:36.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829354105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829355600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829356606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829348306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829358411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829359462,
  "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-13T04:38:36.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88f9b87f-8460-479c-9c80-523ececab2ca
2021-08-13T04:38:36.426Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:38:36.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829360465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:38:36.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829363169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:38:36.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "aai-ml",
  "timestamp": 1628829364172,
  "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-13T04:38:36.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88f9b87f-8460-479c-9c80-523ececab2ca
2021-08-13T04:38:36.437Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:38:36.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829372285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829373302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "clamp",
  "timestamp": 1628829374306,
  "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-13T04:38:36.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88f9b87f-8460-479c-9c80-523ececab2ca
2021-08-13T04:38:36.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:38:36.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c3174-85ea-499d-a1ea-d0f8e1d642e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829376835,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829377847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:38:36.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:38:36.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829392330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:36.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T04:38:36.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829395710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:38:36.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:38:50.425Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:38:50.434Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:38:50.436Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:38:50.437Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:38:50.441Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:39:20.441Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88f9b87f-8460-479c-9c80-523ececab2ca 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-13T04:39:20.449Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88f9b87f-8460-479c-9c80-523ececab2ca and serviceModelVersionId: 901ac650-ed29-413b-836f-1c69710173a6
2021-08-13T04:39:20.449Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db84898e-fccd-4b21-83e9-8c9e734cdb9c
2021-08-13T04:39:20.450Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db84898e-fccd-4b21-83e9-8c9e734cdb9c/model-vers/model-ver/901ac650-ed29-413b-836f-1c69710173a6?depth=0
2021-08-13T04:39:20.456Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:39:20.495Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db84898e-fccd-4b21-83e9-8c9e734cdb9c/model-vers/model-ver/901ac650-ed29-413b-836f-1c69710173a6?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-13T04:39:20.496Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db84898e-fccd-4b21-83e9-8c9e734cdb9c/model-vers/model-ver/901ac650-ed29-413b-836f-1c69710173a6?depth=0|INFO|500||Invoke
2021-08-13T04:39:20.511Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db84898e-fccd-4b21-83e9-8c9e734cdb9c/model-vers/model-ver/901ac650-ed29-413b-836f-1c69710173a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:39:20.780Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db84898e-fccd-4b21-83e9-8c9e734cdb9c/model-vers/model-ver/901ac650-ed29-413b-836f-1c69710173a6?depth=0|INFO|500||InvokeReturn
2021-08-13T04:39:20.781Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db84898e-fccd-4b21-83e9-8c9e734cdb9c/model-vers/model-ver/901ac650-ed29-413b-836f-1c69710173a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:39:20:513-28945], vertex-id=[208944], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:39:20 GMT], Content-Type=[application/json]}
2021-08-13T04:39:20.781Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:39:20.781Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:39:20.781Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:39:20.785Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||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-13T04:39:20.786Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88f9b87f-8460-479c-9c80-523ececab2ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:39:20.786Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:39:20.786Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:20.788Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:20.788Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829560786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:39:20.888Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:20.889Z||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-13T04:39:20.889Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:20.902Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:20.902Z||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-13T04:39:21.806Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:39:21.807Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:39:21.807Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:26.136Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:26.136Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:39:26.137Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e69ec90-528d-4abf-a7d5-a176c4d12815","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6fd5678d-b6eb-4af1-a8d3-76ffedf69dda","serviceDescription":"service","serviceInvariantUUID":"bc3a7d0a-940f-4a2a-ac36-87ec3262f807","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30c6de1f-f5a9-46ca-a40e-fea0062c50b3","resourceInvariantUUID":"ccf269ae-04d8-4d5b-a632-454477bb2a58","resourceCustomizationUUID":"c0defbe4-d0e0-4d3b-969e-ee62ef28d7bc","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":"YWZhY2RkZGQ5MWJlMzgyMDkxY2UxOGRhOTQ0NmQyYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f42a8de-4ea0-40b8-a3cd-4bc2f777035d","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":"bcbd1f99-726c-445b-b3f7-c6827ee349ba","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":"b6b56dc2-6dc5-4b22-be1c-933fb80017ce","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":"ZWRmNmRlYTBhODYxMWYwNDM3MDYxNDI1ZDRjZmRiOGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9adfb23c-5d50-4755-aff8-4a56a55dbfa8","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":"eb7fba04-562d-41c5-82ba-dc385a439587","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":"cf4659b8-3b34-42f9-8427-81669f6f805e","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":"bb0b6f89-6b6f-42b7-8465-929f3afa7638","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":"ODJlZTBjYjhlMzI5NDkzNDhhNzZiYTM1M2EwYzQxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eac26acf-f4f6-4212-8605-0b9bbad295d3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTYwY2Y1Mzc1N2E1NTZlYWQ4NjQyYzlhYmUwYTJlOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4196f09e-f095-4db3-8ea1-af615e973df8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:39:26.138Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:26.138Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:26.140Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:26.140Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:26.240Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:26.241Z||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-13T04:39:26.241Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:26.252Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:26.252Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:27.140Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:27.142Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:27.144Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:27.144Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:27.244Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:27.245Z||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-13T04:39:27.245Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:27.257Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:27.257Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:28.145Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:28.146Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:28.147Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:28.147Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:28.248Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:39:28.248Z||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-13T04:39:28.248Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:28.259Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:28.260Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:29.147Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:29.148Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:29.151Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:29.151Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:29.251Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:29.252Z||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-13T04:39:29.252Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:29.262Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:29.262Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:30.151Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:30.152Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:30.154Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:30.154Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:30.254Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:30.255Z||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-13T04:39:30.255Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:30.265Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:30.266Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:31.155Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:31.156Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:31.157Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:31.158Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:31.258Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:31.258Z||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-13T04:39:31.258Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:31.271Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:31.271Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:32.159Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:32.160Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:32.161Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:32.161Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:32.262Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:32.262Z||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-13T04:39:32.262Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:32.273Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:32.273Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:33.162Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:33.163Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:33.165Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:33.165Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:39:33.265Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:33.265Z||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-13T04:39:33.265Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:33.276Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:33.276Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:34.165Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:39:34.166Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:34.168Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:34.168Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:39:34.268Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:39:34.269Z||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-13T04:39:34.269Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:34.280Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:34.281Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:35.169Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6fd5678d-b6eb-4af1-a8d3-76ffedf69dda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bc3a7d0a-940f-4a2a-ac36-87ec3262f807",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c0defbe4-d0e0-4d3b-969e-ee62ef28d7bc",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30c6de1f-f5a9-46ca-a40e-fea0062c50b3",
      "resourceInvariantUUID": "ccf269ae-04d8-4d5b-a632-454477bb2a58",
      "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": "NTYwY2Y1Mzc1N2E1NTZlYWQ4NjQyYzlhYmUwYTJlOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4196f09e-f095-4db3-8ea1-af615e973df8"
    }
  ],
  "workloadContext": "Production"
}
2021-08-13T04:39:35.169Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:39:35.169Z|88f9b87f-8460-479c-9c80-523ececab2ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6fd5678d-b6eb-4af1-a8d3-76ffedf69dda ASDC
2021-08-13T04:39:35.170Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5e69ec90-528d-4abf-a7d5-a176c4d12815
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6fd5678d-b6eb-4af1-a8d3-76ffedf69dda
ServiceInvariantUUID:bc3a7d0a-940f-4a2a-ac36-87ec3262f807
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:4196f09e-f095-4db3-8ea1-af615e973df8
ArtifactChecksum:NTYwY2Y1Mzc1N2E1NTZlYWQ4NjQyYzlhYmUwYTJlOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c0defbe4-d0e0-4d3b-969e-ee62ef28d7bc
ResourceInvariantUUID:ccf269ae-04d8-4d5b-a632-454477bb2a58
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:30c6de1f-f5a9-46ca-a40e-fea0062c50b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-13T04:39:35.170Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fd5678d-b6eb-4af1-a8d3-76ffedf69dda 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-13T04:39:35.194Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:39:35.194Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:39:35.195Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:39:35.195Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4196f09e-f095-4db3-8ea1-af615e973df8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-13T04:39:35.195Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:39:35.195Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-13T04:39:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:39:36.347Z||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-13T04:39:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:36.366Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:36.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829397723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:39:36.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829399999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829401584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829403273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:39:36.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829404349,
  "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-13T04:39:36.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829405352,
  "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-13T04:39:36.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829406356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-13T04:39:36.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829407359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829408363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829409366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:39:36.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:39:36.709Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:39:36.716Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4196f09e-f095-4db3-8ea1-af615e973df8 105552
2021-08-13T04:39:36.716Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:36.716Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:36.716Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:39:36.716Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:36.718Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:36.718Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829576716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:39:36.819Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:39:36.820Z||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-13T04:39:36.820Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:36.829Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:36.829Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:37.718Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:39:37.719Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:39:37.720Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4196f09e-f095-4db3-8ea1-af615e973df8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-13T04:39:37.720Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-08-13T04:39:37.720Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-13T04:39:37.720Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-13T04:39:37.828Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9351962150273999857/Definitions/service-TestPnfMacro-template.yml
2021-08-13T04:39:38.537Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:39:38.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.540Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.541Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.541Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.541Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.541Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6fd5678d-b6eb-4af1-a8d3-76ffedf69dda
Model Version:NULL
Model InvariantUuid:bc3a7d0a-940f-4a2a-ac36-87ec3262f807
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-13T04:39:38.549Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 30c6de1f-f5a9-46ca-a40e-fea0062c50b3
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-13T04:39:38.551Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||test-pnf 0
2021-08-13T04:39:38.552Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 30c6de1f-f5a9-46ca-a40e-fea0062c50b3
2021-08-13T04:39:38.552Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6fd5678d-b6eb-4af1-a8d3-76ffedf69dda
2021-08-13T04:39:38.552Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6fd5678d-b6eb-4af1-a8d3-76ffedf69dda
2021-08-13T04:39:38.552Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 30c6de1f-f5a9-46ca-a40e-fea0062c50b3 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-13T04:39:38.556Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.557Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.557Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6fd5678d-b6eb-4af1-a8d3-76ffedf69dda: test-pnf
2021-08-13T04:39:38.557Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Processing PNF resource: 30c6de1f-f5a9-46ca-a40e-fea0062c50b3
2021-08-13T04:39:38.557Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-13T04:39:38.557Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:39:38.557Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||Resource customization UUID: c0defbe4-d0e0-4d3b-969e-ee62ef28d7bc is the same as notified resource customizationUUID: c0defbe4-d0e0-4d3b-969e-ee62ef28d7bc
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-13T04:39:38.588Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 30c6de1f-f5a9-46ca-a40e-fea0062c50b3 0 ASDC deployResourceStructure
2021-08-13T04:39:38.588Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.589Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:39:38.589Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:39:38.589Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:39:38.590Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:39:38.590Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829578588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:39:38.691Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:39:38.692Z||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-13T04:39:38.692Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:39:38.703Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:39:38.704Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:39:39.591Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:39:39.602Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:39:39.603Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:39:39.603Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:39:39.604Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:40:09.604Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:40:09.613Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:40:09.614Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:40:09.615Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:40:09.615Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:40:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:40:36.347Z||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-13T04:40:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:40:36.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:40:36.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829542882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628829541072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829549733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829541073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f9b87f-8460-479c-9c80-523ececab2ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829560786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829560896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829560971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829560976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "dcae-sch",
  "timestamp": 1628829553250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829561899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829561990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829553511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829562684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "policy-id",
  "timestamp": 1628829562902,
  "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-13T04:40:36.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e69ec90-528d-4abf-a7d5-a176c4d12815
2021-08-13T04:40:36.394Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:40:36.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628829562992,
  "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-13T04:40:36.409Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5e69ec90-528d-4abf-a7d5-a176c4d12815
2021-08-13T04:40:36.409Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:40:36.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829554702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628829563686,
  "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-13T04:40:36.426Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e69ec90-528d-4abf-a7d5-a176c4d12815
2021-08-13T04:40:36.427Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829564700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829565119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "cds",
  "timestamp": 1628829566071,
  "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-13T04:40:36.438Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e69ec90-528d-4abf-a7d5-a176c4d12815
2021-08-13T04:40:36.438Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:40:36.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829558307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829570814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:40:36.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:36.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "aai-ml",
  "timestamp": 1628829571817,
  "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-13T04:40:36.452Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e69ec90-528d-4abf-a7d5-a176c4d12815
2021-08-13T04:40:36.452Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:40:36.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829561806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829575317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:40:36.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:40:39.615Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T04:40:39.624Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-13T04:40:39.627Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:40:39.628Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:40:39.628Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:40:39.628Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:40:39.628Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:40:39.629Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:40:39.629Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:40:39.629Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:40:39.629Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:40:39.629Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-13T04:40:39.630Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:40:39.634Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:41:09.635Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:41:09.638Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e69ec90-528d-4abf-a7d5-a176c4d12815 and serviceModelVersionId: 6fd5678d-b6eb-4af1-a8d3-76ffedf69dda
2021-08-13T04:41:09.639Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc3a7d0a-940f-4a2a-ac36-87ec3262f807
2021-08-13T04:41:09.639Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc3a7d0a-940f-4a2a-ac36-87ec3262f807/model-vers/model-ver/6fd5678d-b6eb-4af1-a8d3-76ffedf69dda?depth=0
2021-08-13T04:41:09.643Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:41:09.670Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc3a7d0a-940f-4a2a-ac36-87ec3262f807/model-vers/model-ver/6fd5678d-b6eb-4af1-a8d3-76ffedf69dda?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-13T04:41:09.671Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc3a7d0a-940f-4a2a-ac36-87ec3262f807/model-vers/model-ver/6fd5678d-b6eb-4af1-a8d3-76ffedf69dda?depth=0|INFO|500||Invoke
2021-08-13T04:41:09.688Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc3a7d0a-940f-4a2a-ac36-87ec3262f807/model-vers/model-ver/6fd5678d-b6eb-4af1-a8d3-76ffedf69dda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-13T04:41:10.411Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc3a7d0a-940f-4a2a-ac36-87ec3262f807/model-vers/model-ver/6fd5678d-b6eb-4af1-a8d3-76ffedf69dda?depth=0|INFO|500||InvokeReturn
2021-08-13T04:41:10.412Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc3a7d0a-940f-4a2a-ac36-87ec3262f807/model-vers/model-ver/6fd5678d-b6eb-4af1-a8d3-76ffedf69dda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-04:41:09:689-61280], vertex-id=[245792], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:41:09 GMT], Content-Type=[application/json]}
2021-08-13T04:41:10.412Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:41:10.412Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:41:10.412Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:41:10.419Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||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-13T04:41:10.419Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e69ec90-528d-4abf-a7d5-a176c4d12815 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:41:10.419Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:41:10.420Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:41:10.421Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:41:10.421Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829670419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:41:10.522Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:41:10.524Z||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-13T04:41:10.524Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:10.544Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:10.544Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 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-13T04:41:11.434Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:11.434Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:41:11.434Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:20.993Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:20.994Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:20.994Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:41:20.994Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:30.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:30.538Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:30.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:41:30.539Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:36.347Z||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-13T04:41:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:36.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:36.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-13T04:41:36.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829576332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:41:36.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:41:40.085Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:40.086Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:40.086Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:41:40.087Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:49.645Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:49.645Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:49.646Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:41:49.646Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:41:59.180Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:41:59.183Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:41:59.184Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:41:59.184Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:42:08.749Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:42:08.750Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:42:08.751Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:42:08.751Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:42:18.292Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:42:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:42:36.344Z||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-13T04:42:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:42:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:42:36.346Z||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-13T04:42:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:42:36.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:42:36.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:42:36.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829576716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-13T04:42:36.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:42:36.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:42:36.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "clamp",
  "timestamp": 1628829577335,
  "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-13T04:42:36.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e69ec90-528d-4abf-a7d5-a176c4d12815
2021-08-13T04:42:36.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e69ec90-528d-4abf-a7d5-a176c4d12815 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-13T04:42:36.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:42:36.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829578588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-13T04:42:36.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:42:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:43:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:43:36.344Z||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-13T04:43:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:43:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:43:36.346Z||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-13T04:43:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:43:36.868Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:43:36.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:43:36.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e69ec90-528d-4abf-a7d5-a176c4d12815",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628829670419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:43:36.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:43:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:44:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:44:36.344Z||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-13T04:44:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:44:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:44:36.346Z||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-13T04:44:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:44:45.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:44:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:45:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:45:36.344Z||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-13T04:45:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:45:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:45:36.346Z||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-13T04:45:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:45:45.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:45:45.884Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:46:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:46:36.344Z||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-13T04:46:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:46:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:46:36.347Z||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-13T04:46:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:46:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:46:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:47:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:47:36.344Z||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-13T04:47:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:47:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:47:36.346Z||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-13T04:47:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:47:45.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:47:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:48:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:48:36.344Z||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-13T04:48:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:48:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:48:36.347Z||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-13T04:48:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:48:45.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:48:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:49:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:49:36.344Z||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-13T04:49:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:49:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:49:36.346Z||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-13T04:49:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:49:45.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:49:45.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:50:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:50:36.344Z||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-13T04:50:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:50:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:50:36.346Z||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-13T04:50:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:50:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:50:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:51:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:51:36.344Z||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-13T04:51:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:51:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:51:36.346Z||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-13T04:51:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:51:45.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:51:45.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:52:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:52:36.344Z||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-13T04:52:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:52:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:52:36.346Z||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-13T04:52:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:52:45.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:52:45.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:53:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:53:36.344Z||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-13T04:53:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:53:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:53:36.346Z||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-13T04:53:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:53:45.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:53:45.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:54:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:54:36.344Z||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-13T04:54:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:54:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:54:36.346Z||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-13T04:54:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:54:45.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:54:45.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:55:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:55:36.344Z||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-13T04:55:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:55:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:55:36.346Z||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-13T04:55:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:55:45.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:55:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:56:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:56:36.344Z||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-13T04:56:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:56:36.346Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:56:36.346Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|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-13T04:56:36.347Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:56:45.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:56:45.890Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:57:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:57:36.344Z||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-13T04:57:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:57:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:57:36.346Z||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-13T04:57:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:57:45.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:57:45.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:58:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:58:36.344Z||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-13T04:58:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:58:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:58:36.347Z||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-13T04:58:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:58:45.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:58:45.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:59:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:59:36.344Z||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-13T04:59:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:59:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:59:36.346Z||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-13T04:59:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T04:59:45.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T04:59:45.912Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:00:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:00:36.344Z||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-13T05:00:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:00:36.346Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:00:36.346Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|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-13T05:00:36.347Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:00:45.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:00:45.897Z|5e69ec90-528d-4abf-a7d5-a176c4d12815|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:01:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:01:36.344Z||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-13T05:01:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:01:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:01:36.346Z||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-13T05:01:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:01:45.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:01:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:02:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:02:36.344Z||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-13T05:02:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:02:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:02:36.347Z||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-13T05:02:36.347Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:02:45.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:02:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:03:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:03:36.344Z||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-13T05:03:36.344Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:03:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T05:03:36.346Z||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-13T05:03:36.346Z||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 hqAfRzAgRngdjvWo) ...
2021-08-13T05:03:45.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:03:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-13T05:03:53.676Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)