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-30T01:17:53.221Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-gqnx2 with PID 14 (/app/app.jar started by so in /app)
2021-08-30T01:17:53.226Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-30T01:17:53.227Z||main|||||INFO|500||The following profiles are active: basic
2021-08-30T01:18:00.076Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-30T01:18:00.077Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-30T01:18:00.150Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-30T01:18:01.497Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-30T01:18:01.660Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-30T01:18:01.965Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-30T01:18:01.972Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-30T01:18:02.042Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-30T01:18:02.157Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-30T01:18:02.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-30T01:18:03.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-30T01:18:05.154Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-30T01:18:05.190Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-30T01:18:05.616Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-30T01:18:05.735Z||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-30T01:18:06.856Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-30T01:18:07.689Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-30T01:18:07.705Z||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$$474b6a34.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-30T01:18:07.705Z||main|||||WARN|500||The sdc end point is not alive
2021-08-30T01:18:09.669Z||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-30T01:18:11.684Z||main|||||WARN|500||---
2021-08-30T01:18:11.711Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-30T01:18:11.711Z||main|||||WARN|500||---
2021-08-30T01:18:11.976Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-30T01:18:14.706Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:18:14.706Z||main|||||INFO|500||Started Application in 23.171 seconds (JVM running for 24.21)
2021-08-30T01:18:14.707Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:18:14.718Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:18:14.741Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:18:14.814Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9175430a-f925-4b16-b865-e6662ae9cc9c url= /sdc/v1/artifactTypes
2021-08-30T01:18:14.815Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:18:15.929Z||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.19.46] 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-30T01:18:15.933Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4aa9f990
2021-08-30T01:18:15.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:18:15.942Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:18:15.943Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:18:15.945Z||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-30T01:19:04.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:19:04.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:19:04.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:19:04.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:19:04.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d297c0d9-f972-4cd4-998f-83a6500e0f30 url= /sdc/v1/artifactTypes
2021-08-30T01:19:04.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:19:05.748Z||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.19.46] 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-30T01:19:05.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8125001
2021-08-30T01:19:05.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:19:05.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:19:05.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:19:05.750Z||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-30T01:19:54.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:19:54.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:19:54.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:19:54.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:19:54.711Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 386b0860-fded-4646-9acf-399d431c00ae url= /sdc/v1/artifactTypes
2021-08-30T01:19:54.711Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:19:55.732Z||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.19.46] 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-30T01:19:55.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c1a488c
2021-08-30T01:19:55.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:19:55.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:19:55.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:19:55.733Z||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-30T01:20:44.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:20:44.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:20:44.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:20:44.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:20:44.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca5a159f-e9bf-40ca-8d01-265263c11e79 url= /sdc/v1/artifactTypes
2021-08-30T01:20:44.711Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:20:45.748Z||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.19.46] 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-30T01:20:45.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@577b1e77
2021-08-30T01:20:45.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:20:45.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:20:45.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:20:45.750Z||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-30T01:21:34.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:21:34.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:21:34.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:21:34.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:21:34.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c38e059b-4ad2-46ed-ad4a-e11b69221636 url= /sdc/v1/artifactTypes
2021-08-30T01:21:34.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:21:35.733Z||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.19.46] 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-30T01:21:35.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51f801cb
2021-08-30T01:21:35.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:21:35.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:21:35.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:21:35.735Z||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-30T01:22:24.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:22:24.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:22:24.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:22:24.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:22:24.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1259ee42-e440-4739-bf08-74903adf50e1 url= /sdc/v1/artifactTypes
2021-08-30T01:22:24.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:22:25.748Z||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.19.46] 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-30T01:22:25.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b23cc9d
2021-08-30T01:22:25.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:22:25.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:22:25.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:22:25.749Z||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-30T01:23:14.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:23:14.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:23:14.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:23:14.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:23:14.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 703d68c5-39c4-40d5-ad01-822fc2622719 url= /sdc/v1/artifactTypes
2021-08-30T01:23:14.711Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:23:15.732Z||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.19.46] 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-30T01:23:15.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26c10ffb
2021-08-30T01:23:15.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:23:15.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:23:15.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:23:15.733Z||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-30T01:24:04.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:24:04.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:24:04.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:24:04.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:24:04.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 090e2e11-cbcc-42d1-bdae-51112f049a4a url= /sdc/v1/artifactTypes
2021-08-30T01:24:04.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:24:05.748Z||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.19.46] 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-30T01:24:05.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@747d24
2021-08-30T01:24:05.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:24:05.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:24:05.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:24:05.749Z||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-30T01:24:54.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:24:54.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:24:54.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:24:54.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:24:54.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce28fbc7-200e-4a89-83a2-aca5babdbd71 url= /sdc/v1/artifactTypes
2021-08-30T01:24:54.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:24:55.733Z||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.19.46] 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-30T01:24:55.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@490054ce
2021-08-30T01:24:55.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:24:55.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:24:55.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:24:55.734Z||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-30T01:25:44.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:25:44.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:25:44.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:25:44.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:25:44.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3684fc35-630c-4245-80ac-d7fc6c593dbe url= /sdc/v1/artifactTypes
2021-08-30T01:25:44.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:25:45.751Z||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.19.46] 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-30T01:25:45.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a0729d
2021-08-30T01:25:45.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:25:45.752Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:25:45.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:25:45.752Z||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-30T01:26:34.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:26:34.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:26:34.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:26:34.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:26:34.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f48acc5-955f-4a5c-b6b5-e4e159aa251d url= /sdc/v1/artifactTypes
2021-08-30T01:26:34.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:26:35.732Z||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.19.46] 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-30T01:26:35.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@534cf380
2021-08-30T01:26:35.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:26:35.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:26:35.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:26:35.734Z||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-30T01:27:24.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:27:24.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:27:24.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:27:24.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:27:24.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06f82d01-5236-4f73-9c25-94cb094cf692 url= /sdc/v1/artifactTypes
2021-08-30T01:27:24.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:27:25.748Z||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.19.46] 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-30T01:27:25.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16e9722d
2021-08-30T01:27:25.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:27:25.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:27:25.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:27:25.750Z||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-30T01:28:14.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:28:14.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:28:14.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:28:14.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:28:14.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 035e09b1-e108-4cbb-8c80-669406fd0af9 url= /sdc/v1/artifactTypes
2021-08-30T01:28:14.711Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:28:15.743Z||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.19.46] 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-30T01:28:15.747Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dd8a79
2021-08-30T01:28:15.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:28:15.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:28:15.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:28:15.750Z||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-30T01:28:38.985Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-30T01:29:04.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:29:04.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:29:04.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:29:04.706Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:29:04.711Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bec2aad7-b7e9-4fb5-9dc7-73b2b2f4cce1 url= /sdc/v1/artifactTypes
2021-08-30T01:29:04.711Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:29:05.756Z||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.19.46] 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-30T01:29:05.757Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ced04b6
2021-08-30T01:29:05.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:29:05.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:29:05.759Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:29:05.759Z||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-30T01:29:54.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:29:54.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:29:54.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:29:54.706Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:29:54.713Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f436b293-a293-4c7f-98ea-13fa3aebfcf7 url= /sdc/v1/artifactTypes
2021-08-30T01:29:54.713Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:29:55.736Z||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.19.46] 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-30T01:29:55.737Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2798b207
2021-08-30T01:29:55.737Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:29:55.737Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:29:55.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:29:55.738Z||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-30T01:30:44.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:30:44.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:30:44.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:30:44.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:30:44.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b8098d3-4cc1-41de-8020-b4a33d36c94d url= /sdc/v1/artifactTypes
2021-08-30T01:30:44.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:30:45.752Z||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.19.46] 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-30T01:30:45.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c9441bb
2021-08-30T01:30:45.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:30:45.753Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:30:45.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:30:45.753Z||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-30T01:31:34.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:31:34.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:31:34.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:31:34.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:31:34.711Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 219b5c9e-2fd8-44bf-86e4-943c2e469815 url= /sdc/v1/artifactTypes
2021-08-30T01:31:34.712Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:31:35.732Z||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.19.46] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-30T01:31:35.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e6652aa
2021-08-30T01:31:35.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:31:35.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:31:35.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:31:35.734Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-30T01:32:24.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:32:24.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:32:24.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:32:24.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:32:24.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e50f45f8-ffc7-4eb4-b411-a50fadd031c2 url= /sdc/v1/artifactTypes
2021-08-30T01:32:24.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:32:25.752Z||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.19.46] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-30T01:32:25.753Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48ad871c
2021-08-30T01:32:25.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:32:25.753Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:32:25.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:32:25.754Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-30T01:33:14.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:33:14.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:33:14.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:33:14.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:33:14.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5067977-2c19-4639-91f3-36c3c5fb3f4a url= /sdc/v1/artifactTypes
2021-08-30T01:33:14.711Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:33:15.732Z||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.19.46] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-30T01:33:15.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@211ef17
2021-08-30T01:33:15.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:33:15.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:33:15.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:33:15.733Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-30T01:34:04.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:34:04.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:34:04.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:34:04.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:34:04.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c1ceb02-7ece-4168-a879-4456e40469ad url= /sdc/v1/artifactTypes
2021-08-30T01:34:04.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:34:05.748Z||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.19.46] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-30T01:34:05.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@242fb0b1
2021-08-30T01:34:05.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:34:05.748Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:34:05.748Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:34:05.749Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-30T01:34:54.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:34:54.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:34:54.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:34:54.705Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:34:54.710Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6347cbcb-78dd-475b-b1aa-11ceec063e06 url= /sdc/v1/artifactTypes
2021-08-30T01:34:54.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:34:55.732Z||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.19.46] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-08-30T01:34:55.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a74c3b
2021-08-30T01:34:55.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-30T01:34:55.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-30T01:34:55.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-30T01:34:55.733Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-30T01:35:44.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T01:35:44.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T01:35:44.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T01:35:44.704Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T01:35:44.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee3245ec-0686-403d-b786-63a5ee71da4c url= /sdc/v1/artifactTypes
2021-08-30T01:35:44.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T01:35:44.867Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-30T01:35:44.874Z||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-30T01:35:44.893Z||scheduling-1|||||DEBUG|500||create keys
2021-08-30T01:35:44.899Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-30T01:35:44.913Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:35:44.926Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8c980c12-0aa1-4aae-96b2-5c12552d2031 url= /sdc/v1/registerForDistribution
2021-08-30T01:35:44.981Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8c980c12-0aa1-4aae-96b2-5c12552d2031 url= /sdc/v1/registerForDistribution
2021-08-30T01:35:44.981Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-30T01:35:44.988Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:35:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:35:44.993Z||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-30T01:35:44.993Z||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-30T01:35:44.993Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-30T01:35:44.993Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:35:44.993Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:35:55.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:35:55.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:36:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:36:44.988Z||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-30T01:36:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:36:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:36:44.989Z||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-30T01:36:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:36:54.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:36:54.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:37:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:37:44.988Z||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-30T01:37:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:37:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:37:44.989Z||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-30T01:37:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:37:54.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:37:54.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:38:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:38:44.988Z||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-30T01:38:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:38:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:38:44.990Z||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-30T01:38:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:38:54.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:38:54.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:39:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:39:44.988Z||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-30T01:39:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:39:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:39:44.989Z||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-30T01:39:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:39:54.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:39:54.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:40:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:40:44.988Z||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-30T01:40:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:40:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:40:44.989Z||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-30T01:40:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:40:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:40:54.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:41:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:41:44.988Z||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-30T01:41:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:41:44.988Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:41:44.989Z||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-30T01:41:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:41:54.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:41:54.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:42:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:42:44.988Z||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-30T01:42:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:42:44.988Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:42:44.989Z||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-30T01:42:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:42:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:42:54.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:43:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:43:44.988Z||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-30T01:43:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:43:44.988Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:43:44.989Z||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-30T01:43:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:43:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:43:54.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:44:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:44:44.988Z||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-30T01:44:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:44:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:44:44.990Z||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-30T01:44:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:44:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:44:54.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:45:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:45:44.988Z||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-30T01:45:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:45:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:45:44.989Z||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-30T01:45:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:45:54.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:45:54.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:46:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:46:44.988Z||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-30T01:46:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:46:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:46:44.989Z||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-30T01:46:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:46:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:46:54.526Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:47:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:47:44.988Z||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-30T01:47:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:47:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:47:44.989Z||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-30T01:47:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:47:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:47:54.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:48:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:48:44.988Z||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-30T01:48:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:48:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:48:44.989Z||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-30T01:48:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:48:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:48:54.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:49:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:49:44.988Z||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-30T01:49:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:49:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:49:44.989Z||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-30T01:49:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:49:54.528Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:49:54.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:50:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:50:44.988Z||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-30T01:50:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:50:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:50:44.989Z||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-30T01:50:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:50:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:50:54.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:51:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:51:44.988Z||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-30T01:51:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:51:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:51:44.989Z||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-30T01:51:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:51:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:51:54.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:52:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:52:44.988Z||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-30T01:52:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:52:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:52:44.989Z||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-30T01:52:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:52:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:52:54.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:53:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:53:44.988Z||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-30T01:53:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:53:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:53:44.989Z||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-30T01:53:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:53:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:53:54.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:54:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:54:44.988Z||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-30T01:54:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:54:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:54:44.989Z||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-30T01:54:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:54:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:54:54.523Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:55:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:55:44.988Z||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-30T01:55:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:55:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:55:44.989Z||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-30T01:55:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:55:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:55:54.524Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:56:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:56:44.988Z||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-30T01:56:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:56:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:56:44.990Z||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-30T01:56:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:56:54.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:56:54.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:57:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:57:44.988Z||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-30T01:57:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:57:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:57:44.989Z||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-30T01:57:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:57:54.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:57:54.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:58:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:58:44.988Z||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-30T01:58:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:58:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:58:44.989Z||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-30T01:58:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:58:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:58:54.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:59:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:59:44.988Z||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-30T01:59:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:59:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T01:59:44.989Z||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-30T01:59:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T01:59:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T01:59:54.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:00:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:00:44.988Z||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-30T02:00:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:00:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:00:44.989Z||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-30T02:00:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:00:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:00:54.526Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:01:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:01:44.988Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:01:44.988Z||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-30T02:01:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:01:44.989Z||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-30T02:01:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:01:54.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:01:54.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:02:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:02:44.988Z||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-30T02:02:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:02:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:02:44.989Z||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-30T02:02:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:02:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:02:54.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:03:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:03:44.988Z||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-30T02:03:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:03:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:03:44.989Z||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-30T02:03:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:03:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:03:54.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:04:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:04:44.988Z||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-30T02:04:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:04:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:04:44.989Z||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-30T02:04:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:04:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:04:54.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:05:44.988Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:05:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:05:44.989Z||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-30T02:05:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:05:44.989Z||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-30T02:05:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:05:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:05:54.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:06:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:06:44.988Z||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-30T02:06:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:06:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:06:44.989Z||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-30T02:06:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:06:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:06:54.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:07:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:07:44.988Z||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-30T02:07:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:07:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:07:44.989Z||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-30T02:07:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:07:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:07:54.525Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:08:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:08:44.988Z||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-30T02:08:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:08:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:08:44.989Z||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-30T02:08:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:08:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:08:54.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:09:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:09:44.988Z||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-30T02:09:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:09:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:09:44.989Z||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-30T02:09:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:09:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:09:54.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:10:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:10:44.988Z||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-30T02:10:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:10:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:10:44.989Z||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-30T02:10:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:10:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:10:54.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:11:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:11:44.988Z||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-30T02:11:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:11:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:11:44.989Z||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-30T02:11:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:11:54.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:11:54.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:12:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:12:44.988Z||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-30T02:12:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:12:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:12:44.989Z||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-30T02:12:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:12:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:12:54.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:13:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:13:44.988Z||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-30T02:13:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:13:44.989Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:13:44.989Z||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-30T02:13:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:13:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:13:54.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:14:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:14:44.988Z||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-30T02:14:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:14:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:14:44.989Z||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-30T02:14:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:14:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:14:54.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:15:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:15:44.988Z||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-30T02:15:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:15:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:15:44.989Z||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-30T02:15:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:15:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:15:54.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:16:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:16:44.988Z||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-30T02:16:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:16:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:16:44.989Z||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-30T02:16:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:16:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:16:54.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:17:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:17:44.988Z||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-30T02:17:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:17:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:17:44.989Z||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-30T02:17:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:17:54.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:17:54.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:18:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:18:44.988Z||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-30T02:18:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:18:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:18:44.989Z||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-30T02:18:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:18:54.526Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:18:54.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:19:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:19:44.988Z||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-30T02:19:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:19:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:19:44.989Z||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-30T02:19:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:19:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:19:54.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:20:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:20:44.988Z||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-30T02:20:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:20:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:20:44.989Z||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-30T02:20:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:20:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:20:54.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:21:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:21:44.988Z||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-30T02:21:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:21:44.988Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:21:44.989Z||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-30T02:21:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:21:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:21:54.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:22:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:22:44.988Z||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-30T02:22:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:22:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:22:44.989Z||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-30T02:22:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:22:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:22:54.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:23:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:23:44.988Z||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-30T02:23:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:23:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:23:44.989Z||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-30T02:23:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:23:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:23:54.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:24:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:24:44.988Z||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-30T02:24:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:24:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:24:44.989Z||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-30T02:24:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:24:54.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:24:54.523Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:25:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:25:44.988Z||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-30T02:25:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:25:44.988Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:25:44.989Z||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-30T02:25:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:25:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:25:54.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:26:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:26:44.988Z||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-30T02:26:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:26:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:26:44.989Z||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-30T02:26:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:26:54.527Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:26:54.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:27:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:27:44.988Z||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-30T02:27:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:27:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:27:44.989Z||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-30T02:27:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:27:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:27:54.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:28:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:28:44.988Z||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-30T02:28:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:28:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:28:44.989Z||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-30T02:28:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:28:54.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:28:54.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:29:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:29:44.988Z||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-30T02:29:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:29:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:29:44.989Z||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-30T02:29:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:29:54.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:29:54.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:30:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:30:44.988Z||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-30T02:30:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:30:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:30:44.989Z||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-30T02:30:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:30:54.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:30:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:31:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:31:44.988Z||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-30T02:31:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:31:44.988Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:31:44.989Z||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-30T02:31:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:31:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:31:54.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:32:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:32:44.988Z||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-30T02:32:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:32:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:32:44.989Z||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-30T02:32:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:32:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:32:54.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:33:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:33:44.988Z||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-30T02:33:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:33:44.989Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:33:44.989Z||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-30T02:33:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:33:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:33:54.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:34:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:34:44.988Z||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-30T02:34:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:34:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:34:44.989Z||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-30T02:34:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:34:54.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:34:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:35:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:35:44.988Z||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-30T02:35:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:35:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:35:44.989Z||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-30T02:35:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:35:54.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:35:54.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:36:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:36:44.988Z||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-30T02:36:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:36:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:36:44.989Z||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-30T02:36:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:36:54.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:36:54.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:37:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:37:44.988Z||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-30T02:37:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:37:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:37:44.989Z||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-30T02:37:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:37:54.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:37:54.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:38:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:38:44.988Z||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-30T02:38:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:38:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:38:44.989Z||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-30T02:38:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:38:54.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:38:54.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:39:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:39:44.988Z||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-30T02:39:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:39:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:39:44.989Z||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-30T02:39:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:39:54.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:39:54.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:40:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:40:44.988Z||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-30T02:40:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:40:44.988Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:40:44.990Z||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-30T02:40:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:40:54.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:40:54.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:41:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:41:44.988Z||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-30T02:41:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:41:44.988Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:41:44.989Z||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-30T02:41:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:41:54.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:41:54.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:42:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:42:44.988Z||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-30T02:42:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:42:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:42:44.989Z||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-30T02:42:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:42:54.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:42:54.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:43:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:43:44.988Z||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-30T02:43:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:43:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:43:44.989Z||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-30T02:43:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:43:54.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:43:54.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:44:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:44:44.988Z||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-30T02:44:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:44:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:44:44.989Z||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-30T02:44:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:44:54.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:44:54.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:45:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:45:44.988Z||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-30T02:45:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:45:44.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:45:44.989Z||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-30T02:45:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:45:54.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:45:54.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:46:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:46:44.988Z||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-30T02:46:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:46:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:46:44.989Z||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-30T02:46:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:46:54.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:46:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:47:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:47:44.987Z||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-30T02:47:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:47:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:47:44.990Z||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-30T02:47:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:47:54.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:47:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:48:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:48:44.987Z||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-30T02:48:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:48:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:48:44.989Z||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-30T02:48:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:48:54.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:48:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:49:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:49:44.988Z||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-30T02:49:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:49:44.989Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:49:44.989Z||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-30T02:49:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:49:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:49:54.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:50:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:50:44.988Z||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-30T02:50:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:50:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:50:44.989Z||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-30T02:50:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:50:54.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:50:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:51:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:51:44.988Z||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-30T02:51:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:51:44.988Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:51:44.989Z||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-30T02:51:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:51:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:51:54.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:52:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:52:44.988Z||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-30T02:52:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:52:44.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:52:44.989Z||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-30T02:52:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:52:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:52:54.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:53:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:53:44.988Z||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-30T02:53:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:53:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:53:44.989Z||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-30T02:53:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:53:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:53:54.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:54:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:54:44.987Z||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-30T02:54:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:54:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:54:44.989Z||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-30T02:54:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:54:54.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:54:54.524Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:55:44.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:55:44.988Z||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-30T02:55:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:55:44.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:55:44.989Z||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-30T02:55:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:55:54.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:55:54.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:44.987Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:56:44.988Z||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-30T02:56:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:56:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:56:44.989Z||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-30T02:56:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:56:45.604Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:45.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8710945b-e4ba-473a-8d39-7a2102b4e354","serviceName":"basic_onboard_thNJiX","serviceVersion":"1.0","serviceUUID":"021c1d46-95b3-4d31-94d2-b1a473c5944e","serviceDescription":"service","serviceInvariantUUID":"905a4325-ae7c-4ce6-b6dd-4aec3c4d190b","resources":[{"resourceInstanceName":"basic_onboard_thNJiX 0","resourceName":"basic_onboard_thNJiX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a392cb61-049a-4a30-8ebb-21ad56ec7cfd","resourceInvariantUUID":"fc512fb5-f346-4b97-b8b2-7f191298b7fb","resourceCustomizationUUID":"e559d3de-99f9-4435-b0ae-b3aa90e8e3bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml","artifactChecksum":"OTA3OTA2MmMyYWRiNTY4MDI3MTQwNWE4MmViNTA3YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85770ae8-8454-41dd-9679-6fffecdb9c13","artifactVersion":"1"},{"artifactName":"basic_onboard_thnjix0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json","artifactChecksum":"NTMwZmM1ZDFiMWIwZGM1NmVjYWNmYmQxZWQwOWI5Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"763e5aea-3e21-4489-980b-3e800f463308","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dc60af8-584c-4cb8-9474-90ad4c4a51b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d24ddb6c-f814-4de2-990a-caade464ff92","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a2770e8-7348-415e-a635-2dc3ab5c0373","artifactVersion":"2","generatedFromUUID":"2dc60af8-584c-4cb8-9474-90ad4c4a51b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardThnjix-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml","artifactChecksum":"Mzg1OGUwYTBlZDI2OTRkOTY5NThkNWE3YzU1NjcxNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"404908a7-6a14-4f59-a5f6-7aed1d970e34","artifactVersion":"1"},{"artifactName":"service-BasicOnboardThnjix-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar","artifactChecksum":"NjVkMjA5ZDI2ODlkM2M1YTUxNmJjMjU1NTIzYjQ3N2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c3cac86-c13d-4268-88e0-fdba10a30053","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T02:56:45.610Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:45.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.613Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:45.618Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:45.625Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:45.625Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T02:56:45.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T02:56:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T02:56:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T02:56:45.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:56:45.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:45.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:56:45.726Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-30T02:56:45.729Z||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-30T02:56:45.729Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:45.733Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:45.734Z||pool-3-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:56:46.630Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:46.631Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:46.633Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:46.634Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T02:56:46.734Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:46.735Z||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-30T02:56:46.735Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:46.740Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:46.741Z||pool-4-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:56:47.634Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:47.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:47.637Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:47.637Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T02:56:47.737Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:47.738Z||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-30T02:56:47.738Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:47.743Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:47.743Z||pool-5-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-08-30T02:56:48.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:48.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:48.640Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:48.640Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:48.740Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:48.741Z||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-30T02:56:48.741Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:48.747Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:48.747Z||pool-6-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:56:49.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:49.641Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:49.642Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:49.643Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-30T02:56:49.743Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:49.744Z||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-30T02:56:49.744Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:49.750Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:49.750Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:56:50.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:50.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:50.646Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:50.646Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:56:50.746Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:50.747Z||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-30T02:56:50.747Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:50.752Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:50.753Z||pool-8-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:56:51.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:56:51.647Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:51.649Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:51.649Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:56:51.750Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T02:56:51.751Z||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-30T02:56:51.751Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:51.758Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:51.758Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-08-30T02:56:52.650Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "serviceName": "basic_onboard_thNJiX",
  "serviceVersion": "1.0",
  "serviceUUID": "021c1d46-95b3-4d31-94d2-b1a473c5944e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "905a4325-ae7c-4ce6-b6dd-4aec3c4d190b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_thNJiX 0",
      "resourceCustomizationUUID": "e559d3de-99f9-4435-b0ae-b3aa90e8e3bb",
      "resourceName": "basic_onboard_thNJiX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a392cb61-049a-4a30-8ebb-21ad56ec7cfd",
      "resourceInvariantUUID": "fc512fb5-f346-4b97-b8b2-7f191298b7fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_thnjix0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
          "artifactChecksum": "NTMwZmM1ZDFiMWIwZGM1NmVjYWNmYmQxZWQwOWI5Yzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "763e5aea-3e21-4489-980b-3e800f463308",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2dc60af8-584c-4cb8-9474-90ad4c4a51b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4a2770e8-7348-415e-a635-2dc3ab5c0373",
            "generatedFromUUID": "2dc60af8-584c-4cb8-9474-90ad4c4a51b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4a2770e8-7348-415e-a635-2dc3ab5c0373",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardThnjix-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
      "artifactChecksum": "NjVkMjA5ZDI2ODlkM2M1YTUxNmJjMjU1NTIzYjQ3N2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c3cac86-c13d-4268-88e0-fdba10a30053"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T02:56:52.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T02:56:52.651Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 021c1d46-95b3-4d31-94d2-b1a473c5944e ASDC
2021-08-30T02:56:52.741Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8710945b-e4ba-473a-8d39-7a2102b4e354
ServiceName:basic_onboard_thNJiX
ServiceVersion:1.0
ServiceUUID:021c1d46-95b3-4d31-94d2-b1a473c5944e
ServiceInvariantUUID:905a4325-ae7c-4ce6-b6dd-4aec3c4d190b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardThnjix-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar
ArtifactUUID:9c3cac86-c13d-4268-88e0-fdba10a30053
ArtifactChecksum:NjVkMjA5ZDI2ODlkM2M1YTUxNmJjMjU1NTIzYjQ3N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_thNJiX 0
ResourceCustomizationUUID:e559d3de-99f9-4435-b0ae-b3aa90e8e3bb
ResourceInvariantUUID:fc512fb5-f346-4b97-b8b2-7f191298b7fb
ResourceName:basic_onboard_thNJiX
ResourceType:VF
ResourceUUID:a392cb61-049a-4a30-8ebb-21ad56ec7cfd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_thnjix0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json
ArtifactUUID:763e5aea-3e21-4489-980b-3e800f463308
ArtifactChecksum:NTMwZmM1ZDFiMWIwZGM1NmVjYWNmYmQxZWQwOWI5Yzg=
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/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2dc60af8-584c-4cb8-9474-90ad4c4a51b3
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/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env
ArtifactUUID:4a2770e8-7348-415e-a635-2dc3ab5c0373
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/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env
ArtifactUUID:4a2770e8-7348-415e-a635-2dc3ab5c0373
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-30T02:56:52.741Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 021c1d46-95b3-4d31-94d2-b1a473c5944e 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-30T02:56:52.926Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T02:56:52.927Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T02:56:52.927Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T02:56:52.928Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c3cac86-c13d-4268-88e0-fdba10a30053 from URL: /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:52.928Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T02:56:52.929Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:54.068Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T02:56:54.077Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar 9c3cac86-c13d-4268-88e0-fdba10a30053 71372
2021-08-30T02:56:54.078Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar ASDC sendASDCNotification
2021-08-30T02:56:54.078Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:54.079Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T02:56:54.080Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:54.081Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:54.081Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292214078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:56:54.182Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:54.182Z||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-30T02:56:54.183Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:54.188Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:54.188Z||pool-10-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:56:55.082Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T02:56:55.083Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T02:56:55.084Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9c3cac86-c13d-4268-88e0-fdba10a30053, URL: /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar to file: /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:55.084Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:55.207Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:55.208Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:55.693Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17217239411608468988/Definitions/service-BasicOnboardThnjix-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-30T02:56:57.305Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T02:56:57.309Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T02:56:57.309Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.309Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_thNJiX 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-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.310Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.311Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:56:57.311Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T02:56:57.316Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.317Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.320Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:56:57.320Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T02:56:57.322Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T02:56:57.323Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.323Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.323Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:56:57.324Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T02:56:57.324Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T02:56:57.324Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.324Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.327Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.327Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is not matching search criteria
2021-08-30T02:56:57.327Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-30T02:56:57.327Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-30T02:56:57.328Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-30T02:56:57.328Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T02:56:57.328Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T02:56:57.328Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.328Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T02:56:57.329Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.329Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:56:57.329Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T02:56:57.330Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.330Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:56:57.330Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T02:56:57.330Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.330Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:56:57.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T02:56:57.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is not matching search criteria
2021-08-30T02:56:57.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-30T02:56:57.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T02:56:57.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dd3a3319-fb06-49f4-b289-72714683fa43
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.332Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:56:57.333Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:56:57.333Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_thNJiX
Description:service
Model UUID:021c1d46-95b3-4d31-94d2-b1a473c5944e
Model Version:NULL
Model InvariantUuid:905a4325-ae7c-4ce6-b6dd-4aec3c4d190b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_thNJiX
Model UUID:bf48d84e-e404-450a-aa56-b5905cb3c03f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc512fb5-f346-4b97-b8b2-7f191298b7fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e559d3de-99f9-4435-b0ae-b3aa90e8e3bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b801071-8495-4d00-84d4-909695212da8
ModelName:BasicOnboardThnjix..base_ubuntu18..module-0
ModelUuid:9c3f7235-3334-4fd1-82c3-81b463c8fb25
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dd3a3319-fb06-49f4-b289-72714683fa43
ModelInvariantUuid:db6dce89-ae53-4909-8864-5dbc96ab8abe
ModelName:basic_onboard_thNJiX-nodes.ubuntu18Cvfc
ModelUuid:425e868f-6346-4dc8-9815-cc93d28fb972
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9328c50f-61c3-4331-b4c4-3598e6b6c9fe
ModelInvariantUuid:8b980166-4f2a-4888-a268-05612d50e9d0
ModelName:BasicOnboardThnjix.compute.nodes.heat.ubuntu18
ModelUuid:240d7168-14f5-4f96-9403-6129cc53035e
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-30T02:56:57.346Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a392cb61-049a-4a30-8ebb-21ad56ec7cfd
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-30T02:56:57.425Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||basic_onboard_thNJiX 0
2021-08-30T02:56:57.430Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a392cb61-049a-4a30-8ebb-21ad56ec7cfd
2021-08-30T02:56:57.430Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 763e5aea-3e21-4489-980b-3e800f463308 from URL: /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json
2021-08-30T02:56:57.430Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T02:56:57.430Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json
2021-08-30T02:56:59.117Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T02:56:59.117Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json 763e5aea-3e21-4489-980b-3e800f463308 798
2021-08-30T02:56:59.118Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json ASDC sendASDCNotification
2021-08-30T02:56:59.118Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json
2021-08-30T02:56:59.118Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T02:56:59.118Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:56:59.120Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:56:59.120Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292219118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:56:59.220Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:56:59.221Z||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-30T02:56:59.221Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:56:59.227Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:56:59.227Z||pool-11-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:57:00.121Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardThnjix..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6b801071-8495-4d00-84d4-909695212da8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c3f7235-3334-4fd1-82c3-81b463c8fb25",
    "vfModuleModelCustomizationUUID": "5fc854b3-c999-48f2-9640-b86cc63cacbe",
    "isBase": true,
    "artifacts": [
      "2dc60af8-584c-4cb8-9474-90ad4c4a51b3",
      "4a2770e8-7348-415e-a635-2dc3ab5c0373"
    ],
    "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-30T02:57:00.141Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardThnjix..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c3f7235-3334-4fd1-82c3-81b463c8fb25
VfModuleModelInvariantUUID:6b801071-8495-4d00-84d4-909695212da8
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc60af8-584c-4cb8-9474-90ad4c4a51b3
,
4a2770e8-7348-415e-a635-2dc3ab5c0373

}
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-30T02:57:00.143Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardThnjix..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6b801071-8495-4d00-84d4-909695212da8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c3f7235-3334-4fd1-82c3-81b463c8fb25",
    "vfModuleModelCustomizationUUID": "5fc854b3-c999-48f2-9640-b86cc63cacbe",
    "isBase": true,
    "artifacts": [
      "2dc60af8-584c-4cb8-9474-90ad4c4a51b3",
      "4a2770e8-7348-415e-a635-2dc3ab5c0373"
    ],
    "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-30T02:57:00.144Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardThnjix..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c3f7235-3334-4fd1-82c3-81b463c8fb25
VfModuleModelInvariantUUID:6b801071-8495-4d00-84d4-909695212da8
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc60af8-584c-4cb8-9474-90ad4c4a51b3
,
4a2770e8-7348-415e-a635-2dc3ab5c0373

}
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-30T02:57:00.144Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2dc60af8-584c-4cb8-9474-90ad4c4a51b3 from URL: /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml
2021-08-30T02:57:00.144Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T02:57:00.144Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml
2021-08-30T02:57:02.196Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T02:57:02.197Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml 2dc60af8-584c-4cb8-9474-90ad4c4a51b3 5033
2021-08-30T02:57:02.197Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-30T02:57:02.197Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml
2021-08-30T02:57:02.198Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T02:57:02.198Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:57:02.200Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:57:02.200Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292222197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:57:02.300Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:57:02.300Z||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-30T02:57:02.301Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:57:02.306Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:02.306Z||pool-12-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:57:03.201Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a2770e8-7348-415e-a635-2dc3ab5c0373 from URL: /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env
2021-08-30T02:57:03.201Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T02:57:03.201Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env
2021-08-30T02:57:04.119Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T02:57:04.119Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env 4a2770e8-7348-415e-a635-2dc3ab5c0373 909
2021-08-30T02:57:04.120Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-30T02:57:04.120Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env
2021-08-30T02:57:04.120Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T02:57:04.120Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:57:04.122Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:57:04.122Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292224120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:57:04.224Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-30T02:57:04.224Z||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-30T02:57:04.225Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:57:04.230Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:04.231Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:57:05.123Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 021c1d46-95b3-4d31-94d2-b1a473c5944e
2021-08-30T02:57:05.123Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_thNJiX 0 a392cb61-049a-4a30-8ebb-21ad56ec7cfd 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-30T02:57:05.147Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.148Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.148Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-30T02:57:05.148Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e559d3de-99f9-4435-b0ae-b3aa90e8e3bb
2021-08-30T02:57:05.148Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e559d3de-99f9-4435-b0ae-b3aa90e8e3bb matches Tosca VF Customization UUID: e559d3de-99f9-4435-b0ae-b3aa90e8e3bb
2021-08-30T02:57:05.148Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e559d3de-99f9-4435-b0ae-b3aa90e8e3bb  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-30T02:57:05.153Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.154Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.154Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e559d3de-99f9-4435-b0ae-b3aa90e8e3bb: {\"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-30T02:57:05.155Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@559ae0d9
2021-08-30T02:57:05.155Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.155Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T02:57:05.155Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5fc854b3-c999-48f2-9640-b86cc63cacbe
2021-08-30T02:57:05.156Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5fc854b3-c999-48f2-9640-b86cc63cacbe
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-30T02:57:05.160Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.160Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:57:05.160Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T02:57:05.162Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.162Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:57:05.162Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T02:57:05.162Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.163Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is not matching search criteria
2021-08-30T02:57:05.163Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-30T02:57:05.163Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T02:57:05.163Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dd3a3319-fb06-49f4-b289-72714683fa43
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-30T02:57:05.168Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.168Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:57:05.168Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T02:57:05.169Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.169Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_thNJiX 0 is matching search criteria
2021-08-30T02:57:05.169Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_thNJiX 0] matching following query criteria: sdcType=VF, customizationUUID=e559d3de-99f9-4435-b0ae-b3aa90e8e3bb
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-30T02:57:05.170Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.170Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.170Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 021c1d46-95b3-4d31-94d2-b1a473c5944e: basic_onboard_thNJiX
2021-08-30T02:57:05.171Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.171Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.171Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.171Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.171Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.172Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.172Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.172Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.172Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T02:57:05.172Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_thNJiX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T02:57:05.172Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_thNJiX 
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-30T02:57:05.282Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_thNJiX a392cb61-049a-4a30-8ebb-21ad56ec7cfd 1 ASDC deployResourceStructure
2021-08-30T02:57:05.282Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json ASDC sendASDCNotification
2021-08-30T02:57:05.282Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json
2021-08-30T02:57:05.282Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T02:57:05.282Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:57:05.283Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:57:05.284Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292225282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T02:57:05.384Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:57:05.384Z||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-30T02:57:05.384Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:57:05.390Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:05.390Z||pool-14-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-08-30T02:57:06.284Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-30T02:57:06.285Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml
2021-08-30T02:57:06.285Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T02:57:06.285Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:57:06.287Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:57:06.287Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292226284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T02:57:06.387Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:57:06.387Z||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-30T02:57:06.387Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:57:06.394Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:06.394Z||pool-15-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T02:57:07.288Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-30T02:57:07.288Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env
2021-08-30T02:57:07.288Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T02:57:07.289Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:57:07.290Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:57:07.290Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292227288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-30T02:57:07.390Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:57:07.391Z||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-30T02:57:07.391Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:57:07.397Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:07.397Z||pool-16-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-08-30T02:57:08.291Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar ASDC sendASDCNotification
2021-08-30T02:57:08.291Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar
2021-08-30T02:57:08.291Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T02:57:08.292Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:57:08.293Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:57:08.293Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T02:57:08.393Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:57:08.394Z||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-30T02:57:08.394Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:57:08.399Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:08.400Z||pool-17-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:57:09.294Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T02:57:09.312Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T02:57:09.314Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T02:57:09.314Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T02:57:09.314Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T02:57:39.314Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T02:57:39.320Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T02:57:39.322Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T02:57:39.323Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T02:57:39.323Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T02:57:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:57:44.989Z||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-30T02:57:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:57:45.107Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:57:45.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:57:45.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:57:45.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:09.323Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T02:58:09.331Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T02:58:09.333Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T02:58:09.333Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T02:58:09.333Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T02:58:39.333Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T02:58:39.341Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T02:58:39.343Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T02:58:39.343Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T02:58:39.343Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T02:58:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:58:44.989Z||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-30T02:58:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:58:45.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:58:45.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "dcae-sch",
  "timestamp": 1630292200201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292198935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292195262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292193029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292200039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292192511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292208874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292208884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292208893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292208882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "cds",
  "timestamp": 1630292209900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-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-30T02:58:45.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8710945b-e4ba-473a-8d39-7a2102b4e354
2021-08-30T02:58:45.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:58:45.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292209887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "policy-id",
  "timestamp": 1630292210890,
  "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-30T02:58:45.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8710945b-e4ba-473a-8d39-7a2102b4e354
2021-08-30T02:58:45.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:58:45.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292204987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292211893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292205575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292212562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292213566,
  "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-30T02:58:45.562Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8710945b-e4ba-473a-8d39-7a2102b4e354
2021-08-30T02:58:45.562Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:58:45.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292214059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292214078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292214588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292215618,
  "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-30T02:58:45.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8710945b-e4ba-473a-8d39-7a2102b4e354
2021-08-30T02:58:45.582Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:58:45.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292209380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:58:45.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:58:45.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292216627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292217450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292219118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292219463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "clamp",
  "timestamp": 1630292220467,
  "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-30T02:58:45.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8710945b-e4ba-473a-8d39-7a2102b4e354
2021-08-30T02:58:45.594Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:58:45.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292222197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292224120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292225282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/basic_onboard_thnjix0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292226284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292226526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292227288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/resourceInstances/basic_onboard_thnjix0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:58:45.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "aai-ml",
  "timestamp": 1630292227531,
  "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-30T02:58:45.604Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8710945b-e4ba-473a-8d39-7a2102b4e354
2021-08-30T02:58:45.604Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:58:45.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:58:45.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292228291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThnjix/1.0/artifacts/service-BasicOnboardThnjix-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T02:58:45.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T02:59:09.343Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T02:59:09.351Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T02:59:09.354Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T02:59:09.355Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T02:59:09.355Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T02:59:09.355Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T02:59:09.359Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T02:59:39.359Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8710945b-e4ba-473a-8d39-7a2102b4e354 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-30T02:59:39.366Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8710945b-e4ba-473a-8d39-7a2102b4e354 and serviceModelVersionId: 021c1d46-95b3-4d31-94d2-b1a473c5944e
2021-08-30T02:59:39.366Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 905a4325-ae7c-4ce6-b6dd-4aec3c4d190b
2021-08-30T02:59:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:59:44.990Z||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-30T02:59:44.991Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T02:59:47.125Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:59:47.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T02:59:47.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "aai-ml",
  "timestamp": 1630292385575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:59:47.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T02:59:50.340Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/905a4325-ae7c-4ce6-b6dd-4aec3c4d190b/model-vers/model-ver/021c1d46-95b3-4d31-94d2-b1a473c5944e?depth=0
2021-08-30T02:59:50.433Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T02:59:51.034Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/905a4325-ae7c-4ce6-b6dd-4aec3c4d190b/model-vers/model-ver/021c1d46-95b3-4d31-94d2-b1a473c5944e?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-30T02:59:51.037Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/905a4325-ae7c-4ce6-b6dd-4aec3c4d190b/model-vers/model-ver/021c1d46-95b3-4d31-94d2-b1a473c5944e?depth=0|INFO|500||Invoke
2021-08-30T02:59:51.141Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/905a4325-ae7c-4ce6-b6dd-4aec3c4d190b/model-vers/model-ver/021c1d46-95b3-4d31-94d2-b1a473c5944e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T02:59:51.562Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/905a4325-ae7c-4ce6-b6dd-4aec3c4d190b/model-vers/model-ver/021c1d46-95b3-4d31-94d2-b1a473c5944e?depth=0|INFO|500||InvokeReturn
2021-08-30T02:59:51.562Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/905a4325-ae7c-4ce6-b6dd-4aec3c4d190b/model-vers/model-ver/021c1d46-95b3-4d31-94d2-b1a473c5944e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-02:59:51:156-39571], vertex-id=[299072], Content-Length=[0], Date=[Mon, 30 Aug 2021 02:59:51 GMT], Content-Type=[application/json]}
2021-08-30T02:59:51.563Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T02:59:51.566Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T02:59:51.566Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T02:59:51.569Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T02:59:51.577Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8710945b-e4ba-473a-8d39-7a2102b4e354 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T02:59:51.578Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T02:59:51.578Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:59:51.580Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:59:51.580Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292391577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T02:59:51.680Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:59:51.681Z||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-30T02:59:51.682Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:59:51.688Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:59:51.688Z||pool-18-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-30T02:59:52.593Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T02:59:52.594Z|8710945b-e4ba-473a-8d39-7a2102b4e354|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-30T02:59:52.594Z|8710945b-e4ba-473a-8d39-7a2102b4e354|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 bfvHmCfycYBA39uN) ...
2021-08-30T02:59:56.900Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:59:56.901Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T02:59:56.901Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"51e9bac1-9709-46f9-9984-c28c8a9aa2da","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"59fb58ff-63d4-4a7c-8620-b21f00154fff","serviceDescription":"service","serviceInvariantUUID":"f3a39f04-740d-4621-845b-525473c266d2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4586cb3c-5911-4581-a622-19bcc9362a29","resourceInvariantUUID":"69234ac7-e919-40b2-8f95-412dd236e4d3","resourceCustomizationUUID":"b9af625c-ffd0-44b9-9984-97ec2c3af457","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":"NjJhMWMzZDI1NWJhMDc5ZmIxZTE4NzIyZGUwOWVmNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b583fbc0-8619-4191-bc5c-07d0073c1b3f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjI0NTY4ZmFhNjE5YTk1NGQ4ZWVlMDYxZmEyM2ExYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7e71c7c-fa80-4086-bff6-4261348135f9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T02:59:56.903Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:59:56.903Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:59:56.905Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:59:56.905Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292392593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T02:59:57.005Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T02:59:57.006Z||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-30T02:59:57.006Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:59:57.011Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:59:57.011Z||pool-19-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:59:57.905Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T02:59:57.907Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T02:59:57.908Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T02:59:57.908Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292392593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T02:59:58.008Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T02:59:58.009Z||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-30T02:59:58.009Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T02:59:58.015Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T02:59:58.015Z||pool-20-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T02:59:58.910Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "59fb58ff-63d4-4a7c-8620-b21f00154fff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3a39f04-740d-4621-845b-525473c266d2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b9af625c-ffd0-44b9-9984-97ec2c3af457",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4586cb3c-5911-4581-a622-19bcc9362a29",
      "resourceInvariantUUID": "69234ac7-e919-40b2-8f95-412dd236e4d3",
      "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": "YjI0NTY4ZmFhNjE5YTk1NGQ4ZWVlMDYxZmEyM2ExYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7e71c7c-fa80-4086-bff6-4261348135f9"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T02:59:58.910Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T02:59:58.910Z|8710945b-e4ba-473a-8d39-7a2102b4e354|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 59fb58ff-63d4-4a7c-8620-b21f00154fff ASDC
2021-08-30T02:59:58.910Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:51e9bac1-9709-46f9-9984-c28c8a9aa2da
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:59fb58ff-63d4-4a7c-8620-b21f00154fff
ServiceInvariantUUID:f3a39f04-740d-4621-845b-525473c266d2
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:e7e71c7c-fa80-4086-bff6-4261348135f9
ArtifactChecksum:YjI0NTY4ZmFhNjE5YTk1NGQ4ZWVlMDYxZmEyM2ExYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b9af625c-ffd0-44b9-9984-97ec2c3af457
ResourceInvariantUUID:69234ac7-e919-40b2-8f95-412dd236e4d3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4586cb3c-5911-4581-a622-19bcc9362a29
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-30T02:59:58.910Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59fb58ff-63d4-4a7c-8620-b21f00154fff 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-30T02:59:58.931Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T02:59:58.931Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T02:59:58.931Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T02:59:58.931Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7e71c7c-fa80-4086-bff6-4261348135f9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-30T02:59:58.932Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T02:59:58.932Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-30T03:00:02.097Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:00:02.099Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e7e71c7c-fa80-4086-bff6-4261348135f9 52180
2021-08-30T03:00:02.099Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:02.099Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:02.099Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:00:02.100Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:00:02.101Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:00:02.101Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292402099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:00:02.201Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:00:02.202Z||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-30T03:00:02.202Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:00:02.208Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:00:02.208Z||pool-21-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:00:03.102Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:00:03.103Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:00:03.103Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e7e71c7c-fa80-4086-bff6-4261348135f9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T03:00:03.104Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-30T03:00:03.104Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T03:00:03.104Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T03:00:03.199Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17955296306431197727/Definitions/service-BasicNetwork-template.yml
2021-08-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.663Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.664Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.665Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.666Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.667Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.667Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:59fb58ff-63d4-4a7c-8620-b21f00154fff
Model Version:NULL
Model InvariantUuid:f3a39f04-740d-4621-845b-525473c266d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69234ac7-e919-40b2-8f95-412dd236e4d3
Model UUID:1a3b06b9-fd97-4b4b-8438-98f90eb82759
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b9af625c-ffd0-44b9-9984-97ec2c3af457
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-30T03:00:03.669Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 4586cb3c-5911-4581-a622-19bcc9362a29
2021-08-30T03:00:03.669Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||No resources found for Service: 59fb58ff-63d4-4a7c-8620-b21f00154fff
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-30T03:00:03.680Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||
2021-08-30T03:00:03.680Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-30T03:00:03.680Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 59fb58ff-63d4-4a7c-8620-b21f00154fff
2021-08-30T03:00:03.680Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 59fb58ff-63d4-4a7c-8620-b21f00154fff
2021-08-30T03:00:03.680Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-30T03:00:03.681Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 59fb58ff-63d4-4a7c-8620-b21f00154fff: Generic NeutronNet
2021-08-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.684Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.685Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.685Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.702Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.703Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.703Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.703Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.703Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:00:03.703Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:00:03.703Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.740Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-30T03:00:03.740Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.741Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||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-30T03:00:03.741Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:00:03.741Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:00:03.742Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:00:03.743Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:00:03.843Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:00:03.845Z||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-30T03:00:03.845Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:00:03.850Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:00:03.851Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:00:04.743Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:00:04.752Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:00:04.754Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:00:04.754Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:00:04.754Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:00:34.754Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:00:34.762Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:00:34.764Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:00:34.764Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:00:34.764Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:00:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:00:44.989Z||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-30T03:00:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:00:45.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:00:45.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:00:45.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "dcae-sch",
  "timestamp": 1630292380201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:00:45.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:01:04.764Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:01:04.773Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:01:04.775Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:01:04.775Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:01:04.775Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:01:34.775Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:01:34.784Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:01:34.785Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:01:34.785Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:01:34.785Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:01:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:01:44.990Z||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-30T03:01:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:01:45.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:01:45.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:01:45.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "cds",
  "timestamp": 1630292378935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:01:45.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:01:45.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:01:45.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "policy-id",
  "timestamp": 1630292380039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:01:45.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:04.786Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:02:04.794Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:02:04.796Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:02:04.796Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:02:04.796Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:02:34.796Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:02:34.805Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:02:34.808Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:02:34.809Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:02:34.809Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:02:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:02:44.990Z||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-30T03:02:44.990Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:02:45.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:02:45.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "cds",
  "timestamp": 1630292378935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "aai-ml",
  "timestamp": 1630292385575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "dcae-sch",
  "timestamp": 1630292380201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "policy-id",
  "timestamp": 1630292380039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "cds",
  "timestamp": 1630292389168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "aai-ml",
  "timestamp": 1630292389170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "policy-id",
  "timestamp": 1630292389167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:02:45.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292389380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "cds",
  "timestamp": 1630292390172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:02:45.515Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51e9bac1-9709-46f9-9984-c28c8a9aa2da
2021-08-30T03:02:45.516Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e9bac1-9709-46f9-9984-c28c8a9aa2da 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-30T03:02:45.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "policy-id",
  "timestamp": 1630292390170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:02:45.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292389380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "policy-id",
  "timestamp": 1630292391173,
  "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-30T03:02:45.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51e9bac1-9709-46f9-9984-c28c8a9aa2da
2021-08-30T03:02:45.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e9bac1-9709-46f9-9984-c28c8a9aa2da 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-30T03:02:45.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8710945b-e4ba-473a-8d39-7a2102b4e354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292391577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:02:45.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "aai-ml",
  "timestamp": 1630292392894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:02:45.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "aai-ml",
  "timestamp": 1630292393897,
  "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-30T03:02:45.538Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51e9bac1-9709-46f9-9984-c28c8a9aa2da
2021-08-30T03:02:45.538Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e9bac1-9709-46f9-9984-c28c8a9aa2da 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-30T03:02:45.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292395262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292395262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292392593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292392593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292402099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "clamp",
  "timestamp": 1630292402511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292403029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "clamp",
  "timestamp": 1630292402511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292403029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292406232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292407847,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292408850,
  "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-30T03:02:45.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51e9bac1-9709-46f9-9984-c28c8a9aa2da
2021-08-30T03:02:45.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e9bac1-9709-46f9-9984-c28c8a9aa2da 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-30T03:02:45.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "clamp",
  "timestamp": 1630292409463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:02:45.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "clamp",
  "timestamp": 1630292411471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:02:45.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:02:45.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:02:45.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "clamp",
  "timestamp": 1630292412475,
  "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-30T03:02:45.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51e9bac1-9709-46f9-9984-c28c8a9aa2da
2021-08-30T03:02:45.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51e9bac1-9709-46f9-9984-c28c8a9aa2da 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-30T03:03:04.809Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:03:04.816Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:03:04.819Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:03:04.820Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:03:04.820Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:03:04.820Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:03:04.820Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:03:04.823Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T03:03:34.824Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da 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-30T03:03:34.829Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51e9bac1-9709-46f9-9984-c28c8a9aa2da and serviceModelVersionId: 59fb58ff-63d4-4a7c-8620-b21f00154fff
2021-08-30T03:03:34.829Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a39f04-740d-4621-845b-525473c266d2
2021-08-30T03:03:34.830Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3a39f04-740d-4621-845b-525473c266d2/model-vers/model-ver/59fb58ff-63d4-4a7c-8620-b21f00154fff?depth=0
2021-08-30T03:03:34.834Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T03:03:34.870Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a39f04-740d-4621-845b-525473c266d2/model-vers/model-ver/59fb58ff-63d4-4a7c-8620-b21f00154fff?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-30T03:03:34.871Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a39f04-740d-4621-845b-525473c266d2/model-vers/model-ver/59fb58ff-63d4-4a7c-8620-b21f00154fff?depth=0|INFO|500||Invoke
2021-08-30T03:03:34.895Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a39f04-740d-4621-845b-525473c266d2/model-vers/model-ver/59fb58ff-63d4-4a7c-8620-b21f00154fff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T03:03:35.152Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a39f04-740d-4621-845b-525473c266d2/model-vers/model-ver/59fb58ff-63d4-4a7c-8620-b21f00154fff?depth=0|INFO|500||InvokeReturn
2021-08-30T03:03:35.153Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a39f04-740d-4621-845b-525473c266d2/model-vers/model-ver/59fb58ff-63d4-4a7c-8620-b21f00154fff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-03:03:34:902-7677], vertex-id=[176232], Content-Length=[0], Date=[Mon, 30 Aug 2021 03:03:34 GMT], Content-Type=[application/json]}
2021-08-30T03:03:35.153Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T03:03:35.153Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T03:03:35.154Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:03:35.156Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T03:03:35.157Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51e9bac1-9709-46f9-9984-c28c8a9aa2da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T03:03:35.157Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T03:03:35.157Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:03:35.159Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:03:35.159Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292615157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:03:35.259Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:03:35.260Z||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-30T03:03:35.260Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:03:35.268Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:03:35.269Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 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-30T03:03:36.168Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:03:36.169Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:03:36.169Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:03:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:03:44.989Z||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-30T03:03:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:03:45.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:03:45.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T03:03:45.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51e9bac1-9709-46f9-9984-c28c8a9aa2da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292615157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:03:45.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:03:46.344Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:03:46.345Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:03:46.345Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:03:46.345Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:03:55.873Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:03:55.874Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:03:55.874Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:03:55.874Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:04:05.403Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:05.403Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:04:05.404Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:04:05.404Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:04:14.937Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:14.938Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:04:14.938Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:04:14.939Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:04:24.467Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:24.468Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:04:24.468Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:04:24.469Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:04:33.999Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:44.987Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:04:44.988Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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-30T03:04:44.988Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:04:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:04:44.989Z||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-30T03:04:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:04:45.108Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:45.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:04:45.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:45.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:04:45.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:04:45.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:45.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:04:45.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:04:45.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:45.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:04:45.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:04:45.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:45.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:04:45.601Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:45.602Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T03:04:45.602Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c35bffb-00c1-4bfc-9825-0abc8c275a49","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b379a0e5-796f-4179-a9f1-947bfbbabf1c","serviceDescription":"service","serviceInvariantUUID":"b3a1dc26-8974-4d43-a246-dc0f564917ca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6","resourceInvariantUUID":"acd52987-200e-44f1-ac20-639453699dc7","resourceCustomizationUUID":"ffaea1d6-2bac-4ea3-81e3-79847aac2fd5","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":"YjQ4OWI5NjEzYjhhNGI4NWQ3NWQyODNjMjkwZjM2MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2935b9e2-7c2f-4933-b5ac-1d6578014504","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":"NTI2ZDg2ZTUxMTBkYTg0YzMxMWYwNGNlMjJmMzBmMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"601154dd-c834-4949-9beb-13051b47f470","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":"5fc31429-8c6d-4777-9b82-97291715ebd9","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":"4bcee65f-d275-425c-99a4-1f0f2a664fe9","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":"8c7be897-6343-49ed-ac0d-a869b3138c4f","artifactVersion":"2","generatedFromUUID":"5fc31429-8c6d-4777-9b82-97291715ebd9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzNiMWI0YjQ0N2Q0MjNjZTJmNmU1Y2U1NTVjZDQ5YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"135ae8a6-f599-4a6d-a57c-344ca3cf9bcd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGRjNzk2MzVjZGM0ZTQ4YTExMzZmNDcyN2E2YTVlMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1d2be2f-7410-4fee-a05c-8a907af1fd6a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T03:04:45.604Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:45.604Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:45.606Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:45.606Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:45.706Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:45.707Z||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-30T03:04:45.707Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:45.713Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:45.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:04:46.606Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:46.607Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:46.609Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:46.609Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:04:46.709Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:46.710Z||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-30T03:04:46.710Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:46.716Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:46.716Z||pool-25-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:47.610Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:47.611Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:47.613Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:47.613Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:04:47.714Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:47.714Z||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-30T03:04:47.714Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:47.720Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:47.721Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:48.614Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:48.615Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:48.617Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:48.617Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:48.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:48.718Z||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-30T03:04:48.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:48.724Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:48.724Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:49.617Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:49.618Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:49.620Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:49.620Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-30T03:04:49.720Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:49.721Z||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-30T03:04:49.721Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:49.726Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:49.727Z||pool-28-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:50.621Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:50.622Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:50.624Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:50.625Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:04:50.725Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:50.725Z||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-30T03:04:50.726Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:50.730Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:50.731Z||pool-29-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:51.625Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:04:51.626Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:51.628Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:51.628Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:04:51.728Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:51.729Z||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-30T03:04:51.729Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:51.734Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:51.735Z||pool-30-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:52.629Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b379a0e5-796f-4179-a9f1-947bfbbabf1c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b3a1dc26-8974-4d43-a246-dc0f564917ca",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ffaea1d6-2bac-4ea3-81e3-79847aac2fd5",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6",
      "resourceInvariantUUID": "acd52987-200e-44f1-ac20-639453699dc7",
      "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": "NTI2ZDg2ZTUxMTBkYTg0YzMxMWYwNGNlMjJmMzBmMTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "601154dd-c834-4949-9beb-13051b47f470",
          "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": "5fc31429-8c6d-4777-9b82-97291715ebd9",
          "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": "8c7be897-6343-49ed-ac0d-a869b3138c4f",
            "generatedFromUUID": "5fc31429-8c6d-4777-9b82-97291715ebd9"
          },
          "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": "8c7be897-6343-49ed-ac0d-a869b3138c4f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OGRjNzk2MzVjZGM0ZTQ4YTExMzZmNDcyN2E2YTVlMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1d2be2f-7410-4fee-a05c-8a907af1fd6a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T03:04:52.630Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T03:04:52.630Z|51e9bac1-9709-46f9-9984-c28c8a9aa2da|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b379a0e5-796f-4179-a9f1-947bfbbabf1c ASDC
2021-08-30T03:04:52.630Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2c35bffb-00c1-4bfc-9825-0abc8c275a49
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b379a0e5-796f-4179-a9f1-947bfbbabf1c
ServiceInvariantUUID:b3a1dc26-8974-4d43-a246-dc0f564917ca
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:e1d2be2f-7410-4fee-a05c-8a907af1fd6a
ArtifactChecksum:OGRjNzk2MzVjZGM0ZTQ4YTExMzZmNDcyN2E2YTVlMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ffaea1d6-2bac-4ea3-81e3-79847aac2fd5
ResourceInvariantUUID:acd52987-200e-44f1-ac20-639453699dc7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6
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:601154dd-c834-4949-9beb-13051b47f470
ArtifactChecksum:NTI2ZDg2ZTUxMTBkYTg0YzMxMWYwNGNlMjJmMzBmMTE=
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:5fc31429-8c6d-4777-9b82-97291715ebd9
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:8c7be897-6343-49ed-ac0d-a869b3138c4f
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:8c7be897-6343-49ed-ac0d-a869b3138c4f
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-30T03:04:52.630Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b379a0e5-796f-4179-a9f1-947bfbbabf1c 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-30T03:04:52.655Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:04:52.655Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:04:52.655Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:04:52.655Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d2be2f-7410-4fee-a05c-8a907af1fd6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-30T03:04:52.656Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:04:52.656Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-30T03:04:53.855Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:04:53.858Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e1d2be2f-7410-4fee-a05c-8a907af1fd6a 70847
2021-08-30T03:04:53.858Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:53.858Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:53.858Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:04:53.859Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:53.860Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:53.860Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292693858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:04:53.961Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:53.961Z||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-30T03:04:53.962Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:53.966Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:53.967Z||pool-31-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:54.861Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:04:54.862Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:04:54.862Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e1d2be2f-7410-4fee-a05c-8a907af1fd6a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:54.863Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-30T03:04:54.863Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:54.863Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:55.044Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP401690147101020484/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-30T03:04:56.146Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:56.147Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:04:56.148Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-30T03:04:56.149Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T03:04:56.150Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.150Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:04:56.150Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.150Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:04:56.150Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T03:04:56.151Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f6411887-b32e-4502-81a2-4d048950822a
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:04:56.152Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b379a0e5-796f-4179-a9f1-947bfbbabf1c
Model Version:NULL
Model InvariantUuid:b3a1dc26-8974-4d43-a246-dc0f564917ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ede63305-4136-4705-bff9-cadfc4bc9009
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acd52987-200e-44f1-ac20-639453699dc7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ffaea1d6-2bac-4ea3-81e3-79847aac2fd5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58faf570-ded9-4194-8726-c25d3612d897
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b0f23b8f-e58b-4fe1-98fe-6028294965a3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f6411887-b32e-4502-81a2-4d048950822a
ModelInvariantUuid:92b43701-a14f-460f-af66-ea8d7e113284
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3b95aeed-74ea-4092-81a7-c4b23e78c22d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:46179ae4-822c-493e-b320-d1b95f277858
ModelInvariantUuid:9aac6d46-fb99-4f7d-a0eb-157596ae5e26
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:01a89519-2de0-4a4d-9788-bf0d8417b9e5
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-30T03:04:56.155Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6
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-30T03:04:56.156Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-08-30T03:04:56.157Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6
2021-08-30T03:04:56.157Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 601154dd-c834-4949-9beb-13051b47f470 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-30T03:04:56.157Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:04:56.157Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:57.758Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:04:57.759Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 601154dd-c834-4949-9beb-13051b47f470 787
2021-08-30T03:04:57.759Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:57.759Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:04:57.759Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:04:57.759Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:04:57.761Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:04:57.761Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292697759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:04:57.861Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:04:57.862Z||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-30T03:04:57.863Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:04:57.867Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:04:57.868Z||pool-32-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:04:58.762Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "58faf570-ded9-4194-8726-c25d3612d897",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0f23b8f-e58b-4fe1-98fe-6028294965a3",
    "vfModuleModelCustomizationUUID": "bd0f79b6-82c7-42d5-a96b-f6de145b4b48",
    "isBase": true,
    "artifacts": [
      "5fc31429-8c6d-4777-9b82-97291715ebd9",
      "8c7be897-6343-49ed-ac0d-a869b3138c4f"
    ],
    "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-30T03:04:58.766Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0f23b8f-e58b-4fe1-98fe-6028294965a3
VfModuleModelInvariantUUID:58faf570-ded9-4194-8726-c25d3612d897
VfModuleModelDescription:NULL
Artifacts UUID List:{
5fc31429-8c6d-4777-9b82-97291715ebd9
,
8c7be897-6343-49ed-ac0d-a869b3138c4f

}
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-30T03:04:58.768Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "58faf570-ded9-4194-8726-c25d3612d897",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0f23b8f-e58b-4fe1-98fe-6028294965a3",
    "vfModuleModelCustomizationUUID": "bd0f79b6-82c7-42d5-a96b-f6de145b4b48",
    "isBase": true,
    "artifacts": [
      "5fc31429-8c6d-4777-9b82-97291715ebd9",
      "8c7be897-6343-49ed-ac0d-a869b3138c4f"
    ],
    "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-30T03:04:58.768Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0f23b8f-e58b-4fe1-98fe-6028294965a3
VfModuleModelInvariantUUID:58faf570-ded9-4194-8726-c25d3612d897
VfModuleModelDescription:NULL
Artifacts UUID List:{
5fc31429-8c6d-4777-9b82-97291715ebd9
,
8c7be897-6343-49ed-ac0d-a869b3138c4f

}
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-30T03:04:58.768Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5fc31429-8c6d-4777-9b82-97291715ebd9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-30T03:04:58.768Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:04:58.768Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:03.517Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:05:03.518Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5fc31429-8c6d-4777-9b82-97291715ebd9 5033
2021-08-30T03:05:03.518Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:03.518Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:03.518Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:05:03.518Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:05:03.520Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:05:03.521Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292703518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:05:03.621Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T03:05:03.622Z||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-30T03:05:03.622Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:05:03.628Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:03.629Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:05:04.521Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c7be897-6343-49ed-ac0d-a869b3138c4f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-30T03:05:04.522Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:05:04.522Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:05.717Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:05:05.717Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8c7be897-6343-49ed-ac0d-a869b3138c4f 903
2021-08-30T03:05:05.717Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:05.717Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:05.717Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:05:05.718Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:05:05.719Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:05:05.719Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292705717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:05:05.820Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:05:05.820Z||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-30T03:05:05.820Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:05:05.826Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:05.826Z||pool-34-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:05:06.720Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b379a0e5-796f-4179-a9f1-947bfbbabf1c
2021-08-30T03:05:06.721Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6 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-30T03:05:07.155Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.155Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.156Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-30T03:05:07.156Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ffaea1d6-2bac-4ea3-81e3-79847aac2fd5
2021-08-30T03:05:07.156Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ffaea1d6-2bac-4ea3-81e3-79847aac2fd5 matches Tosca VF Customization UUID: ffaea1d6-2bac-4ea3-81e3-79847aac2fd5
2021-08-30T03:05:07.156Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ffaea1d6-2bac-4ea3-81e3-79847aac2fd5  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-30T03:05:07.157Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.158Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.158Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ffaea1d6-2bac-4ea3-81e3-79847aac2fd5: {\"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-30T03:05:07.159Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1465efdb
2021-08-30T03:05:07.159Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.159Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:05:07.159Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd0f79b6-82c7-42d5-a96b-f6de145b4b48
2021-08-30T03:05:07.159Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd0f79b6-82c7-42d5-a96b-f6de145b4b48
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-30T03:05:07.160Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.161Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:05:07.161Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:05:07.161Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.161Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:05:07.161Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:05:07.161Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.162Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-30T03:05:07.162Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T03:05:07.162Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T03:05:07.162Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f6411887-b32e-4502-81a2-4d048950822a
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-30T03:05:07.163Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.163Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:05:07.163Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:05:07.163Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.163Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T03:05:07.163Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ffaea1d6-2bac-4ea3-81e3-79847aac2fd5
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-30T03:05:07.164Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.164Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b379a0e5-796f-4179-a9f1-947bfbbabf1c: basic_vm
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.165Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.166Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:05:07.166Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:05:07.166Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:07.203Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 831a8e4f-0803-4eac-ab4d-39fdf0dcf7e6 1 ASDC deployResourceStructure
2021-08-30T03:05:07.204Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:07.204Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:07.204Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:05:07.204Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:05:07.205Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:05:07.205Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292707203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:05:07.306Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T03:05:07.306Z||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-30T03:05:07.306Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:05:07.312Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:07.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:05:08.206Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:08.206Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:08.206Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:05:08.207Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:05:08.208Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:05:08.208Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292708206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:05:08.308Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:05:08.309Z||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-30T03:05:08.309Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:05:08.315Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:08.316Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:05:09.209Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:09.210Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:09.210Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:05:09.210Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:05:09.211Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:05:09.211Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:05:09.312Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:05:09.312Z||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-30T03:05:09.312Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:05:09.319Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:09.319Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:05:10.212Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:10.213Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||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-30T03:05:10.213Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:05:10.213Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:05:10.214Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:05:10.214Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292710212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:05:10.314Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:05:10.315Z||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-30T03:05:10.315Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:05:10.321Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:10.322Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:05:11.215Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:05:11.222Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:05:11.224Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:05:11.224Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:05:11.224Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:05:41.224Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:05:41.232Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:05:41.234Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:05:41.234Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:05:41.234Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:05:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:05:44.989Z||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-30T03:05:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:05:45.004Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:05:45.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:05:45.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:05:45.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:06:11.234Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:06:11.242Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:06:11.243Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:06:11.243Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:06:11.243Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:06:41.243Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:06:41.249Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:06:41.251Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:06:41.251Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:06:41.251Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:06:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:06:44.989Z||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-30T03:06:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:06:45.008Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:06:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:06:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:06:45.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:06:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:06:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:06:45.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:06:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:06:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:06:45.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:11.251Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:07:11.259Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:07:11.260Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:07:11.261Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:07:11.261Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:07:41.261Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:07:41.269Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:07:41.270Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:07:41.271Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-30T03:07:41.271Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-30T03:07:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:07:44.989Z||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-30T03:07:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:07:45.000Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:07:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "dcae-sch",
  "timestamp": 1630292680201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292678935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292675261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292680039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292684987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292685575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292692564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292692693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292692795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292693572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "cds",
  "timestamp": 1630292693799,
  "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-30T03:07:45.022Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c35bffb-00c1-4bfc-9825-0abc8c275a49
2021-08-30T03:07:45.022Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:07:45.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292693858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292694502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "policy-id",
  "timestamp": 1630292694574,
  "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-30T03:07:45.032Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c35bffb-00c1-4bfc-9825-0abc8c275a49
2021-08-30T03:07:45.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:07:45.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292695052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292689380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292697653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292697759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292698678,
  "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-30T03:07:45.042Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c35bffb-00c1-4bfc-9825-0abc8c275a49
2021-08-30T03:07:45.042Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292699681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292703518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292705717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292705820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "aai-ml",
  "timestamp": 1630292706823,
  "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-30T03:07:45.051Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c35bffb-00c1-4bfc-9825-0abc8c275a49
2021-08-30T03:07:45.051Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292707203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292708206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292702510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292703029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292710212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292712156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292714284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292715291,
  "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-30T03:07:45.060Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c35bffb-00c1-4bfc-9825-0abc8c275a49
2021-08-30T03:07:45.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:07:45.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292725497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292727502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "clamp",
  "timestamp": 1630292728505,
  "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-30T03:07:45.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c35bffb-00c1-4bfc-9825-0abc8c275a49
2021-08-30T03:07:45.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-30T03:07:45.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:11.271Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:08:11.279Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:08:11.281Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:08:11.282Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:08:11.285Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T03:08:41.285Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49 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-30T03:08:41.289Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c35bffb-00c1-4bfc-9825-0abc8c275a49 and serviceModelVersionId: b379a0e5-796f-4179-a9f1-947bfbbabf1c
2021-08-30T03:08:41.289Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3a1dc26-8974-4d43-a246-dc0f564917ca
2021-08-30T03:08:41.290Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3a1dc26-8974-4d43-a246-dc0f564917ca/model-vers/model-ver/b379a0e5-796f-4179-a9f1-947bfbbabf1c?depth=0
2021-08-30T03:08:41.294Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T03:08:41.330Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3a1dc26-8974-4d43-a246-dc0f564917ca/model-vers/model-ver/b379a0e5-796f-4179-a9f1-947bfbbabf1c?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-30T03:08:41.331Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3a1dc26-8974-4d43-a246-dc0f564917ca/model-vers/model-ver/b379a0e5-796f-4179-a9f1-947bfbbabf1c?depth=0|INFO|500||Invoke
2021-08-30T03:08:41.350Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3a1dc26-8974-4d43-a246-dc0f564917ca/model-vers/model-ver/b379a0e5-796f-4179-a9f1-947bfbbabf1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T03:08:41.793Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3a1dc26-8974-4d43-a246-dc0f564917ca/model-vers/model-ver/b379a0e5-796f-4179-a9f1-947bfbbabf1c?depth=0|INFO|500||InvokeReturn
2021-08-30T03:08:41.793Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3a1dc26-8974-4d43-a246-dc0f564917ca/model-vers/model-ver/b379a0e5-796f-4179-a9f1-947bfbbabf1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210830-03:08:41:357-96751], vertex-id=[233608], Content-Length=[0], Date=[Mon, 30 Aug 2021 03:08:41 GMT], Content-Type=[application/json]}
2021-08-30T03:08:41.793Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T03:08:41.793Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T03:08:41.793Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:08:41.795Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T03:08:41.796Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c35bffb-00c1-4bfc-9825-0abc8c275a49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T03:08:41.796Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T03:08:41.796Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:41.797Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:41.798Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292921796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:08:41.898Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:41.898Z||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-30T03:08:41.898Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:41.906Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:41.906Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-30T03:08:42.806Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:08:42.806Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|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-30T03:08:42.807Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:08:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:08:44.989Z||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-30T03:08:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:08:44.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292738935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292732510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292733029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292735261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292748059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292748062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292748090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292748848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "cds",
  "timestamp": 1630292749063,
  "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-30T03:08:45.029Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.029Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292749300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292749851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292750041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "policy-id",
  "timestamp": 1630292750854,
  "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-30T03:08:45.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292751044,
  "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-30T03:08:45.053Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.053Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292751864,
  "artifactURL": "/sdc/v1/catalog/services/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3/resourceInstances/basicclamp0/artifacts/50645ebc-e178-4bc1-8e00-c42b93cbca28",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292752396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292753062,
  "artifactURL": "/sdc/v1/catalog/services/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3/resourceInstances/basicclamp0/artifacts/50645ebc-e178-4bc1-8e00-c42b93cbca28",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292753550,
  "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-30T03:08:45.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.066Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "dcae-sch",
  "timestamp": 1630292754065,
  "artifactURL": "/sdc/v1/catalog/services/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3/resourceInstances/basicclamp0/artifacts/50645ebc-e178-4bc1-8e00-c42b93cbca28",
  "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-30T03:08:45.075Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292754553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292755499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292756054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292756503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292740039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292760594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292753935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292761597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "dcae-sch",
  "timestamp": 1630292740201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "clamp",
  "timestamp": 1630292762600,
  "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-30T03:08:45.096Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.096Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292763118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292755560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292764092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292764120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292749380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "policy-id",
  "timestamp": 1630292765122,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-30T03:08:45.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f7198b-0ed4-4895-acc4-18643543b8b1
2021-08-30T03:08:45.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:08:45.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292765329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292765421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "cds",
  "timestamp": 1630292766107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:08:45.123Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46f7198b-0ed4-4895-acc4-18643543b8b1
2021-08-30T03:08:45.123Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:08:45.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "aai-ml",
  "timestamp": 1630292766424,
  "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-30T03:08:45.133Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb375874-c497-479f-a948-a541f0e2fa47
2021-08-30T03:08:45.133Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:08:45.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292767033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292768263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292769281,
  "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-30T03:08:45.144Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f7198b-0ed4-4895-acc4-18643543b8b1
2021-08-30T03:08:45.144Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:08:45.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292770283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292763029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292763602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292773351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292745575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292775333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292776336,
  "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-30T03:08:45.155Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46f7198b-0ed4-4895-acc4-18643543b8b1
2021-08-30T03:08:45.155Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:08:45.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292777460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292785503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292785521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "aai-ml",
  "timestamp": 1630292786524,
  "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-30T03:08:45.164Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46f7198b-0ed4-4895-acc4-18643543b8b1
2021-08-30T03:08:45.164Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:08:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292788505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:08:45.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:08:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:08:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "clamp",
  "timestamp": 1630292789508,
  "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-30T03:08:45.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46f7198b-0ed4-4895-acc4-18643543b8b1
2021-08-30T03:08:45.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:08:47.076Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:47.077Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T03:08:47.077Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb375874-c497-479f-a948-a541f0e2fa47","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3","serviceDescription":"service","serviceInvariantUUID":"72aa50f1-71f2-420c-82a4-c4e0087b56b1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd","resourceInvariantUUID":"2e583014-b3af-433b-91ba-442427b2312b","resourceCustomizationUUID":"8c0965c7-5dd1-4906-99c2-8006ea276459","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":"50645ebc-e178-4bc1-8e00-c42b93cbca28","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":"YjJlOTFlNDA4N2QzNjUwZmNkMGNlNzg3N2U5MGJmZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afced37b-b8cc-4348-835f-3570faad5095","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":"NTIxN2VlNDg4YjU1MTllMTA1ODUzOTc1Y2RmYTg1N2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f12e06d9-7fa5-4c43-b2a0-a4db5e278de9","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":"c967666a-f520-4ddf-8dba-3e2b5eb3183e","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":"c730733d-003c-492f-bbab-05ef0ec82716","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":"c4e42d11-e052-4a8c-9e32-d5551979059a","artifactVersion":"2","generatedFromUUID":"c967666a-f520-4ddf-8dba-3e2b5eb3183e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWY4ZWNjNDdkNTRiMDc1MjE5M2E5ODY3MmM4ZGQ0N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f52236b-9091-4957-80a7-479a83418565","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDU4ZDg5Mjc1MmYxNmQ4YjZkZmM3YjExMWJiZTg4YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a4704e3-eb66-4673-b3dd-294fa959572f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T03:08:47.079Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:47.079Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:47.081Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:47.081Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:47.181Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:47.182Z||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-30T03:08:47.182Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:47.188Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:47.188Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:48.082Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:48.083Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:48.084Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:48.084Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:48.184Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T03:08:48.185Z||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-30T03:08:48.185Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:48.191Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:48.191Z||pool-41-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:49.085Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:49.086Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:49.087Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:49.087Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:08:49.188Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T03:08:49.189Z||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-30T03:08:49.189Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:49.195Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:49.195Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:50.088Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:50.089Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:50.090Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:50.090Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:08:50.191Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:50.191Z||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-30T03:08:50.191Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:50.197Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:50.197Z||pool-43-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:08:51.091Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:51.091Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:51.093Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:51.093Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:51.193Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:51.193Z||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-30T03:08:51.194Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:51.199Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:51.200Z||pool-44-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:52.093Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:52.094Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:52.095Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:52.095Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-30T03:08:52.195Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:52.196Z||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-30T03:08:52.196Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:52.201Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:52.201Z||pool-45-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:53.096Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:53.096Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:53.097Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:53.098Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:08:53.198Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:53.198Z||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-30T03:08:53.199Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:53.205Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:53.205Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:54.098Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:08:54.099Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:54.100Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:54.100Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:08:54.200Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:54.202Z||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-30T03:08:54.202Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:54.209Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:54.209Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:55.101Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "72aa50f1-71f2-420c-82a4-c4e0087b56b1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8c0965c7-5dd1-4906-99c2-8006ea276459",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd",
      "resourceInvariantUUID": "2e583014-b3af-433b-91ba-442427b2312b",
      "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": "NTIxN2VlNDg4YjU1MTllMTA1ODUzOTc1Y2RmYTg1N2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f12e06d9-7fa5-4c43-b2a0-a4db5e278de9",
          "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": "c967666a-f520-4ddf-8dba-3e2b5eb3183e",
          "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": "c4e42d11-e052-4a8c-9e32-d5551979059a",
            "generatedFromUUID": "c967666a-f520-4ddf-8dba-3e2b5eb3183e"
          },
          "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": "c4e42d11-e052-4a8c-9e32-d5551979059a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZDU4ZDg5Mjc1MmYxNmQ4YjZkZmM3YjExMWJiZTg4YjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a4704e3-eb66-4673-b3dd-294fa959572f"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T03:08:55.101Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T03:08:55.101Z|2c35bffb-00c1-4bfc-9825-0abc8c275a49|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3 ASDC
2021-08-30T03:08:55.102Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fb375874-c497-479f-a948-a541f0e2fa47
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3
ServiceInvariantUUID:72aa50f1-71f2-420c-82a4-c4e0087b56b1
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:7a4704e3-eb66-4673-b3dd-294fa959572f
ArtifactChecksum:ZDU4ZDg5Mjc1MmYxNmQ4YjZkZmM3YjExMWJiZTg4YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8c0965c7-5dd1-4906-99c2-8006ea276459
ResourceInvariantUUID:2e583014-b3af-433b-91ba-442427b2312b
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd
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:f12e06d9-7fa5-4c43-b2a0-a4db5e278de9
ArtifactChecksum:NTIxN2VlNDg4YjU1MTllMTA1ODUzOTc1Y2RmYTg1N2I=
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:c967666a-f520-4ddf-8dba-3e2b5eb3183e
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:c4e42d11-e052-4a8c-9e32-d5551979059a
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:c4e42d11-e052-4a8c-9e32-d5551979059a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-30T03:08:55.102Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3 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-30T03:08:55.123Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:08:55.124Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:08:55.124Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:08:55.124Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7a4704e3-eb66-4673-b3dd-294fa959572f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-30T03:08:55.124Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:08:55.124Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-30T03:08:55.768Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:08:55.771Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7a4704e3-eb66-4673-b3dd-294fa959572f 73376
2021-08-30T03:08:55.771Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:08:55.771Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:08:55.771Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:08:55.772Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:55.773Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:55.773Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292935771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:55.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:55.873Z||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-30T03:08:55.874Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:55.879Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:55.880Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:56.773Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:08:56.774Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:08:56.774Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7a4704e3-eb66-4673-b3dd-294fa959572f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:56.775Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-30T03:08:56.775Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:56.775Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:56.871Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2874716441377748261/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-30T03:08:57.674Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T03:08:57.674Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:08:57.674Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.674Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:08:57.675Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-30T03:08:57.676Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:08:57.677Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=590776e6-b27e-40ca-b8f7-5c179eba5fe1
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.678Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.679Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.679Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.679Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:08:57.679Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:08:57.679Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3
Model Version:NULL
Model InvariantUuid:72aa50f1-71f2-420c-82a4-c4e0087b56b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:03eb2ddd-e2cc-4fcc-962b-02210ec1cf99
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e583014-b3af-433b-91ba-442427b2312b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8c0965c7-5dd1-4906-99c2-8006ea276459
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b36f0ead-9226-4022-987e-c2abcef7cf97
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b5375f04-505a-4c41-b633-e579bcb6fbae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:590776e6-b27e-40ca-b8f7-5c179eba5fe1
ModelInvariantUuid:64df23d3-0efb-4f7f-9634-ac54c69c72dd
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d75694cd-2f61-497b-9fa5-e05ee438b4e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3455f882-d0a6-4a29-8827-b7e7832f10a1
ModelInvariantUuid:8028d137-4f5e-4278-a4cd-e15e1e0a4d71
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c1830a9e-5a14-4580-a750-f6e1ae6bd41c
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-30T03:08:57.682Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd
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-30T03:08:57.684Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-08-30T03:08:57.684Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd
2021-08-30T03:08:57.684Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f12e06d9-7fa5-4c43-b2a0-a4db5e278de9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-30T03:08:57.684Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:08:57.684Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:08:58.716Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:08:58.716Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f12e06d9-7fa5-4c43-b2a0-a4db5e278de9 790
2021-08-30T03:08:58.716Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:08:58.717Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:08:58.717Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:08:58.717Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:08:58.718Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:08:58.718Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292938716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:08:58.818Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:08:58.819Z||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-30T03:08:58.819Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:08:58.824Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:08:58.825Z||pool-49-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:08:59.719Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b36f0ead-9226-4022-987e-c2abcef7cf97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5375f04-505a-4c41-b633-e579bcb6fbae",
    "vfModuleModelCustomizationUUID": "2cd23bf3-5395-4ec8-bd22-4b3717e3664a",
    "isBase": true,
    "artifacts": [
      "c967666a-f520-4ddf-8dba-3e2b5eb3183e",
      "c4e42d11-e052-4a8c-9e32-d5551979059a"
    ],
    "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-30T03:08:59.721Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5375f04-505a-4c41-b633-e579bcb6fbae
VfModuleModelInvariantUUID:b36f0ead-9226-4022-987e-c2abcef7cf97
VfModuleModelDescription:NULL
Artifacts UUID List:{
c967666a-f520-4ddf-8dba-3e2b5eb3183e
,
c4e42d11-e052-4a8c-9e32-d5551979059a

}
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-30T03:08:59.723Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b36f0ead-9226-4022-987e-c2abcef7cf97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5375f04-505a-4c41-b633-e579bcb6fbae",
    "vfModuleModelCustomizationUUID": "2cd23bf3-5395-4ec8-bd22-4b3717e3664a",
    "isBase": true,
    "artifacts": [
      "c967666a-f520-4ddf-8dba-3e2b5eb3183e",
      "c4e42d11-e052-4a8c-9e32-d5551979059a"
    ],
    "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-30T03:08:59.723Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5375f04-505a-4c41-b633-e579bcb6fbae
VfModuleModelInvariantUUID:b36f0ead-9226-4022-987e-c2abcef7cf97
VfModuleModelDescription:NULL
Artifacts UUID List:{
c967666a-f520-4ddf-8dba-3e2b5eb3183e
,
c4e42d11-e052-4a8c-9e32-d5551979059a

}
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-30T03:08:59.723Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c967666a-f520-4ddf-8dba-3e2b5eb3183e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-30T03:08:59.723Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:08:59.723Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:01.115Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:09:01.115Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c967666a-f520-4ddf-8dba-3e2b5eb3183e 5033
2021-08-30T03:09:01.115Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:01.115Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:01.115Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:09:01.115Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:01.116Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:01.117Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292941115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:01.217Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:01.217Z||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-30T03:09:01.218Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:01.223Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:01.223Z||pool-50-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:02.117Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c4e42d11-e052-4a8c-9e32-d5551979059a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-30T03:09:02.118Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:09:02.118Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:03.630Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:09:03.631Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c4e42d11-e052-4a8c-9e32-d5551979059a 909
2021-08-30T03:09:03.631Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:03.631Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:03.631Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:09:03.631Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:03.633Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:03.633Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292943631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:03.733Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:03.734Z||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-30T03:09:03.734Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:03.741Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:03.741Z||pool-51-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:04.633Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3
2021-08-30T03:09:04.634Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd 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-30T03:09:04.640Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.640Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.640Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-30T03:09:04.641Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8c0965c7-5dd1-4906-99c2-8006ea276459
2021-08-30T03:09:04.641Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c0965c7-5dd1-4906-99c2-8006ea276459 matches Tosca VF Customization UUID: 8c0965c7-5dd1-4906-99c2-8006ea276459
2021-08-30T03:09:04.641Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8c0965c7-5dd1-4906-99c2-8006ea276459  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-30T03:09:04.642Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.642Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.642Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8c0965c7-5dd1-4906-99c2-8006ea276459: {\"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-30T03:09:04.643Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@370feec2
2021-08-30T03:09:04.643Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.643Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:09:04.643Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2cd23bf3-5395-4ec8-bd22-4b3717e3664a
2021-08-30T03:09:04.643Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2cd23bf3-5395-4ec8-bd22-4b3717e3664a
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-30T03:09:04.644Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.644Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:09:04.644Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:04.645Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.645Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:09:04.645Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:04.645Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.645Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-30T03:09:04.646Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-30T03:09:04.646Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T03:09:04.646Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=590776e6-b27e-40ca-b8f7-5c179eba5fe1
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-30T03:09:04.647Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.647Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:09:04.647Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:04.647Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.648Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-30T03:09:04.648Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8c0965c7-5dd1-4906-99c2-8006ea276459
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-30T03:09:04.648Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3: basicclamp
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.649Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.650Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.650Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.650Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.650Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:04.650Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:04.650Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:04.685Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ca67f6a5-de96-4bf9-8ec9-bb3e0aa5b8cd 1 ASDC deployResourceStructure
2021-08-30T03:09:04.685Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:04.685Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:04.685Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:04.685Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:04.686Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:04.687Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292944685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:04.787Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:04.787Z||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-30T03:09:04.787Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:04.794Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:04.794Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:09:05.687Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:05.688Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:05.688Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:05.688Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:05.689Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:05.689Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292945687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:05.789Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:05.790Z||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-30T03:09:05.790Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:05.794Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:05.795Z||pool-53-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:06.690Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:06.690Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:06.690Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:06.691Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:06.692Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:06.692Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292946690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:06.792Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:06.792Z||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-30T03:09:06.793Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:06.798Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:06.798Z||pool-54-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:07.693Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:07.693Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||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-30T03:09:07.693Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:07.693Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:07.695Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:07.695Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292947692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:07.795Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:07.795Z||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-30T03:09:07.796Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:07.800Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:07.801Z||pool-55-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:08.695Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb375874-c497-479f-a948-a541f0e2fa47
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:09:08.701Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb375874-c497-479f-a948-a541f0e2fa47
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.703Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.704Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.704Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.704Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.704Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:09:08.704Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:09:08.707Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T03:09:38.707Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb375874-c497-479f-a948-a541f0e2fa47 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-30T03:09:38.710Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb375874-c497-479f-a948-a541f0e2fa47 and serviceModelVersionId: e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3
2021-08-30T03:09:38.711Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72aa50f1-71f2-420c-82a4-c4e0087b56b1
2021-08-30T03:09:38.711Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0
2021-08-30T03:09:38.714Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T03:09:38.743Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0|INFO|500||Invoke
2021-08-30T03:09:38.743Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb375874-c497-479f-a948-a541f0e2fa47], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07552267-5c5c-4825-b910-681c7313bee0], X-ECOMP-RequestID=[fb375874-c497-479f-a948-a541f0e2fa47], X-TransactionId=[], X-ONAP-RequestID=[fb375874-c497-479f-a948-a541f0e2fa47], Content-Type=[application/merge-patch+json]}
2021-08-30T03:09:38.761Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T03:09:39.550Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?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/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210830-03:09:38:767-49060], vertex-id=[344128], Content-Length=[0], Date=[Mon, 30 Aug 2021 03:09:38 GMT], Content-Type=[application/json]}
2021-08-30T03:09:39.550Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-30T03:09:39.551Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72aa50f1-71f2-420c-82a4-c4e0087b56b1/model-vers/model-ver/e8b362c2-db69-4599-b8a1-dfe9b4c8eaa3?depth=0|INFO|500||InvokeReturn
2021-08-30T03:09:39.551Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T03:09:39.551Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:09:39.555Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T03:09:39.555Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb375874-c497-479f-a948-a541f0e2fa47 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T03:09:39.555Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T03:09:39.556Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:39.557Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:39.557Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292979555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:09:39.657Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:39.658Z||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-30T03:09:39.658Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:39.666Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:39.666Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 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-30T03:09:40.565Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T03:09:40.565Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"46f7198b-0ed4-4895-acc4-18643543b8b1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c5f50455-345e-4362-bfdf-9c6d31bd3b96","serviceDescription":"service","serviceInvariantUUID":"44fbc1c9-4ee9-48e4-a50c-157467be4497","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd127875-e676-466e-a449-0359ca19e6da","resourceInvariantUUID":"ddf90409-ab45-4578-b405-f68c0a0cb275","resourceCustomizationUUID":"af8da4a2-bebd-44e8-a681-399373e1a299","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":"MTIxODBmNzMwMWIwYTlmMjE3ZjRkNGNjYTU0YWI1MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e62e856a-73db-4dc5-89de-b71b8c52626b","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":"NDViMDhhMzliNDE2OTg3ZGU0YTRhMzZkOTcxNGVkYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"53c71189-b507-4464-8433-7275e1066465","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":"fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc","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":"7f9e109c-bc9c-4712-9d75-9c02ca1628b0","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":"e6380b70-33fe-4fd5-8a38-a093be292d09","artifactVersion":"2","generatedFromUUID":"fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc"},{"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":"ZGNmZmQ0NDEyODEyNzg4NDhkMDU1NGU2OWIwMDAxY2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"008b2f81-5491-41b1-9219-747374e88420","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":"ODEzNTRlYjEwNGEzOGExOTM5NjZlNWE4YjdkZmQzNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48113fc5-6c85-47f0-bd52-8b7600a0a074","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2NhZTMzODUxNjIzNjAwZDgzMTEzMGZmYTQxYmRiN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27c74059-0cec-43b1-9cef-05175aa43b5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T03:09:40.565Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:40.565Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:40.567Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:40.567Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:40.667Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:40.668Z||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-30T03:09:40.668Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:40.673Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:40.673Z||pool-57-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:41.567Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:41.568Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:41.569Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:41.569Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:09:41.669Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:41.670Z||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-30T03:09:41.670Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:41.677Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:41.677Z||pool-58-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:09:42.570Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:42.570Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:42.572Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:42.572Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:09:42.672Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:42.673Z||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-30T03:09:42.673Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:42.679Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:42.680Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:43.572Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:43.574Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:43.575Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:43.575Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:43.675Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:43.676Z||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-30T03:09:43.676Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:43.682Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:43.682Z||pool-60-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:44.576Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:44.576Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:44.577Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:44.577Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-30T03:09:44.678Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T03:09:44.678Z||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-30T03:09:44.678Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:44.683Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:44.684Z||pool-61-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:09:44.989Z||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-30T03:09:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:09:45.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "dcae-sch",
  "timestamp": 1630292880201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292882510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292883029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292875261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292880039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292895172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292895358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292896361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292896835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "policy-id",
  "timestamp": 1630292897363,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-30T03:09:45.028Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb00e363-674a-4370-aa13-c6de0efdbcdd
2021-08-30T03:09:45.028Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:09:45.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292888935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292897837,
  "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-30T03:09:45.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb00e363-674a-4370-aa13-c6de0efdbcdd
2021-08-30T03:09:45.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292889380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292902393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292902704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "cds",
  "timestamp": 1630292903606,
  "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-30T03:09:45.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb00e363-674a-4370-aa13-c6de0efdbcdd
2021-08-30T03:09:45.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292903904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292895575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292904518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292904907,
  "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-30T03:09:45.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cb00e363-674a-4370-aa13-c6de0efdbcdd
2021-08-30T03:09:45.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:09:45.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292905743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292906524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "clamp",
  "timestamp": 1630292907527,
  "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-30T03:09:45.063Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb00e363-674a-4370-aa13-c6de0efdbcdd
2021-08-30T03:09:45.063Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:09:45.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292909204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:45.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "aai-ml",
  "timestamp": 1630292910207,
  "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-30T03:09:45.071Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb00e363-674a-4370-aa13-c6de0efdbcdd
2021-08-30T03:09:45.071Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:09:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:09:45.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c35bffb-00c1-4bfc-9825-0abc8c275a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292921796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:09:45.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:09:45.578Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:45.579Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:45.580Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:45.580Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:45.680Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:45.681Z||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-30T03:09:45.681Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:45.686Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:45.687Z||pool-62-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:46.580Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:46.581Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:46.583Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:46.583Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:09:46.683Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:46.684Z||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-30T03:09:46.684Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:46.690Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:46.690Z||pool-63-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:09:47.583Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:09:47.584Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:47.585Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:47.585Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:09:47.685Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T03:09:47.686Z||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-30T03:09:47.686Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:47.693Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:47.693Z||pool-64-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:09:48.586Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c5f50455-345e-4362-bfdf-9c6d31bd3b96",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44fbc1c9-4ee9-48e4-a50c-157467be4497",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "af8da4a2-bebd-44e8-a681-399373e1a299",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cd127875-e676-466e-a449-0359ca19e6da",
      "resourceInvariantUUID": "ddf90409-ab45-4578-b405-f68c0a0cb275",
      "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": "NDViMDhhMzliNDE2OTg3ZGU0YTRhMzZkOTcxNGVkYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "53c71189-b507-4464-8433-7275e1066465",
          "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": "fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc",
          "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": "e6380b70-33fe-4fd5-8a38-a093be292d09",
            "generatedFromUUID": "fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc"
          },
          "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": "e6380b70-33fe-4fd5-8a38-a093be292d09",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2NhZTMzODUxNjIzNjAwZDgzMTEzMGZmYTQxYmRiN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27c74059-0cec-43b1-9cef-05175aa43b5a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T03:09:48.587Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T03:09:48.587Z|fb375874-c497-479f-a948-a541f0e2fa47|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5f50455-345e-4362-bfdf-9c6d31bd3b96 ASDC
2021-08-30T03:09:48.587Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:46f7198b-0ed4-4895-acc4-18643543b8b1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c5f50455-345e-4362-bfdf-9c6d31bd3b96
ServiceInvariantUUID:44fbc1c9-4ee9-48e4-a50c-157467be4497
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:27c74059-0cec-43b1-9cef-05175aa43b5a
ArtifactChecksum:M2NhZTMzODUxNjIzNjAwZDgzMTEzMGZmYTQxYmRiN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:af8da4a2-bebd-44e8-a681-399373e1a299
ResourceInvariantUUID:ddf90409-ab45-4578-b405-f68c0a0cb275
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cd127875-e676-466e-a449-0359ca19e6da
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:53c71189-b507-4464-8433-7275e1066465
ArtifactChecksum:NDViMDhhMzliNDE2OTg3ZGU0YTRhMzZkOTcxNGVkYjY=
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:fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc
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:e6380b70-33fe-4fd5-8a38-a093be292d09
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:e6380b70-33fe-4fd5-8a38-a093be292d09
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-30T03:09:48.587Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5f50455-345e-4362-bfdf-9c6d31bd3b96 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-30T03:09:48.611Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:09:48.612Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:09:48.612Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:09:48.612Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27c74059-0cec-43b1-9cef-05175aa43b5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-30T03:09:48.612Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:09:48.612Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-30T03:09:48.804Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:09:48.806Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 27c74059-0cec-43b1-9cef-05175aa43b5a 78567
2021-08-30T03:09:48.807Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:48.807Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:48.807Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:09:48.807Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:48.808Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:48.808Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292988807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:48.909Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:48.909Z||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-30T03:09:48.909Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:48.914Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:48.914Z||pool-65-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:49.809Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:09:49.810Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:09:49.810Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 27c74059-0cec-43b1-9cef-05175aa43b5a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:49.810Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-30T03:09:49.810Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:49.810Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:49.948Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18046338797413921865/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-30T03:09:50.767Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T03:09:50.767Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:09:50.767Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:50.767Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T03:09:50.767Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:09:50.768Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.769Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:50.770Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T03:09:50.771Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9086220a-d28c-4327-a33d-32d3575bf1e4
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:50.772Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c5f50455-345e-4362-bfdf-9c6d31bd3b96
Model Version:NULL
Model InvariantUuid:44fbc1c9-4ee9-48e4-a50c-157467be4497
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a4926248-cb8a-4655-a0c4-6a2878e7e654
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddf90409-ab45-4578-b405-f68c0a0cb275
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af8da4a2-bebd-44e8-a681-399373e1a299
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e2c64cba-b93f-4f60-9d33-5ce900e71bb0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4c8feb5a-8f48-43e8-a981-5dcf59cebd33
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9086220a-d28c-4327-a33d-32d3575bf1e4
ModelInvariantUuid:153101cd-b3e9-49f9-9902-3e206363b4ba
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:88981dfe-64e1-4763-a453-9e59313ecb7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:f13daa50-b4c5-4e6c-8dab-aabf2d070e19
ModelInvariantUuid:f6c6d4f4-851f-46a6-908b-0f663ef365d7
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:89c3cee5-bcf3-405b-a99b-f5341aee5cf9
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-30T03:09:50.778Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cd127875-e676-466e-a449-0359ca19e6da
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-30T03:09:50.779Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-08-30T03:09:50.779Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd127875-e676-466e-a449-0359ca19e6da
2021-08-30T03:09:50.779Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 53c71189-b507-4464-8433-7275e1066465 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-30T03:09:50.780Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:09:50.780Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:51.855Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:09:51.855Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 53c71189-b507-4464-8433-7275e1066465 792
2021-08-30T03:09:51.855Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:51.855Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:51.855Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:09:51.855Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:51.857Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:51.857Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292991855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:51.957Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T03:09:51.958Z||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-30T03:09:51.958Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:51.963Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:51.964Z||pool-66-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:52.858Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e2c64cba-b93f-4f60-9d33-5ce900e71bb0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c8feb5a-8f48-43e8-a981-5dcf59cebd33",
    "vfModuleModelCustomizationUUID": "8b07a10e-e97d-4514-b8fe-6eb7fb23ee78",
    "isBase": true,
    "artifacts": [
      "fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc",
      "e6380b70-33fe-4fd5-8a38-a093be292d09"
    ],
    "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-30T03:09:52.861Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8feb5a-8f48-43e8-a981-5dcf59cebd33
VfModuleModelInvariantUUID:e2c64cba-b93f-4f60-9d33-5ce900e71bb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc
,
e6380b70-33fe-4fd5-8a38-a093be292d09

}
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-30T03:09:52.862Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e2c64cba-b93f-4f60-9d33-5ce900e71bb0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c8feb5a-8f48-43e8-a981-5dcf59cebd33",
    "vfModuleModelCustomizationUUID": "8b07a10e-e97d-4514-b8fe-6eb7fb23ee78",
    "isBase": true,
    "artifacts": [
      "fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc",
      "e6380b70-33fe-4fd5-8a38-a093be292d09"
    ],
    "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-30T03:09:52.862Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8feb5a-8f48-43e8-a981-5dcf59cebd33
VfModuleModelInvariantUUID:e2c64cba-b93f-4f60-9d33-5ce900e71bb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc
,
e6380b70-33fe-4fd5-8a38-a093be292d09

}
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-30T03:09:52.862Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-30T03:09:52.863Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:09:52.863Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:53.949Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:09:53.949Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fe6f27b8-7fa9-4da4-b4bb-c0ab1da944cc 5033
2021-08-30T03:09:53.949Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:53.949Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:53.949Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:09:53.949Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:53.951Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:53.951Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292993949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:54.051Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:54.052Z||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-30T03:09:54.052Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:54.057Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:54.058Z||pool-67-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:54.951Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6380b70-33fe-4fd5-8a38-a093be292d09 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-30T03:09:54.952Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:09:54.952Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:55.654Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:09:55.654Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e6380b70-33fe-4fd5-8a38-a093be292d09 903
2021-08-30T03:09:55.654Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:55.654Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:55.654Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:09:55.654Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:55.656Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:55.656Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292995654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:09:55.756Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:55.757Z||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-30T03:09:55.757Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:55.763Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:55.764Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:56.656Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c5f50455-345e-4362-bfdf-9c6d31bd3b96
2021-08-30T03:09:56.657Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cd127875-e676-466e-a449-0359ca19e6da 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-30T03:09:56.666Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.666Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.666Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-30T03:09:56.666Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= af8da4a2-bebd-44e8-a681-399373e1a299
2021-08-30T03:09:56.666Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af8da4a2-bebd-44e8-a681-399373e1a299 matches Tosca VF Customization UUID: af8da4a2-bebd-44e8-a681-399373e1a299
2021-08-30T03:09:56.666Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: af8da4a2-bebd-44e8-a681-399373e1a299  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-30T03:09:56.667Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.668Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.668Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id af8da4a2-bebd-44e8-a681-399373e1a299: {\"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-30T03:09:56.668Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c6b660
2021-08-30T03:09:56.668Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.668Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:09:56.668Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b07a10e-e97d-4514-b8fe-6eb7fb23ee78
2021-08-30T03:09:56.669Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b07a10e-e97d-4514-b8fe-6eb7fb23ee78
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-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-30T03:09:56.670Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T03:09:56.671Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T03:09:56.671Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9086220a-d28c-4327-a33d-32d3575bf1e4
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-30T03:09:56.672Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.672Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:56.672Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:09:56.672Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.672Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T03:09:56.672Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=af8da4a2-bebd-44e8-a681-399373e1a299
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-30T03:09:56.673Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.673Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.673Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c5f50455-345e-4362-bfdf-9c6d31bd3b96: basic_vm_macro
2021-08-30T03:09:56.673Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.673Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.673Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:09:56.674Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:56.710Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cd127875-e676-466e-a449-0359ca19e6da 1 ASDC deployResourceStructure
2021-08-30T03:09:56.710Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:56.710Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:56.710Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:56.710Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:56.712Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:56.712Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292996710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:56.812Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:56.812Z||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-30T03:09:56.812Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:56.818Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:56.818Z||pool-69-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:57.712Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:57.714Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:57.714Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:57.714Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:57.716Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:57.716Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292997712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:57.816Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:57.817Z||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-30T03:09:57.817Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:57.827Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:57.827Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:58.716Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:58.717Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:58.717Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:58.717Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:58.718Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:58.718Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292998716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:58.819Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:58.819Z||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-30T03:09:58.819Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:58.824Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:58.825Z||pool-71-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:09:59.719Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:59.720Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||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-30T03:09:59.720Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:09:59.720Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:09:59.722Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:09:59.722Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292999719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:09:59.822Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:09:59.823Z||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-30T03:09:59.823Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:09:59.829Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:09:59.830Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:00.723Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f7198b-0ed4-4895-acc4-18643543b8b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:10:00.729Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f7198b-0ed4-4895-acc4-18643543b8b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:00.731Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:10:00.737Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T03:10:30.738Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46f7198b-0ed4-4895-acc4-18643543b8b1 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-30T03:10:30.742Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46f7198b-0ed4-4895-acc4-18643543b8b1 and serviceModelVersionId: c5f50455-345e-4362-bfdf-9c6d31bd3b96
2021-08-30T03:10:30.742Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44fbc1c9-4ee9-48e4-a50c-157467be4497
2021-08-30T03:10:30.742Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44fbc1c9-4ee9-48e4-a50c-157467be4497/model-vers/model-ver/c5f50455-345e-4362-bfdf-9c6d31bd3b96?depth=0
2021-08-30T03:10:30.746Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T03:10:30.777Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44fbc1c9-4ee9-48e4-a50c-157467be4497/model-vers/model-ver/c5f50455-345e-4362-bfdf-9c6d31bd3b96?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-30T03:10:30.778Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44fbc1c9-4ee9-48e4-a50c-157467be4497/model-vers/model-ver/c5f50455-345e-4362-bfdf-9c6d31bd3b96?depth=0|INFO|500||Invoke
2021-08-30T03:10:30.804Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44fbc1c9-4ee9-48e4-a50c-157467be4497/model-vers/model-ver/c5f50455-345e-4362-bfdf-9c6d31bd3b96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T03:10:31.267Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44fbc1c9-4ee9-48e4-a50c-157467be4497/model-vers/model-ver/c5f50455-345e-4362-bfdf-9c6d31bd3b96?depth=0|INFO|500||InvokeReturn
2021-08-30T03:10:31.268Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44fbc1c9-4ee9-48e4-a50c-157467be4497/model-vers/model-ver/c5f50455-345e-4362-bfdf-9c6d31bd3b96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-03:10:30:810-57497], vertex-id=[213008], Content-Length=[0], Date=[Mon, 30 Aug 2021 03:10:30 GMT], Content-Type=[application/json]}
2021-08-30T03:10:31.268Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T03:10:31.268Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T03:10:31.268Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:10:31.270Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T03:10:31.271Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46f7198b-0ed4-4895-acc4-18643543b8b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T03:10:31.271Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T03:10:31.271Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:31.273Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:31.273Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293031271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:10:31.373Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:31.373Z||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-30T03:10:31.374Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:31.382Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:31.383Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-30T03:10:32.281Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T03:10:32.281Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb00e363-674a-4370-aa13-c6de0efdbcdd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8859d59b-fdb4-435a-b1e7-1998a84a61da","serviceDescription":"service","serviceInvariantUUID":"d730a5d7-712c-4b28-a674-9fdade657be3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"35e1c805-0de0-417d-a436-7260109a228f","resourceInvariantUUID":"a8b42b0a-d348-44e5-8a16-633928a46589","resourceCustomizationUUID":"2ef87b69-9e70-484f-8c52-4bc7dfbbaaa0","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":"OWZkYmFiZjM3ZDVlMTU3Y2MxY2Y2ZWQ0YWFhMDM5YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ce1bd76-aeb8-410e-b617-1c92e76e8142","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":"166c9cf1-d472-4bdb-b322-072fbdc9654b","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":"adf08349-9c64-4a9b-9103-19af176a586e","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":"ODE3Y2E4M2Y4YWQ5ZDBlNzRhZDBlOTk2ODY5YWEwNzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ddaa5be8-569c-42fb-9a5d-ba5eb5327445","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":"7788a01e-375d-4a48-8749-03b60f5ff6ce","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":"993fe926-6e6d-4b56-bbce-823292679411","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":"292b4020-1407-4c5a-b202-be16632e5705","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":"YzkwOWJhNDFjMzQ2N2YxNTRiMjkwZGZkYmVmZjJlMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e425aed1-69bd-4625-936c-ec07063b51ce","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTIxNmY2YTg0NTJkNmQ0YTYzOGQxODg1YTBhMjk5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b66bb3fc-8356-439d-9192-8234f95f5f3d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T03:10:32.281Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:32.281Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:32.282Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:32.283Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:32.383Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:32.383Z||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-30T03:10:32.383Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:32.389Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:32.389Z||pool-74-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:33.283Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:33.284Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:33.285Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:33.285Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:33.386Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T03:10:33.386Z||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-30T03:10:33.386Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:33.392Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:33.393Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:34.286Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:34.286Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:34.288Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:34.288Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:34.388Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:34.389Z||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-30T03:10:34.389Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:34.395Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:34.395Z||pool-76-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:10:35.288Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:35.289Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:35.291Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:35.291Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:35.391Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:35.392Z||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-30T03:10:35.392Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:35.398Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:35.398Z||pool-77-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:36.291Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:36.292Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:36.293Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:36.293Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:36.393Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:36.394Z||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-30T03:10:36.394Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:36.400Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:36.400Z||pool-78-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:37.294Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:37.294Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:37.296Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:37.296Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:37.396Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:37.396Z||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-30T03:10:37.397Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:37.402Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:37.402Z||pool-79-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:38.296Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:38.297Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:38.298Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:38.299Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:38.399Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:38.399Z||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-30T03:10:38.399Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:38.406Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:38.406Z||pool-80-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-08-30T03:10:39.299Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:39.300Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:39.301Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:39.301Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:39.402Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T03:10:39.402Z||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-30T03:10:39.402Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:39.409Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:39.410Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:40.302Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:10:40.303Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:40.304Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:40.304Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:40.404Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:40.405Z||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-30T03:10:40.405Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:40.411Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:40.411Z||pool-82-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:41.305Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8859d59b-fdb4-435a-b1e7-1998a84a61da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d730a5d7-712c-4b28-a674-9fdade657be3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2ef87b69-9e70-484f-8c52-4bc7dfbbaaa0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "35e1c805-0de0-417d-a436-7260109a228f",
      "resourceInvariantUUID": "a8b42b0a-d348-44e5-8a16-633928a46589",
      "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": "ZTIxNmY2YTg0NTJkNmQ0YTYzOGQxODg1YTBhMjk5M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b66bb3fc-8356-439d-9192-8234f95f5f3d"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T03:10:41.305Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T03:10:41.305Z|46f7198b-0ed4-4895-acc4-18643543b8b1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8859d59b-fdb4-435a-b1e7-1998a84a61da ASDC
2021-08-30T03:10:41.306Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cb00e363-674a-4370-aa13-c6de0efdbcdd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8859d59b-fdb4-435a-b1e7-1998a84a61da
ServiceInvariantUUID:d730a5d7-712c-4b28-a674-9fdade657be3
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:b66bb3fc-8356-439d-9192-8234f95f5f3d
ArtifactChecksum:ZTIxNmY2YTg0NTJkNmQ0YTYzOGQxODg1YTBhMjk5M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2ef87b69-9e70-484f-8c52-4bc7dfbbaaa0
ResourceInvariantUUID:a8b42b0a-d348-44e5-8a16-633928a46589
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:35e1c805-0de0-417d-a436-7260109a228f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-30T03:10:41.306Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8859d59b-fdb4-435a-b1e7-1998a84a61da 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-30T03:10:41.323Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:10:41.323Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:10:41.323Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:10:41.323Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b66bb3fc-8356-439d-9192-8234f95f5f3d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-30T03:10:41.323Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:10:41.324Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-30T03:10:42.827Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:10:42.831Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b66bb3fc-8356-439d-9192-8234f95f5f3d 105563
2021-08-30T03:10:42.831Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:42.831Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:42.831Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:10:42.831Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:42.832Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:42.832Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293042831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:42.933Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T03:10:42.933Z||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-30T03:10:42.934Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:42.939Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:42.939Z||pool-83-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:43.833Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:10:43.834Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:10:43.834Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b66bb3fc-8356-439d-9192-8234f95f5f3d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:43.835Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-08-30T03:10:43.835Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:43.835Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:43.928Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14402087806239854796/Definitions/service-TestPnfMacro-template.yml
2021-08-30T03:10:44.467Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T03:10:44.467Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:10:44.467Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:44.467Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:10:44.468Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.469Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.470Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.471Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.471Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.471Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.471Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.471Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.471Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8859d59b-fdb4-435a-b1e7-1998a84a61da
Model Version:NULL
Model InvariantUuid:d730a5d7-712c-4b28-a674-9fdade657be3
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-30T03:10:44.474Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 35e1c805-0de0-417d-a436-7260109a228f
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-30T03:10:44.479Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-08-30T03:10:44.479Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 35e1c805-0de0-417d-a436-7260109a228f
2021-08-30T03:10:44.479Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8859d59b-fdb4-435a-b1e7-1998a84a61da
2021-08-30T03:10:44.479Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8859d59b-fdb4-435a-b1e7-1998a84a61da
2021-08-30T03:10:44.480Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 35e1c805-0de0-417d-a436-7260109a228f 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-30T03:10:44.482Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.482Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.482Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8859d59b-fdb4-435a-b1e7-1998a84a61da: test-pnf
2021-08-30T03:10:44.482Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Processing PNF resource: 35e1c805-0de0-417d-a436-7260109a228f
2021-08-30T03:10:44.482Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:10:44.482Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:10:44.483Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||Resource customization UUID: 2ef87b69-9e70-484f-8c52-4bc7dfbbaaa0 is the same as notified resource customizationUUID: 2ef87b69-9e70-484f-8c52-4bc7dfbbaaa0
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-30T03:10:44.511Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 35e1c805-0de0-417d-a436-7260109a228f 0 ASDC deployResourceStructure
2021-08-30T03:10:44.511Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:44.511Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||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-30T03:10:44.511Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:10:44.512Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:10:44.513Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:10:44.513Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293044511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:44.613Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:10:44.614Z||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-30T03:10:44.614Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:10:44.619Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:44.619Z||pool-84-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:10:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:10:44.989Z||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-30T03:10:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:10:44.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:10:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292935771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292938716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292941115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292943631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292944685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292945687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292946690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292933935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292935262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630292929380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292947692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292948107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292948109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292940039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "dcae-sch",
  "timestamp": 1630292940201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "cds",
  "timestamp": 1630292949113,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:10:45.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55d25fef-00d2-4929-8e01-c64227e71e2d
2021-08-30T03:10:45.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:10:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292949242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292950653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292942510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292943029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292951656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292951753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "policy-id",
  "timestamp": 1630292952658,
  "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-30T03:10:45.042Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55d25fef-00d2-4929-8e01-c64227e71e2d
2021-08-30T03:10:45.042Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:10:45.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292953992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292954157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292955198,
  "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-30T03:10:45.050Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55d25fef-00d2-4929-8e01-c64227e71e2d
2021-08-30T03:10:45.050Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292955960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630292956201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630292956962,
  "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-30T03:10:45.057Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55d25fef-00d2-4929-8e01-c64227e71e2d
2021-08-30T03:10:45.057Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:10:45.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292963891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292955575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292965532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292965738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:10:45.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "clamp",
  "timestamp": 1630292966536,
  "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-30T03:10:45.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55d25fef-00d2-4929-8e01-c64227e71e2d
2021-08-30T03:10:45.066Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:10:45.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292973353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:10:45.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "aai-ml",
  "timestamp": 1630292974356,
  "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-30T03:10:45.074Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55d25fef-00d2-4929-8e01-c64227e71e2d
2021-08-30T03:10:45.074Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb375874-c497-479f-a948-a541f0e2fa47",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292979555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:10:45.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-30T03:10:45.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:10:45.515Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb00e363-674a-4370-aa13-c6de0efdbcdd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:10:45.522Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb00e363-674a-4370-aa13-c6de0efdbcdd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:10:45.524Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:10:45.528Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T03:11:15.528Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb00e363-674a-4370-aa13-c6de0efdbcdd 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-30T03:11:15.533Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb00e363-674a-4370-aa13-c6de0efdbcdd and serviceModelVersionId: 8859d59b-fdb4-435a-b1e7-1998a84a61da
2021-08-30T03:11:15.533Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d730a5d7-712c-4b28-a674-9fdade657be3
2021-08-30T03:11:15.533Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d730a5d7-712c-4b28-a674-9fdade657be3/model-vers/model-ver/8859d59b-fdb4-435a-b1e7-1998a84a61da?depth=0
2021-08-30T03:11:15.536Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T03:11:15.564Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d730a5d7-712c-4b28-a674-9fdade657be3/model-vers/model-ver/8859d59b-fdb4-435a-b1e7-1998a84a61da?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-30T03:11:15.564Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d730a5d7-712c-4b28-a674-9fdade657be3/model-vers/model-ver/8859d59b-fdb4-435a-b1e7-1998a84a61da?depth=0|INFO|500||Invoke
2021-08-30T03:11:15.580Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d730a5d7-712c-4b28-a674-9fdade657be3/model-vers/model-ver/8859d59b-fdb4-435a-b1e7-1998a84a61da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T03:11:15.851Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d730a5d7-712c-4b28-a674-9fdade657be3/model-vers/model-ver/8859d59b-fdb4-435a-b1e7-1998a84a61da?depth=0|INFO|500||InvokeReturn
2021-08-30T03:11:15.851Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d730a5d7-712c-4b28-a674-9fdade657be3/model-vers/model-ver/8859d59b-fdb4-435a-b1e7-1998a84a61da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210830-03:11:15:586-83278], vertex-id=[360512], Content-Length=[0], Date=[Mon, 30 Aug 2021 03:11:15 GMT], Content-Type=[application/json]}
2021-08-30T03:11:15.851Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T03:11:15.851Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T03:11:15.851Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:11:15.853Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T03:11:15.853Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb00e363-674a-4370-aa13-c6de0efdbcdd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T03:11:15.853Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T03:11:15.854Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:15.855Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:15.855Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293075853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:11:15.955Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:15.956Z||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-30T03:11:15.956Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:15.964Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:15.964Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 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-30T03:11:16.864Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:11:16.865Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|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-30T03:11:16.865Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:11:21.144Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:21.145Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-30T03:11:21.145Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"55d25fef-00d2-4929-8e01-c64227e71e2d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bb2734d3-0426-4f82-ab80-668fd8a71760","serviceDescription":"service","serviceInvariantUUID":"591954bc-3f0f-4563-89ba-9551cb1e6b17","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c89fad32-a87f-4445-8397-f068001a4c0b","resourceInvariantUUID":"a7f547bf-a6a6-4739-bd10-b126d09c8ad3","resourceCustomizationUUID":"5b387df8-1068-4d38-9861-2582e04daa44","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":"NGViNDllMGI3NTkwYmNkYjI0Y2Q1ZDkyMTc4YWRmMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f8e78e5-7bae-4672-bbbb-0c11a9845cc7","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":"12f7b414-dbe1-4219-b76f-e84e6a3be1f4","artifactVersion":"2","generatedFromUUID":"128fae88-a405-474e-82c5-d930d562beb6"},{"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":"128fae88-a405-474e-82c5-d930d562beb6","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":"ZjgwZGZkNzdkYzkzYjI0Yjg3NzJjYjU4ZjZjY2I4ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"faf4b92b-6c38-405b-8fa1-d9334c5bc3a0","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":"5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87","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":"9abebbff-b307-434b-8a55-ce9b446962e9","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":"c7c42b0d-9d39-492a-8719-50c8e004f05e","artifactVersion":"2","generatedFromUUID":"5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmVmZTU3MzNmZWQ4OWE5ZGMwZWUyMzBjZTkzM2I5MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00b48be4-ca87-4fa8-8ead-03614b3d9d80","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTRlYWRmNTUxMzEwYzhlMWM5NjYzMjc4NGQ0ZTgxOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20358901-b03e-4a0d-85a9-bfe91c3bc056","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T03:11:21.146Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:21.147Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:21.148Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:21.149Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:21.248Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T03:11:21.249Z||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-30T03:11:21.249Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:21.254Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:21.255Z||pool-86-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:22.149Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:22.150Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:22.151Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:22.151Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-30T03:11:22.251Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:22.252Z||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-30T03:11:22.252Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:22.257Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:22.257Z||pool-87-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:23.152Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:23.152Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:23.154Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:23.154Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-30T03:11:23.254Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:23.254Z||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-30T03:11:23.254Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:23.260Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:23.261Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:24.154Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:24.155Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:24.156Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:24.156Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:11:24.256Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:24.257Z||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-30T03:11:24.257Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:24.262Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:24.262Z||pool-89-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:25.157Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:25.157Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:25.159Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:25.159Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:11:25.259Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:25.259Z||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-30T03:11:25.259Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:25.265Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:25.265Z||pool-90-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:26.159Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:26.160Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:26.161Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:26.161Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:26.261Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:26.261Z||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-30T03:11:26.262Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:26.267Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:26.267Z||pool-91-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:27.161Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:27.162Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:27.163Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:27.163Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-30T03:11:27.263Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:27.264Z||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-30T03:11:27.264Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:27.269Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:27.270Z||pool-92-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:28.164Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:28.165Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:28.167Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:28.167Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:28.267Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:28.268Z||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-30T03:11:28.268Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:28.274Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:28.274Z||pool-93-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:29.168Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T03:11:29.169Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:29.170Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:29.171Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:11:29.271Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:29.271Z||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-30T03:11:29.271Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:29.277Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:29.277Z||pool-94-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:30.172Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "bb2734d3-0426-4f82-ab80-668fd8a71760",
  "serviceDescription": "service",
  "serviceInvariantUUID": "591954bc-3f0f-4563-89ba-9551cb1e6b17",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5b387df8-1068-4d38-9861-2582e04daa44",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c89fad32-a87f-4445-8397-f068001a4c0b",
      "resourceInvariantUUID": "a7f547bf-a6a6-4739-bd10-b126d09c8ad3",
      "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": "12f7b414-dbe1-4219-b76f-e84e6a3be1f4",
          "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": "128fae88-a405-474e-82c5-d930d562beb6",
          "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": "ZjgwZGZkNzdkYzkzYjI0Yjg3NzJjYjU4ZjZjY2I4ZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "faf4b92b-6c38-405b-8fa1-d9334c5bc3a0",
          "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": "5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87",
          "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": "c7c42b0d-9d39-492a-8719-50c8e004f05e",
            "generatedFromUUID": "5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87"
          },
          "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": "c7c42b0d-9d39-492a-8719-50c8e004f05e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTRlYWRmNTUxMzEwYzhlMWM5NjYzMjc4NGQ0ZTgxOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20358901-b03e-4a0d-85a9-bfe91c3bc056"
    }
  ],
  "workloadContext": "Production"
}
2021-08-30T03:11:30.172Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T03:11:30.172Z|cb00e363-674a-4370-aa13-c6de0efdbcdd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bb2734d3-0426-4f82-ab80-668fd8a71760 ASDC
2021-08-30T03:11:30.172Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55d25fef-00d2-4929-8e01-c64227e71e2d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bb2734d3-0426-4f82-ab80-668fd8a71760
ServiceInvariantUUID:591954bc-3f0f-4563-89ba-9551cb1e6b17
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:20358901-b03e-4a0d-85a9-bfe91c3bc056
ArtifactChecksum:OTRlYWRmNTUxMzEwYzhlMWM5NjYzMjc4NGQ0ZTgxOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5b387df8-1068-4d38-9861-2582e04daa44
ResourceInvariantUUID:a7f547bf-a6a6-4739-bd10-b126d09c8ad3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c89fad32-a87f-4445-8397-f068001a4c0b
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:12f7b414-dbe1-4219-b76f-e84e6a3be1f4
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:128fae88-a405-474e-82c5-d930d562beb6
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:faf4b92b-6c38-405b-8fa1-d9334c5bc3a0
ArtifactChecksum:ZjgwZGZkNzdkYzkzYjI0Yjg3NzJjYjU4ZjZjY2I4ZDY=
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:5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87
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:c7c42b0d-9d39-492a-8719-50c8e004f05e
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:c7c42b0d-9d39-492a-8719-50c8e004f05e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-30T03:11:30.173Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb2734d3-0426-4f82-ab80-668fd8a71760 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-30T03:11:30.194Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:11:30.194Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:11:30.195Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:11:30.195Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20358901-b03e-4a0d-85a9-bfe91c3bc056 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-30T03:11:30.195Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:11:30.195Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-30T03:11:32.350Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:11:32.353Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 20358901-b03e-4a0d-85a9-bfe91c3bc056 68763
2021-08-30T03:11:32.353Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:32.353Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:32.353Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:11:32.354Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:32.355Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:32.355Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293092353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:32.455Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:32.456Z||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-30T03:11:32.456Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:32.461Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:32.461Z||pool-95-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:33.355Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T03:11:33.356Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-30T03:11:33.357Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 20358901-b03e-4a0d-85a9-bfe91c3bc056, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-30T03:11:33.357Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-30T03:11:33.357Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-30T03:11:33.357Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-30T03:11:33.455Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12824482174572994859/Definitions/service-BasicCnf-template.yml
2021-08-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:34.273Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:34.274Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.275Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-30T03:11:34.276Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=259e20d3-aedd-4fa6-85f6-b4b90eb11325
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:34.277Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bb2734d3-0426-4f82-ab80-668fd8a71760
Model Version:NULL
Model InvariantUuid:591954bc-3f0f-4563-89ba-9551cb1e6b17
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:478bc3e5-d839-4193-a3c9-0ae8482aa97f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7f547bf-a6a6-4739-bd10-b126d09c8ad3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5b387df8-1068-4d38-9861-2582e04daa44
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e5c62c7d-457b-4243-bf49-e171c1ef137f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6390dfd0-e785-4d64-96e1-4ba324b068e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:259e20d3-aedd-4fa6-85f6-b4b90eb11325
ModelInvariantUuid:9a4544b2-b5b1-43a1-bc22-484bd77b57d7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:15dd887b-4494-4996-b9b1-3a68da87687d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9db985ea-680a-4d1f-b857-be4ff9c01ada
ModelInvariantUuid:e8ab955d-291d-4ccf-8545-2e8dd8b4fa25
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4840afaa-6857-4697-96f3-4bfb8a4b68a8
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-30T03:11:34.279Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c89fad32-a87f-4445-8397-f068001a4c0b
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-30T03:11:34.281Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-08-30T03:11:34.281Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c89fad32-a87f-4445-8397-f068001a4c0b
2021-08-30T03:11:34.281Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 12f7b414-dbe1-4219-b76f-e84e6a3be1f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-30T03:11:34.281Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:11:34.281Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:35.455Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:11:35.456Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 12f7b414-dbe1-4219-b76f-e84e6a3be1f4 12
2021-08-30T03:11:35.456Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:35.456Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:35.456Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:11:35.456Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:35.458Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:35.458Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293095456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:35.558Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:35.559Z||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-30T03:11:35.559Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:35.563Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:35.563Z||pool-96-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:36.458Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 128fae88-a405-474e-82c5-d930d562beb6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-30T03:11:36.459Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:11:36.459Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:38.027Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:11:38.028Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 128fae88-a405-474e-82c5-d930d562beb6 2688
2021-08-30T03:11:38.028Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:38.028Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:38.028Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:11:38.028Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:38.030Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:38.030Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293098028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:38.130Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:38.131Z||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-30T03:11:38.131Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:38.137Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:38.138Z||pool-97-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:39.032Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: faf4b92b-6c38-405b-8fa1-d9334c5bc3a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-30T03:11:39.032Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:11:39.032Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:41.188Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:11:41.189Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json faf4b92b-6c38-405b-8fa1-d9334c5bc3a0 828
2021-08-30T03:11:41.189Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:41.189Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:41.189Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:11:41.189Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:41.191Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:41.191Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293101189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:41.291Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:41.292Z||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-30T03:11:41.292Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:41.297Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:41.298Z||pool-98-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:42.191Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e5c62c7d-457b-4243-bf49-e171c1ef137f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6390dfd0-e785-4d64-96e1-4ba324b068e2",
    "vfModuleModelCustomizationUUID": "1b198c31-58f9-472e-9dac-72f09d8f71d2",
    "isBase": true,
    "artifacts": [
      "5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87",
      "128fae88-a405-474e-82c5-d930d562beb6",
      "c7c42b0d-9d39-492a-8719-50c8e004f05e"
    ],
    "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-30T03:11:42.195Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6390dfd0-e785-4d64-96e1-4ba324b068e2
VfModuleModelInvariantUUID:e5c62c7d-457b-4243-bf49-e171c1ef137f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87
,
128fae88-a405-474e-82c5-d930d562beb6
,
c7c42b0d-9d39-492a-8719-50c8e004f05e

}
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-30T03:11:42.197Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e5c62c7d-457b-4243-bf49-e171c1ef137f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6390dfd0-e785-4d64-96e1-4ba324b068e2",
    "vfModuleModelCustomizationUUID": "1b198c31-58f9-472e-9dac-72f09d8f71d2",
    "isBase": true,
    "artifacts": [
      "5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87",
      "128fae88-a405-474e-82c5-d930d562beb6",
      "c7c42b0d-9d39-492a-8719-50c8e004f05e"
    ],
    "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-30T03:11:42.198Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6390dfd0-e785-4d64-96e1-4ba324b068e2
VfModuleModelInvariantUUID:e5c62c7d-457b-4243-bf49-e171c1ef137f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87
,
128fae88-a405-474e-82c5-d930d562beb6
,
c7c42b0d-9d39-492a-8719-50c8e004f05e

}
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-30T03:11:42.198Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-30T03:11:42.198Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:11:42.198Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:43.322Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:11:43.322Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5ed91cb8-a3e1-4e5f-8532-d7414b9a6a87 1164
2021-08-30T03:11:43.322Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:43.322Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:43.322Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:11:43.323Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:43.324Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:43.324Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293103322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:43.424Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:43.425Z||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-30T03:11:43.425Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:43.430Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:43.431Z||pool-99-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:44.325Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c7c42b0d-9d39-492a-8719-50c8e004f05e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-30T03:11:44.325Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-30T03:11:44.325Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:44.838Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-30T03:11:44.839Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c7c42b0d-9d39-492a-8719-50c8e004f05e 200
2021-08-30T03:11:44.839Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:44.839Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:44.839Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T03:11:44.839Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:44.841Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:44.841Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293104839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:44.941Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:44.942Z||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-30T03:11:44.942Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:44.947Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:44.947Z||pool-100-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:11:44.989Z||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-30T03:11:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:11:45.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:45.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292988807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292991855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292993949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292995654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292996710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292997712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292998716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292999719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f7198b-0ed4-4895-acc4-18643543b8b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293031271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630292922806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293042831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293044511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:45.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:11:45.841Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bb2734d3-0426-4f82-ab80-668fd8a71760
2021-08-30T03:11:45.842Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c89fad32-a87f-4445-8397-f068001a4c0b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-08-30T03:11:45.847Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:11:45.851Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.851Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.851Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-30T03:11:45.851Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5b387df8-1068-4d38-9861-2582e04daa44
2021-08-30T03:11:45.851Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b387df8-1068-4d38-9861-2582e04daa44 matches Tosca VF Customization UUID: 5b387df8-1068-4d38-9861-2582e04daa44
2021-08-30T03:11:45.851Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5b387df8-1068-4d38-9861-2582e04daa44  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-30T03:11:45.852Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.852Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.853Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5b387df8-1068-4d38-9861-2582e04daa44: {\"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-30T03:11:45.853Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7008ce96
2021-08-30T03:11:45.853Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.853Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T03:11:45.853Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b198c31-58f9-472e-9dac-72f09d8f71d2
2021-08-30T03:11:45.853Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b198c31-58f9-472e-9dac-72f09d8f71d2
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-30T03:11:45.854Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.854Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:45.854Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-30T03:11:45.855Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=259e20d3-aedd-4fa6-85f6-b4b90eb11325
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-30T03:11:45.856Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.856Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:45.856Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T03:11:45.856Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.856Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-30T03:11:45.856Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5b387df8-1068-4d38-9861-2582e04daa44
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-30T03:11:45.857Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.857Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.857Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bb2734d3-0426-4f82-ab80-668fd8a71760: basic_cnf
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.858Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-30T03:11:45.859Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T03:11:45.859Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:45.887Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c89fad32-a87f-4445-8397-f068001a4c0b 1 ASDC deployResourceStructure
2021-08-30T03:11:45.888Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:45.888Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:45.888Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-30T03:11:45.888Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:45.890Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:45.890Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293105888,
  "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-30T03:11:45.990Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:45.990Z||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-30T03:11:45.990Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:46.000Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:46.000Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:46.890Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:46.891Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:46.891Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-30T03:11:46.891Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:46.892Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:46.892Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293106890,
  "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-30T03:11:46.992Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:46.993Z||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-30T03:11:46.993Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:46.998Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:46.998Z||pool-102-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:47.893Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:47.893Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:47.893Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:11:47.893Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:47.895Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:47.895Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293107893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:47.995Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:47.995Z||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-30T03:11:47.996Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:48.001Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:48.001Z||pool-103-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:48.896Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:48.896Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:48.896Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:11:48.896Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:48.898Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:48.898Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293108895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:48.998Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:48.999Z||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-30T03:11:48.999Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:49.004Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:49.004Z||pool-104-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:49.899Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:49.899Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:49.899Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:11:49.900Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:49.901Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:49.901Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293109899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:50.001Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:50.002Z||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-30T03:11:50.002Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:50.007Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:50.008Z||pool-105-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:50.902Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:50.902Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||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-30T03:11:50.902Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T03:11:50.902Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:11:50.904Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:11:50.904Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293110902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:11:51.004Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:11:51.005Z||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-30T03:11:51.005Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:11:51.010Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:11:51.011Z||pool-106-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-30T03:11:51.905Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55d25fef-00d2-4929-8e01-c64227e71e2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T03:11:51.912Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55d25fef-00d2-4929-8e01-c64227e71e2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T03:11:51.913Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T03:11:51.913Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-30T03:11:51.914Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T03:11:51.917Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T03:12:21.917Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55d25fef-00d2-4929-8e01-c64227e71e2d 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-30T03:12:21.920Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55d25fef-00d2-4929-8e01-c64227e71e2d and serviceModelVersionId: bb2734d3-0426-4f82-ab80-668fd8a71760
2021-08-30T03:12:21.920Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 591954bc-3f0f-4563-89ba-9551cb1e6b17
2021-08-30T03:12:21.921Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/591954bc-3f0f-4563-89ba-9551cb1e6b17/model-vers/model-ver/bb2734d3-0426-4f82-ab80-668fd8a71760?depth=0
2021-08-30T03:12:21.924Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T03:12:21.951Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/591954bc-3f0f-4563-89ba-9551cb1e6b17/model-vers/model-ver/bb2734d3-0426-4f82-ab80-668fd8a71760?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-30T03:12:21.952Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/591954bc-3f0f-4563-89ba-9551cb1e6b17/model-vers/model-ver/bb2734d3-0426-4f82-ab80-668fd8a71760?depth=0|INFO|500||Invoke
2021-08-30T03:12:21.969Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/591954bc-3f0f-4563-89ba-9551cb1e6b17/model-vers/model-ver/bb2734d3-0426-4f82-ab80-668fd8a71760?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-30T03:12:22.417Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/591954bc-3f0f-4563-89ba-9551cb1e6b17/model-vers/model-ver/bb2734d3-0426-4f82-ab80-668fd8a71760?depth=0|INFO|500||InvokeReturn
2021-08-30T03:12:22.417Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/591954bc-3f0f-4563-89ba-9551cb1e6b17/model-vers/model-ver/bb2734d3-0426-4f82-ab80-668fd8a71760?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-03:12:21:974-84420], vertex-id=[274568], Content-Length=[0], Date=[Mon, 30 Aug 2021 03:12:21 GMT], Content-Type=[application/json]}
2021-08-30T03:12:22.417Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T03:12:22.417Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T03:12:22.417Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T03:12:22.419Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T03:12:22.419Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55d25fef-00d2-4929-8e01-c64227e71e2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T03:12:22.420Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T03:12:22.420Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-30T03:12:22.421Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T03:12:22.421Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293142420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:12:22.521Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T03:12:22.522Z||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-30T03:12:22.522Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bfvHmCfycYBA39uN) ...
2021-08-30T03:12:22.529Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:12:22.529Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 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-30T03:12:23.432Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:12:23.432Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:12:23.432Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:12:32.975Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:12:32.976Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:12:32.976Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:12:32.976Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:12:42.503Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:12:42.503Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:12:42.504Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:12:42.504Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:12:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:12:44.989Z||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-30T03:12:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:12:45.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb00e363-674a-4370-aa13-c6de0efdbcdd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293075853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293076864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293092353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293095456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293098028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293101189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293103322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293104839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-30T03:12:45.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:12:52.032Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:12:52.033Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:12:52.033Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:12:52.033Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:13:01.561Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:13:01.561Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:13:01.562Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:13:01.562Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:13:11.089Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:13:11.090Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:13:11.090Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:13:11.090Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:13:20.620Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:13:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:13:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:13:44.988Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:13:44.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:13:44.989Z||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-30T03:13:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:13:45.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:13:45.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293105888,
  "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-30T03:13:45.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293106890,
  "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-30T03:13:45.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293107893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:45.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293108895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293109899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293110902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d25fef-00d2-4929-8e01-c64227e71e2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630293142420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T03:13:45.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T03:13:54.512Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:14:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:14:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:14:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:14:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:14:44.989Z||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-30T03:14:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:14:54.516Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:14:54.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:15:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:15:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:15:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:15:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:15:44.989Z||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-30T03:15:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:15:54.521Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:15:54.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:16:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:16:44.987Z||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-30T03:16:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:16:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:16:44.989Z||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-30T03:16:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:16:54.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:16:54.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:17:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:17:44.987Z||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-30T03:17:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:17:44.988Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:17:44.989Z||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-30T03:17:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:17:54.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:17:54.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:18:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:18:44.987Z||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-30T03:18:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:18:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:18:44.989Z||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-30T03:18:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:18:54.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:18:54.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:19:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:19:44.987Z||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-30T03:19:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:19:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:19:44.989Z||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-30T03:19:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:19:54.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:19:54.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:20:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:20:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:20:44.988Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:20:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:20:44.989Z||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-30T03:20:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:20:54.518Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:20:54.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:21:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:21:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:21:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:21:44.988Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:21:44.989Z||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-30T03:21:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:21:54.517Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:21:54.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:22:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:22:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:22:44.988Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:22:44.988Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:22:44.989Z||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-30T03:22:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:22:54.519Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:22:54.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:23:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:23:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:23:44.987Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:23:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:23:44.989Z||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-30T03:23:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:23:54.517Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:23:54.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:24:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:24:44.987Z||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-30T03:24:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:24:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:24:44.989Z||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-30T03:24:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:24:54.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:24:54.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:25:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:25:44.987Z||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-30T03:25:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:25:44.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:25:44.989Z||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-30T03:25:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:25:54.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:25:54.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:26:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:26:44.987Z||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-30T03:26:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:26:44.988Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:26:44.989Z||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-30T03:26:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:26:54.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:26:54.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:27:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:27:44.987Z||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-30T03:27:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:27:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:27:44.989Z||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-30T03:27:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:27:54.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:27:54.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:28:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:28:44.987Z||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-30T03:28:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:28:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:28:44.989Z||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-30T03:28:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:28:54.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:28:54.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:29:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:29:44.987Z||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-30T03:29:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:29:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:29:44.989Z||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-30T03:29:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:29:54.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:29:54.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:30:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:30:44.987Z||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-30T03:30:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:30:44.988Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:30:44.989Z||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-30T03:30:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:30:54.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:30:54.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:31:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:31:44.987Z||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-30T03:31:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:31:44.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:31:44.989Z||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-30T03:31:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:31:54.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:31:54.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:32:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:32:44.987Z||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-30T03:32:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:32:44.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:32:44.989Z||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-30T03:32:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:32:54.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:32:54.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:33:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:33:44.987Z||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-30T03:33:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:33:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:33:44.989Z||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-30T03:33:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:33:54.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:33:54.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:34:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:34:44.988Z||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-30T03:34:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:34:44.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:34:44.989Z||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-30T03:34:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:34:54.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:34:54.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:35:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:35:44.988Z||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-30T03:35:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:35:44.989Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:35:44.989Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:35:44.989Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:35:54.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:35:54.524Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:36:44.987Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:36:44.987Z||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-30T03:36:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:36:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:36:44.989Z||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-30T03:36:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:36:54.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:36:54.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:37:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:37:44.987Z||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-30T03:37:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:37:44.988Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:37:44.989Z||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-30T03:37:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:37:54.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:37:54.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:38:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:38:44.987Z||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-30T03:38:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:38:44.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:38:44.989Z||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-30T03:38:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:38:54.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:38:54.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:39:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:39:44.987Z||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-30T03:39:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:39:44.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:39:44.989Z||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-30T03:39:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:39:54.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:39:54.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:40:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:40:44.987Z||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-30T03:40:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:40:44.988Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:40:44.989Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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-30T03:40:44.989Z|55d25fef-00d2-4929-8e01-c64227e71e2d|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 bfvHmCfycYBA39uN) ...
2021-08-30T03:40:54.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:40:54.520Z|55d25fef-00d2-4929-8e01-c64227e71e2d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:41:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:41:44.988Z||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-30T03:41:44.988Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:41:44.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:41:44.989Z||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-30T03:41:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:41:54.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:41:54.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:42:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:42:44.987Z||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-30T03:42:44.987Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:42:44.989Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T03:42:44.989Z||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-30T03:42:44.989Z||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 bfvHmCfycYBA39uN) ...
2021-08-30T03:42:54.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-30T03:42:54.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK