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-04-27T18:38:26.572Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-ltpb8 with PID 14 (/app/app.jar started by so in /app)
2021-04-27T18:38:26.576Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-27T18:38:26.577Z||main|||||INFO|500||The following profiles are active: basic
2021-04-27T18:38:32.684Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-27T18:38:32.685Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-27T18:38:32.768Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-27T18:38:34.408Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-27T18:38:34.559Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-27T18:38:34.863Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-27T18:38:34.873Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-27T18:38:34.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-27T18:38:35.069Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-27T18:38:35.445Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-27T18:38:36.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T18:38:38.001Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T18:38:38.041Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-27T18:38:38.352Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T18:38:38.518Z||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-04-27T18:38:39.651Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T18:38:40.494Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-27T18:38:40.511Z||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$$c5535d6.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-04-27T18:38:40.512Z||main|||||WARN|500||The sdc end point is not alive
2021-04-27T18:38:42.646Z||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-04-27T18:38:44.820Z||main|||||WARN|500||---
2021-04-27T18:38:44.821Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-27T18:38:44.821Z||main|||||WARN|500||---
2021-04-27T18:38:45.240Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-27T18:38:48.063Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:38:48.063Z||main|||||INFO|500||Started Application in 23.283 seconds (JVM running for 24.221)
2021-04-27T18:38:48.065Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:38:48.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:38:48.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:38:48.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42f30880-5697-42bb-a3b6-bfb3f42b3d3b url= /sdc/v1/artifactTypes
2021-04-27T18:38:48.192Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:38:49.316Z||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.53.200] 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-04-27T18:38:49.321Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3880b213
2021-04-27T18:38:49.322Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:38:49.330Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:38:49.331Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:38:49.333Z||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-04-27T18:39:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:39:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:39:38.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:39:38.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:39:38.072Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba08ffef-2348-42b1-841e-d6e917cad5b7 url= /sdc/v1/artifactTypes
2021-04-27T18:39:38.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:39:39.108Z||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.53.200] 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-04-27T18:39:39.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cd0b5c6
2021-04-27T18:39:39.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:39:39.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:39:39.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:39:39.111Z||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-04-27T18:40:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:40:28.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:40:28.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:40:28.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:40:28.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f6718fc-1836-468c-8301-51c665515949 url= /sdc/v1/artifactTypes
2021-04-27T18:40:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:40:29.095Z||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.53.200] 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-04-27T18:40:29.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ef0f8cd
2021-04-27T18:40:29.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:40:29.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:40:29.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:40:29.096Z||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-04-27T18:41:18.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:41:18.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:41:18.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:41:18.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:41:18.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57d20571-0d90-4a52-a33d-2404c58b1aaa url= /sdc/v1/artifactTypes
2021-04-27T18:41:18.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:41:19.111Z||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.53.200] 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-04-27T18:41:19.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41004df5
2021-04-27T18:41:19.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:41:19.113Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:41:19.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:41:19.115Z||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-04-27T18:42:08.059Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:42:08.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:42:08.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:42:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:42:08.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10154866-0891-44a3-9c7f-840116c35259 url= /sdc/v1/artifactTypes
2021-04-27T18:42:08.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:42:09.092Z||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.53.200] 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-04-27T18:42:09.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73350374
2021-04-27T18:42:09.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:42:09.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:42:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:42:09.093Z||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-04-27T18:42:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:42:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:42:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:42:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:42:58.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10f4d0e2-20d0-45d4-bb3e-f3d271256389 url= /sdc/v1/artifactTypes
2021-04-27T18:42:58.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:42:59.111Z||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.53.200] 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-04-27T18:42:59.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29aab045
2021-04-27T18:42:59.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:42:59.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:42:59.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:42:59.112Z||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-04-27T18:43:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:43:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:43:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:43:48.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:43:48.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e55cc771-226b-4220-b147-6214dda7b612 url= /sdc/v1/artifactTypes
2021-04-27T18:43:48.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:43:49.093Z||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.53.200] 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-04-27T18:43:49.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6580178
2021-04-27T18:43:49.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:43:49.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:43:49.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:43:49.095Z||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-04-27T18:44:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:44:38.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:44:38.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:44:38.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:44:38.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81894578-6e17-4f71-80a9-91d11bfdd69f url= /sdc/v1/artifactTypes
2021-04-27T18:44:38.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:44:39.111Z||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.53.200] 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-04-27T18:44:39.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f87d8d5
2021-04-27T18:44:39.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:44:39.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:44:39.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:44:39.112Z||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-04-27T18:45:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:45:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:45:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:45:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:45:28.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 103da3f8-167a-40e3-a7fb-bd30acbbc7b5 url= /sdc/v1/artifactTypes
2021-04-27T18:45:28.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:45:29.091Z||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.53.200] 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-04-27T18:45:29.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@564e0864
2021-04-27T18:45:29.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:45:29.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:45:29.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:45:29.093Z||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-04-27T18:46:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:46:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:46:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:46:18.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:46:18.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf65130c-6596-4a54-94cc-de1b8cebe45a url= /sdc/v1/artifactTypes
2021-04-27T18:46:18.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:46:19.111Z||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.53.200] 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-04-27T18:46:19.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5551d563
2021-04-27T18:46:19.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:46:19.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:46:19.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:46:19.112Z||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-04-27T18:47:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:47:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:47:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:47:08.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:47:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e461b42f-93f5-4083-9a3a-e7075d4268b9 url= /sdc/v1/artifactTypes
2021-04-27T18:47:08.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:47:09.095Z||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.53.200] 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-04-27T18:47:09.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@231ee7d8
2021-04-27T18:47:09.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:47:09.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:47:09.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:47:09.096Z||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-04-27T18:47:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:47:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:47:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:47:58.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:47:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f0b6d6c-da1b-4b89-9a10-8b8721eb73f7 url= /sdc/v1/artifactTypes
2021-04-27T18:47:58.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:47:59.075Z||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.53.200] 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-04-27T18:47:59.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6f857a
2021-04-27T18:47:59.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:47:59.077Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:47:59.077Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:47:59.077Z||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-04-27T18:48:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:48:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:48:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:48:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:48:48.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 976d0e12-bbd1-409f-baa8-bcb3e9c991b9 url= /sdc/v1/artifactTypes
2021-04-27T18:48:48.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:48:49.094Z||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.53.200] 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-04-27T18:48:49.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32ac806f
2021-04-27T18:48:49.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:48:49.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:48:49.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:48:49.096Z||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-04-27T18:49:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:49:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:49:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:49:38.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:49:38.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b203ff1e-863a-494f-9d0c-7aa7fe63cfbe url= /sdc/v1/artifactTypes
2021-04-27T18:49:38.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:49:39.112Z||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.53.200] 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-04-27T18:49:39.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d7a7eb8
2021-04-27T18:49:39.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:49:39.113Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:49:39.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:49:39.113Z||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-04-27T18:50:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:50:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:50:28.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:50:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:50:28.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf639ce6-2cbe-4692-ba97-4c16707eda26 url= /sdc/v1/artifactTypes
2021-04-27T18:50:28.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:50:29.096Z||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.53.200] 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-04-27T18:50:29.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a3e806d
2021-04-27T18:50:29.097Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:50:29.097Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:50:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:50:29.098Z||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-04-27T18:51:18.058Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:51:18.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:51:18.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:51:18.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:51:18.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9aae398-cc75-4c75-addf-0b92c1a4d55d url= /sdc/v1/artifactTypes
2021-04-27T18:51:18.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:51:19.107Z||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.53.200] 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-04-27T18:51:19.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b92f236
2021-04-27T18:51:19.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:51:19.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:51:19.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:51:19.109Z||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-04-27T18:52:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:52:08.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:52:08.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:52:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:52:08.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2af01d9-a341-426d-9d4e-b74219f104d7 url= /sdc/v1/artifactTypes
2021-04-27T18:52:08.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:52:09.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:52:09.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@433cb7bb
2021-04-27T18:52:09.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:52:09.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:52:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:52:09.093Z||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.GeneratedMethodAccessor130.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-04-27T18:52:58.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:52:58.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:52:58.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:52:58.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:52:58.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c4bec7d-429f-40af-abba-0d9cd4847eb6 url= /sdc/v1/artifactTypes
2021-04-27T18:52:58.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:52:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:52:59.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d049b1f
2021-04-27T18:52:59.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:52:59.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:52:59.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:52:59.109Z||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.GeneratedMethodAccessor130.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-04-27T18:53:48.058Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:53:48.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:53:48.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:53:48.065Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:53:48.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93df95f7-033c-4fc1-bb64-b71fe8eca8d6 url= /sdc/v1/artifactTypes
2021-04-27T18:53:48.071Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:53:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:53:49.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75b8c363
2021-04-27T18:53:49.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:53:49.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:53:49.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:53:49.093Z||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.GeneratedMethodAccessor130.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-04-27T18:54:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:54:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:54:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:54:38.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:54:38.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8bd1754c-b4a4-40fa-a3fb-22c40a951eca url= /sdc/v1/artifactTypes
2021-04-27T18:54:38.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:54:39.108Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:54:39.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@620d32ba
2021-04-27T18:54:39.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:54:39.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:54:39.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:54:39.109Z||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.GeneratedMethodAccessor130.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-04-27T18:55:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:55:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:55:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:55:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:55:28.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4281952a-7099-43a3-afe2-36231ac004b4 url= /sdc/v1/artifactTypes
2021-04-27T18:55:28.071Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:55:29.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:55:29.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b294ec7
2021-04-27T18:55:29.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:55:29.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:55:29.098Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:55:29.099Z||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.GeneratedMethodAccessor130.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-04-27T18:55:53.543Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-27T18:56:18.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:56:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:56:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:56:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:56:18.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed26aae9-3f7e-4b63-91d6-e0a709ba2831 url= /sdc/v1/artifactTypes
2021-04-27T18:56:18.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:56:19.108Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:56:19.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2509a3
2021-04-27T18:56:19.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:56:19.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:56:19.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:56:19.110Z||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.GeneratedMethodAccessor130.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-04-27T18:57:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:57:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:57:08.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:57:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:57:08.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f403cac8-6014-4044-b60c-78d247adebfd url= /sdc/v1/artifactTypes
2021-04-27T18:57:08.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:57:09.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:57:09.096Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75dbf438
2021-04-27T18:57:09.096Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:57:09.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:57:09.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:57:09.097Z||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.GeneratedMethodAccessor130.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-04-27T18:57:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:57:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:57:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:57:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:57:58.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6236f2a5-6917-46fd-b6b6-8675dfc34437 url= /sdc/v1/artifactTypes
2021-04-27T18:57:58.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:57:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:57:59.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4870cce6
2021-04-27T18:57:59.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:57:59.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:57:59.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:57:59.108Z||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.GeneratedMethodAccessor130.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-04-27T18:58:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:58:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:58:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:58:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:58:48.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcae140a-6cc4-4d0e-b122-73f1f7a95029 url= /sdc/v1/artifactTypes
2021-04-27T18:58:48.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:58:49.090Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:58:49.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@589b0423
2021-04-27T18:58:49.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:58:49.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:58:49.091Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:58:49.091Z||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.GeneratedMethodAccessor130.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-04-27T18:59:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:59:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:59:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:59:38.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:59:38.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53e9ced2-4270-4d61-ba90-442980aa36d3 url= /sdc/v1/artifactTypes
2021-04-27T18:59:38.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:59:39.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:59:39.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d6981c1
2021-04-27T18:59:39.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:59:39.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:59:39.111Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:59:39.111Z||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.GeneratedMethodAccessor130.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-04-27T19:00:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:00:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:00:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:00:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:00:28.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0993085-28a0-4289-a3ed-068dded6f4ec url= /sdc/v1/artifactTypes
2021-04-27T19:00:28.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:00:29.093Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:00:29.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72acdb72
2021-04-27T19:00:29.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:00:29.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:00:29.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:00:29.095Z||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.GeneratedMethodAccessor130.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-04-27T19:01:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:01:18.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:01:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:01:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:01:18.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43f037d3-d765-4e36-bc60-9a7a4292df2e url= /sdc/v1/artifactTypes
2021-04-27T19:01:18.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:01:19.083Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:01:19.084Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@474e53f6
2021-04-27T19:01:19.084Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:01:19.084Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:01:19.085Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:01:19.085Z||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.GeneratedMethodAccessor130.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-04-27T19:02:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:02:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:02:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:02:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:02:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b6fa3a3-e31f-475f-ae48-dfa49db997d0 url= /sdc/v1/artifactTypes
2021-04-27T19:02:08.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:02:09.094Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:02:09.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3742a13b
2021-04-27T19:02:09.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:02:09.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:02:09.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:02:09.095Z||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.GeneratedMethodAccessor130.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-04-27T19:02:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:02:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:02:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:02:58.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:02:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e273ed8c-5b06-4693-b577-a5c59d34c4eb url= /sdc/v1/artifactTypes
2021-04-27T19:02:58.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:02:59.117Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:02:59.117Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7688d0c6
2021-04-27T19:02:59.121Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:02:59.121Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:02:59.121Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:02:59.122Z||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.GeneratedMethodAccessor130.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-04-27T19:03:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:03:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:03:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:03:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:03:48.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f80f359-84e0-4569-a4df-75d12f033511 url= /sdc/v1/artifactTypes
2021-04-27T19:03:48.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:03:49.108Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:03:49.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1683e41d
2021-04-27T19:03:49.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:03:49.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:03:49.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:03:49.109Z||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.GeneratedMethodAccessor130.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-04-27T19:04:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:04:38.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:04:38.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:04:38.065Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:04:38.072Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2118bb0f-1a3e-410f-8fa1-7fa26d4a08ec url= /sdc/v1/artifactTypes
2021-04-27T19:04:38.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:04:39.115Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:04:39.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d1dbdb9
2021-04-27T19:04:39.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:04:39.116Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:04:39.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:04:39.116Z||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.GeneratedMethodAccessor130.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-04-27T19:05:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:05:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:05:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:05:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:05:28.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b27fcd91-098f-41a6-b4a3-8aafa9d8f9e3 url= /sdc/v1/artifactTypes
2021-04-27T19:05:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:05:29.096Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:05:29.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@97369da
2021-04-27T19:05:29.097Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:05:29.097Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:05:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:05:29.098Z||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.GeneratedMethodAccessor130.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-04-27T19:06:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:06:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:06:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:06:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:06:18.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06277eeb-b5ee-4947-9c49-b46a46c20db2 url= /sdc/v1/artifactTypes
2021-04-27T19:06:18.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:06:19.079Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:06:19.080Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@636f6491
2021-04-27T19:06:19.080Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:06:19.080Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:06:19.080Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:06:19.081Z||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.GeneratedMethodAccessor130.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-04-27T19:07:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:07:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:07:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:07:08.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:07:08.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c37dfd12-8032-4619-88a4-9669349561f5 url= /sdc/v1/artifactTypes
2021-04-27T19:07:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:07:09.104Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:07:09.105Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6abaa37b
2021-04-27T19:07:09.105Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:07:09.105Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:07:09.105Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:07:09.105Z||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.GeneratedMethodAccessor130.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-04-27T19:07:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:07:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:07:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:07:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:07:58.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 149273b3-513f-41bf-8430-ca2409ce75bf url= /sdc/v1/artifactTypes
2021-04-27T19:07:58.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:07:59.075Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:07:59.075Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5acaeb9
2021-04-27T19:07:59.075Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:07:59.075Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:07:59.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:07:59.076Z||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.GeneratedMethodAccessor130.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-04-27T19:08:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:08:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:08:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:08:48.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:08:48.072Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9dd0b46-c6e1-4c54-8b87-c1051dd4af52 url= /sdc/v1/artifactTypes
2021-04-27T19:08:48.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:08:49.093Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:08:49.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@273100de
2021-04-27T19:08:49.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:08:49.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:08:49.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:08:49.094Z||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.GeneratedMethodAccessor130.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-04-27T19:09:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:09:38.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:09:38.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:09:38.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:09:38.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 826a4c2f-e72b-47fe-8aaa-3c057e37f6e6 url= /sdc/v1/artifactTypes
2021-04-27T19:09:38.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:09:39.079Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:09:39.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@753e5039
2021-04-27T19:09:39.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:09:39.079Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:09:39.079Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:09:39.080Z||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.GeneratedMethodAccessor130.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-04-27T19:10:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:10:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:10:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:10:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:10:28.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c6aaf24-95fd-4e47-ac55-5a1b71e40d0e url= /sdc/v1/artifactTypes
2021-04-27T19:10:28.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:10:29.093Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:10:29.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30e5fa09
2021-04-27T19:10:29.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:10:29.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:10:29.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:10:29.094Z||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.GeneratedMethodAccessor130.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-04-27T19:11:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:11:18.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:11:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:11:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:11:18.062Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5eb03dcd-cfbb-43a4-9439-ac9cf5128946 url= /sdc/v1/artifactTypes
2021-04-27T19:11:18.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:11:19.079Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:11:19.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a3e95a7
2021-04-27T19:11:19.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:11:19.079Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:11:19.079Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:11:19.079Z||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.GeneratedMethodAccessor130.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-04-27T19:12:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:12:08.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:12:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:12:08.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:12:08.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= afd0855b-65d3-4170-bbeb-7dc77ffc8cac url= /sdc/v1/artifactTypes
2021-04-27T19:12:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:12:09.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:12:09.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d8242e0
2021-04-27T19:12:09.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:12:09.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:12:09.091Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:12:09.091Z||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.GeneratedMethodAccessor130.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-04-27T19:12:58.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:12:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:12:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:12:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:12:58.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d86c5cec-bfb1-450c-bff6-dd71465518c4 url= /sdc/v1/artifactTypes
2021-04-27T19:12:58.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:12:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:12:59.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ad8b635
2021-04-27T19:12:59.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:12:59.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:12:59.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:12:59.109Z||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.GeneratedMethodAccessor130.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-04-27T19:13:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:13:48.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:13:48.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:13:48.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:13:48.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d410a87c-d548-4052-881c-d266a77ec603 url= /sdc/v1/artifactTypes
2021-04-27T19:13:48.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:13:49.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:13:49.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19136cd0
2021-04-27T19:13:49.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:13:49.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:13:49.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:13:49.096Z||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.GeneratedMethodAccessor130.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-04-27T19:14:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:14:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:14:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:14:38.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:14:38.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a6179f1-f92a-4973-b55d-c65095d667bf url= /sdc/v1/artifactTypes
2021-04-27T19:14:38.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:14:39.113Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:14:39.113Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cf9cf69
2021-04-27T19:14:39.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:14:39.114Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:14:39.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:14:39.114Z||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.GeneratedMethodAccessor130.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-04-27T19:15:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:15:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:15:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:15:28.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:15:28.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1b0c0336-7965-4ad1-b670-c7f0dbc91d95 url= /sdc/v1/artifactTypes
2021-04-27T19:15:28.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:15:29.102Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:15:29.103Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c02118
2021-04-27T19:15:29.103Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:15:29.103Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:15:29.103Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:15:29.104Z||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.GeneratedMethodAccessor130.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-04-27T19:16:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:16:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:16:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:16:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:16:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 856ec0d9-386c-4890-83c2-f35988c3d671 url= /sdc/v1/artifactTypes
2021-04-27T19:16:18.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:16:19.082Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:16:19.082Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37883fc1
2021-04-27T19:16:19.082Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:16:19.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:16:19.082Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:16:19.083Z||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.GeneratedMethodAccessor130.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-04-27T19:17:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:17:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:17:08.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:17:08.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:17:08.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a762390-b938-470a-a115-8d4839a07533 url= /sdc/v1/artifactTypes
2021-04-27T19:17:08.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:17:09.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:17:09.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17d3c1f9
2021-04-27T19:17:09.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:17:09.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:17:09.098Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:17:09.098Z||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.GeneratedMethodAccessor130.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-04-27T19:17:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:17:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:17:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:17:58.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:17:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2eca98e2-111d-4ae4-8a93-8ca9616b9035 url= /sdc/v1/artifactTypes
2021-04-27T19:17:58.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:17:59.084Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:17:59.086Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58f01a7a
2021-04-27T19:17:59.086Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:17:59.086Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:17:59.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:17:59.086Z||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.GeneratedMethodAccessor130.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-04-27T19:18:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:18:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:18:48.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:18:48.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:18:48.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97649f0a-56f3-4ba3-bb88-64c53bb1bd7e url= /sdc/v1/artifactTypes
2021-04-27T19:18:48.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:18:49.098Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:18:49.099Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66f75964
2021-04-27T19:18:49.099Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:18:49.099Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:18:49.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:18:49.100Z||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.GeneratedMethodAccessor130.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-04-27T19:19:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:19:38.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:19:38.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:19:38.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:19:38.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 067641a5-77e5-49f3-8b11-e81f4e54542e url= /sdc/v1/artifactTypes
2021-04-27T19:19:38.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:19:39.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:19:39.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@377b0619
2021-04-27T19:19:39.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:19:39.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:19:39.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:19:39.109Z||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.GeneratedMethodAccessor130.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-04-27T19:20:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:20:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:20:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:20:28.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:20:28.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 033131ca-9725-450c-84e0-0fa0b7676b74 url= /sdc/v1/artifactTypes
2021-04-27T19:20:28.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:20:29.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:20:29.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b7fcb66
2021-04-27T19:20:29.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:20:29.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:20:29.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:20:29.094Z||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.GeneratedMethodAccessor130.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-04-27T19:21:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:21:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:21:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:21:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:21:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39e52002-3c0c-494d-b3d9-254a07051011 url= /sdc/v1/artifactTypes
2021-04-27T19:21:18.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:21:19.081Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:21:19.081Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53b3736d
2021-04-27T19:21:19.081Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:21:19.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:21:19.082Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:21:19.082Z||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.GeneratedMethodAccessor130.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-04-27T19:22:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:22:08.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:22:08.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:22:08.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:22:08.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc754dd0-b6d1-44f0-9fee-165ce2e1a51c url= /sdc/v1/artifactTypes
2021-04-27T19:22:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:22:09.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:22:09.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@426764ab
2021-04-27T19:22:09.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:22:09.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:22:09.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:22:09.099Z||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.GeneratedMethodAccessor130.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-04-27T19:22:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:22:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:22:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:22:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:22:58.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71ef92fe-3dca-4bb1-93b8-594baa386e2c url= /sdc/v1/artifactTypes
2021-04-27T19:22:58.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:22:59.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:22:59.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@369fb8ef
2021-04-27T19:22:59.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:22:59.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:22:59.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:22:59.113Z||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.GeneratedMethodAccessor130.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-04-27T19:23:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:23:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:23:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:23:48.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:23:48.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eaedca57-7c18-4e83-be67-a905180b671a url= /sdc/v1/artifactTypes
2021-04-27T19:23:48.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:23:49.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:23:49.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@798b8f80
2021-04-27T19:23:49.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:23:49.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:23:49.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:23:49.099Z||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.GeneratedMethodAccessor130.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-04-27T19:24:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:24:38.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:24:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:24:38.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:24:38.062Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09af1c90-0fa0-4b08-b201-c2f044485271 url= /sdc/v1/artifactTypes
2021-04-27T19:24:38.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:24:39.123Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:24:39.124Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@296bd6bf
2021-04-27T19:24:39.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:24:39.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:24:39.125Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:24:39.125Z||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.GeneratedMethodAccessor130.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-04-27T19:25:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:25:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:25:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:25:28.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:25:28.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 190d8afb-0519-4aeb-b0e2-e131e7f831a2 url= /sdc/v1/artifactTypes
2021-04-27T19:25:28.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:25:29.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:25:29.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c82face
2021-04-27T19:25:29.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:25:29.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:25:29.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:25:29.093Z||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.GeneratedMethodAccessor130.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-04-27T19:26:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:26:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:26:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:26:18.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:26:18.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d96ddc04-6bb1-4d7d-848c-b2efe3096dfe url= /sdc/v1/artifactTypes
2021-04-27T19:26:18.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:26:19.110Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:26:19.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@359107d6
2021-04-27T19:26:19.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:26:19.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:26:19.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:26:19.112Z||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.GeneratedMethodAccessor130.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-04-27T19:27:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:27:08.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:27:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:27:08.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:27:08.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c433753-7515-44d1-bcb1-726c0a7220aa url= /sdc/v1/artifactTypes
2021-04-27T19:27:08.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:27:09.100Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:27:09.100Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7928e005
2021-04-27T19:27:09.101Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:27:09.101Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:27:09.101Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:27:09.101Z||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.GeneratedMethodAccessor130.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-04-27T19:27:58.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:27:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:27:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:27:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:27:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7f91a37-54f2-4f7e-a82a-320cb719222c url= /sdc/v1/artifactTypes
2021-04-27T19:27:58.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:27:59.084Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:27:59.085Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52eb8b63
2021-04-27T19:27:59.085Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:27:59.085Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:27:59.085Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:27:59.085Z||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.GeneratedMethodAccessor130.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-04-27T19:28:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:28:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:28:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:28:48.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:28:48.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a94423e-09e1-4c75-80dc-cc67fc854e41 url= /sdc/v1/artifactTypes
2021-04-27T19:28:48.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:28:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:28:49.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a45b24b
2021-04-27T19:28:49.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:28:49.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:28:49.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:28:49.092Z||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.GeneratedMethodAccessor130.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-04-27T19:29:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:29:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:29:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:29:38.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:29:38.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1202a64d-2656-4310-bef2-5e7a5b4269d8 url= /sdc/v1/artifactTypes
2021-04-27T19:29:38.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:29:39.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:29:39.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bb8b03e
2021-04-27T19:29:39.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:29:39.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:29:39.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:29:39.112Z||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.GeneratedMethodAccessor130.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-04-27T19:30:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:30:28.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:30:28.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:30:28.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:30:28.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e774a4ca-565f-48cd-9fcd-04388639a22e url= /sdc/v1/artifactTypes
2021-04-27T19:30:28.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:30:29.098Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:30:29.099Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2838c50b
2021-04-27T19:30:29.104Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:30:29.105Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:30:29.105Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:30:29.105Z||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.GeneratedMethodAccessor130.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-04-27T19:31:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:31:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:31:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:31:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:31:18.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2f09fe1-931b-47f8-95ff-0bd1fc5761ee url= /sdc/v1/artifactTypes
2021-04-27T19:31:18.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:31:19.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:31:19.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@485b1ab4
2021-04-27T19:31:19.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:31:19.107Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:31:19.107Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:31:19.107Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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-04-27T19:32:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:32:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:32:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:32:08.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:32:08.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19a0610b-be7b-42fc-918f-cb3e438ffb6a url= /sdc/v1/artifactTypes
2021-04-27T19:32:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:32:09.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:32:09.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74685784
2021-04-27T19:32:09.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:32:09.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:32:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:32:09.093Z||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.GeneratedMethodAccessor130.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-04-27T19:32:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:32:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:32:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:32:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:32:58.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2686af39-9333-48c0-82be-6e5b657c42e2 url= /sdc/v1/artifactTypes
2021-04-27T19:32:58.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:32:59.079Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:32:59.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19207eaa
2021-04-27T19:32:59.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:32:59.080Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:32:59.080Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:32:59.080Z||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.GeneratedMethodAccessor130.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-04-27T19:33:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:33:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:33:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:33:48.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:33:48.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47c01e37-841b-4c69-93e6-383d5bd38a1b url= /sdc/v1/artifactTypes
2021-04-27T19:33:48.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:33:49.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:33:49.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a3ae7d4
2021-04-27T19:33:49.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:33:49.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:33:49.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:33:49.096Z||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.GeneratedMethodAccessor130.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-04-27T19:34:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:34:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:34:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:34:38.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:34:38.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f7a7276c-1993-4e24-acef-1be90a3ecdcd url= /sdc/v1/artifactTypes
2021-04-27T19:34:38.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:34:39.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:34:39.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788f5365
2021-04-27T19:34:39.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:34:39.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:34:39.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:34:39.112Z||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.GeneratedMethodAccessor130.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-04-27T19:35:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:35:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:35:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:35:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:35:28.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42b62450-2aec-461b-85e6-fa17570d8211 url= /sdc/v1/artifactTypes
2021-04-27T19:35:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:35:29.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:35:29.096Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a44c117
2021-04-27T19:35:29.096Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:35:29.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:35:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:35:29.097Z||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.GeneratedMethodAccessor130.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-04-27T19:36:18.058Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:36:18.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:36:18.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:36:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:36:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfd4bbb3-2118-49b0-b42e-0c5fd8e6aaa1 url= /sdc/v1/artifactTypes
2021-04-27T19:36:18.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:36:19.075Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:36:19.075Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@465134a5
2021-04-27T19:36:19.075Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:36:19.075Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:36:19.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:36:19.075Z||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.GeneratedMethodAccessor130.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-04-27T19:37:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:37:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:37:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:37:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:37:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 065e092e-be49-4b10-b911-29a7f518e47f url= /sdc/v1/artifactTypes
2021-04-27T19:37:08.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:37:09.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:37:09.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34f5372
2021-04-27T19:37:09.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:37:09.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:37:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:37:09.093Z||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.GeneratedMethodAccessor130.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-04-27T19:37:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:37:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:37:58.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:37:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:37:58.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 201dfbea-64ae-4e6d-86d9-5290d667dbf3 url= /sdc/v1/artifactTypes
2021-04-27T19:37:58.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:37:59.079Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:37:59.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6d22ae
2021-04-27T19:37:59.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:37:59.080Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:37:59.080Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:37:59.080Z||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.GeneratedMethodAccessor130.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-04-27T19:38:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:38:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:38:48.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:38:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:38:48.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c2796b4-1603-450a-b0ed-1e81060c86c0 url= /sdc/v1/artifactTypes
2021-04-27T19:38:48.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:38:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:38:49.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78f36779
2021-04-27T19:38:49.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:38:49.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:38:49.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:38:49.093Z||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.GeneratedMethodAccessor130.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-04-27T19:39:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:39:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:39:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:39:38.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:39:38.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55abf87b-9ec7-4ea0-a351-80bcd6a50926 url= /sdc/v1/artifactTypes
2021-04-27T19:39:38.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:39:39.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:39:39.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@479fe4eb
2021-04-27T19:39:39.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:39:39.107Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:39:39.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:39:39.108Z||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.GeneratedMethodAccessor130.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-04-27T19:40:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:40:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:40:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:40:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:40:28.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa8b4504-d129-427a-b276-6806e177f181 url= /sdc/v1/artifactTypes
2021-04-27T19:40:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:40:29.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:40:29.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6adec0b0
2021-04-27T19:40:29.096Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:40:29.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:40:29.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:40:29.096Z||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.GeneratedMethodAccessor130.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-04-27T19:41:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:41:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:41:18.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:41:18.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:41:18.074Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a288e244-2504-491c-b83a-480154bab775 url= /sdc/v1/artifactTypes
2021-04-27T19:41:18.074Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:41:19.113Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:41:19.113Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c7e9e97
2021-04-27T19:41:19.114Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:41:19.114Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:41:19.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:41:19.114Z||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.GeneratedMethodAccessor130.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-04-27T19:42:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:42:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:42:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:42:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:42:08.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57028fd5-77ae-4631-aca9-ab3bcaab4199 url= /sdc/v1/artifactTypes
2021-04-27T19:42:08.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:42:09.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:42:09.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4809a1d6
2021-04-27T19:42:09.099Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:42:09.099Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:42:09.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:42:09.100Z||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.GeneratedMethodAccessor130.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-04-27T19:42:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:42:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:42:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:42:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:42:58.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e36ff0a-78ac-49eb-a326-0cc4c2a57c50 url= /sdc/v1/artifactTypes
2021-04-27T19:42:58.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:42:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:42:59.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c3df741
2021-04-27T19:42:59.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:42:59.107Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:42:59.107Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:42:59.108Z||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.GeneratedMethodAccessor130.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-04-27T19:43:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:43:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:43:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:43:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:43:48.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 854794ee-eeb5-44aa-8afc-02f632be83d7 url= /sdc/v1/artifactTypes
2021-04-27T19:43:48.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:43:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:43:49.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a68fa89
2021-04-27T19:43:49.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:43:49.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:43:49.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:43:49.092Z||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.GeneratedMethodAccessor130.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-04-27T19:44:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:44:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:44:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:44:38.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:44:38.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1147ddd-fbaf-4f2d-8e9e-a8cb43f89098 url= /sdc/v1/artifactTypes
2021-04-27T19:44:38.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:44:39.109Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:44:39.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a035832
2021-04-27T19:44:39.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:44:39.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:44:39.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:44:39.110Z||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.GeneratedMethodAccessor130.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-04-27T19:45:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:45:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:45:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:45:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:45:28.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a54b8beb-0f54-4cd5-b9ae-241c8bbbdb73 url= /sdc/v1/artifactTypes
2021-04-27T19:45:28.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:45:29.096Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:45:29.096Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@743b229f
2021-04-27T19:45:29.097Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:45:29.097Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:45:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:45:29.097Z||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.GeneratedMethodAccessor130.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-04-27T19:46:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:46:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:46:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:46:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:46:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f7aa5c5-e2ae-4250-904d-b26ea6f46d75 url= /sdc/v1/artifactTypes
2021-04-27T19:46:18.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:46:18.249Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:46:18.258Z||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-04-27T19:46:18.299Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:46:18.306Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T19:46:19.331Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-27T19:46:19.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)]
2021-04-27T19:46:19.335Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
2021-04-27T19:46:19.336Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-27T19:47:08.060Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:47:08.060Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:47:08.061Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:47:08.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:47:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 594b87b2-dd1a-482c-b0cc-2b3749ff66bf url= /sdc/v1/artifactTypes
2021-04-27T19:47:08.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:47:08.114Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:47:08.115Z||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-04-27T19:47:08.116Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:47:08.116Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-27T19:47:08.116Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T19:47:09.126Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-27T19:47:09.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)]
2021-04-27T19:47:09.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
2021-04-27T19:47:09.127Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-27T19:47:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:47:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:47:58.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:47:58.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:47:58.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7bd06387-8373-4c11-b929-5beb24559c55 url= /sdc/v1/artifactTypes
2021-04-27T19:47:58.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:47:58.114Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:47:58.115Z||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-04-27T19:47:58.115Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:47:58.115Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-27T19:47:58.115Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T19:47:58.153Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:47:58.177Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14f95999-b490-4d2e-a3a3-b2b1c107cfe4 url= /sdc/v1/registerForDistribution
2021-04-27T19:47:58.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39d3b36c
2021-04-27T19:47:58.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-04-27T19:47:58.190Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-04-27T19:47:58.195Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2VXuoBPiOjWRHJfh will send credentials over a clear channel.
2021-04-27T19:47:58.196Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2VXuoBPiOjWRHJfh (as 2VXuoBPiOjWRHJfh) ...
2021-04-27T19:47:58.234Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:47:58.235Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:47:58.235Z||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.GeneratedMethodAccessor130.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-04-27T19:48:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:48:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:48:48.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:48:48.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:48:48.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bf8a17f-2168-40ae-bc9f-9107a9924afb url= /sdc/v1/artifactTypes
2021-04-27T19:48:48.071Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:48:48.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:48:48.125Z||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-04-27T19:48:48.125Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:48:48.126Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-04-27T19:48:48.126Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2VXuoBPiOjWRHJfh) ...
2021-04-27T19:48:48.163Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:48:48.165Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d29d3ea6-00ed-43df-944b-b5a72043a094 url= /sdc/v1/registerForDistribution
2021-04-27T19:48:48.269Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d29d3ea6-00ed-43df-944b-b5a72043a094 url= /sdc/v1/registerForDistribution
2021-04-27T19:48:48.269Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-27T19:48:48.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:48:48.284Z||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-04-27T19:48:48.285Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:48:48.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:48:48.286Z||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-04-27T19:48:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:48:48.654Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-27T19:48:58.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:48:58.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:49:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:49:48.283Z||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-04-27T19:49:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:49:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:49:48.286Z||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-04-27T19:49:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:49:57.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:49:57.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:50:48.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:50:48.283Z||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-04-27T19:50:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:50:48.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:50:48.286Z||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-04-27T19:50:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:50:57.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:50:57.831Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:51:48.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:51:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:51:48.287Z||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-04-27T19:51:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:51:48.290Z||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-04-27T19:51:48.291Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:51:57.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:51:57.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:52:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:52:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:52:48.284Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:52:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:52:48.287Z||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-04-27T19:52:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:52:57.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:52:57.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:53:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:53:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:53:48.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:53:48.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:53:48.286Z||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-04-27T19:53:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:53:57.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:53:57.829Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:54:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:54:48.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:54:48.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:54:48.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:54:48.287Z||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-04-27T19:54:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:54:57.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:54:57.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:55:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:55:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:55:48.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:55:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:55:48.286Z||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-04-27T19:55:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:55:57.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:55:57.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:56:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:56:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:56:48.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:56:48.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:56:48.286Z||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-04-27T19:56:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:56:57.825Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:56:57.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:57:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:57:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:57:48.284Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:57:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:57:48.286Z||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-04-27T19:57:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:57:57.830Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:57:57.832Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:58:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:58:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:58:48.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:58:48.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:58:48.286Z||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-04-27T19:58:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:58:57.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:58:57.830Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:59:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:59:48.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:59:48.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:59:48.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:59:48.286Z||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-04-27T19:59:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:59:57.826Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T19:59:57.826Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:00:48.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:00:48.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T20:00:48.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:00:48.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:00:48.286Z||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-04-27T20:00:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:00:57.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:00:57.825Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:48.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:01:48.283Z||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-04-27T20:01:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:01:48.286Z||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-04-27T20:01:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:48.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "dcae-sch",
  "timestamp": 1619553687052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553692728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553692651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553696540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553704487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553704658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553704836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553705495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553705929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "policy-id",
  "timestamp": 1619553706499,
  "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-04-27T20:01:48.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:01:48.868Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553707229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:01:48.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:48.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"72d05b56-a349-49fa-8d01-249449b0ae39","serviceName":"vFW 2021-04-27 19-59-38","serviceVersion":"1.0","serviceUUID":"82fd1db9-677a-4364-be63-cf884a023815","serviceDescription":"catalog service description","serviceInvariantUUID":"cd79f944-8962-4c94-b384-2de6530d4ca0","resources":[{"resourceInstanceName":"vFW 5af3371c-85c8 0","resourceName":"vFW 5af3371c-85c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dd5c36b-d964-4928-b1fd-3e8049e66103","resourceInvariantUUID":"dfdee29e-c571-4122-aa6c-4760bd4bfb3c","resourceCustomizationUUID":"49e66762-94e2-42a1-8610-814a3604dc25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml","artifactChecksum":"NGY5NTdjOWEyYzhhMjg1NTZhNmYxMjhjMjFlYzQzMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1bcb035-b3cc-46fe-85e7-2fa5271a5f74","artifactVersion":"1"},{"artifactName":"vfw5af3371c85c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json","artifactChecksum":"MjJlNjA2MGFlYjMzNDI2MzY0YWU0YWExNTVlYzdmM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47c8f55f-756c-46f1-94cf-e6ff020a5e36","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f516cbe3-8b5f-419c-808b-172a1b1f6597","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml","artifactChecksum":"MTcwNDNhYTUxNWJkM2I0MTQyY2Q3MWMyMzQwNzc4M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e884618e-980d-4574-b571-d315c7eb6d22","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b6d4e1b-8793-458d-87b3-ecd568167a3a","artifactVersion":"2","generatedFromUUID":"f516cbe3-8b5f-419c-808b-172a1b1f6597"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210427195938-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml","artifactChecksum":"NDAzMDI3ZTg3YWMwMDllMzU1OGVkY2NhNjc0ZTUyMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7733a392-8be0-403b-addf-97783be720a2","artifactVersion":"1"},{"artifactName":"service-Vfw20210427195938-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar","artifactChecksum":"MjgxNDk3YmI5ZDRiYzE3OGUxZDUyYjUxOTRkY2JjOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5deb2dde-cf4c-4d44-b465-f91d7f314b04","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:01:48.920Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:48.939Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:48.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:48.949Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:49.049Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-27T20:01:49.052Z||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-04-27T20:01:49.052Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:49.066Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:49.067Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-04-27T20:01:49.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:49.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:49.962Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:49.962Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:01:50.062Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:50.063Z||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-04-27T20:01:50.063Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:50.074Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:50.074Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:50.963Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:50.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:50.967Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:50.967Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:01:51.066Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:01:51.067Z||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-04-27T20:01:51.067Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:51.076Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:51.077Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:51.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:51.968Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:51.972Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:51.972Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:52.072Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:52.073Z||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-04-27T20:01:52.073Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:52.084Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:52.084Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:52.972Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:52.973Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:52.975Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:52.976Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-27T20:01:53.075Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:01:53.076Z||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-04-27T20:01:53.076Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:53.086Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:53.086Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:53.976Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:53.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:53.980Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:53.980Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:01:54.080Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:54.081Z||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-04-27T20:01:54.081Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:54.092Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:54.093Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:01:54.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:54.982Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:54.983Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:54.983Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:01:55.084Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:01:55.085Z||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-04-27T20:01:55.085Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:55.096Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:55.097Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:55.986Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "serviceName": "vFW 2021-04-27 19-59-38",
  "serviceVersion": "1.0",
  "serviceUUID": "82fd1db9-677a-4364-be63-cf884a023815",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cd79f944-8962-4c94-b384-2de6530d4ca0",
  "resources": [
    {
      "resourceInstanceName": "vFW 5af3371c-85c8 0",
      "resourceCustomizationUUID": "49e66762-94e2-42a1-8610-814a3604dc25",
      "resourceName": "vFW 5af3371c-85c8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7dd5c36b-d964-4928-b1fd-3e8049e66103",
      "resourceInvariantUUID": "dfdee29e-c571-4122-aa6c-4760bd4bfb3c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5af3371c85c80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
          "artifactChecksum": "MjJlNjA2MGFlYjMzNDI2MzY0YWU0YWExNTVlYzdmM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "47c8f55f-756c-46f1-94cf-e6ff020a5e36",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f516cbe3-8b5f-419c-808b-172a1b1f6597",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7b6d4e1b-8793-458d-87b3-ecd568167a3a",
            "generatedFromUUID": "f516cbe3-8b5f-419c-808b-172a1b1f6597"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7b6d4e1b-8793-458d-87b3-ecd568167a3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210427195938-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
      "artifactChecksum": "MjgxNDk3YmI5ZDRiYzE3OGUxZDUyYjUxOTRkY2JjOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5deb2dde-cf4c-4d44-b465-f91d7f314b04"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:01:55.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:01:55.987Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82fd1db9-677a-4364-be63-cf884a023815 ASDC
2021-04-27T20:01:56.379Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:72d05b56-a349-49fa-8d01-249449b0ae39
ServiceName:vFW 2021-04-27 19-59-38
ServiceVersion:1.0
ServiceUUID:82fd1db9-677a-4364-be63-cf884a023815
ServiceInvariantUUID:cd79f944-8962-4c94-b384-2de6530d4ca0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210427195938-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
ArtifactUUID:5deb2dde-cf4c-4d44-b465-f91d7f314b04
ArtifactChecksum:MjgxNDk3YmI5ZDRiYzE3OGUxZDUyYjUxOTRkY2JjOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5af3371c-85c8 0
ResourceCustomizationUUID:49e66762-94e2-42a1-8610-814a3604dc25
ResourceInvariantUUID:dfdee29e-c571-4122-aa6c-4760bd4bfb3c
ResourceName:vFW 5af3371c-85c8
ResourceType:VF
ResourceUUID:7dd5c36b-d964-4928-b1fd-3e8049e66103
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5af3371c85c80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
ArtifactUUID:47c8f55f-756c-46f1-94cf-e6ff020a5e36
ArtifactChecksum:MjJlNjA2MGFlYjMzNDI2MzY0YWU0YWExNTVlYzdmM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
ArtifactUUID:f516cbe3-8b5f-419c-808b-172a1b1f6597
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
ArtifactUUID:7b6d4e1b-8793-458d-87b3-ecd568167a3a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
ArtifactUUID:7b6d4e1b-8793-458d-87b3-ecd568167a3a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-27T20:01:56.379Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82fd1db9-677a-4364-be63-cf884a023815 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-04-27T20:01:56.433Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:01:56.434Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:01:56.435Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:01:56.435Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5deb2dde-cf4c-4d44-b465-f91d7f314b04 from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:56.435Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:01:56.450Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:56.678Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:01:56.687Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar 5deb2dde-cf4c-4d44-b465-f91d7f314b04 111200
2021-04-27T20:01:56.688Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar ASDC sendASDCNotification
2021-04-27T20:01:56.688Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:56.715Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:01:56.717Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:56.719Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:56.719Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553716687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:01:56.820Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:56.821Z||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-04-27T20:01:56.821Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:56.831Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:01:56.831Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:57.720Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:01:57.722Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:01:57.722Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5deb2dde-cf4c-4d44-b465-f91d7f314b04, URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar to file: /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:57.723Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210427195938-csar.csar
2021-04-27T20:01:57.954Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:57.954Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:58.429Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP150705694698504824/Definitions/service-Vfw20210427195938-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-27T20:02:01.042Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5af3371c-85c8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5af3371c-85c8 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:02:01.055Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.057Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.060Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.060Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:02:01.061Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:02:01.062Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.062Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.066Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7e9dc4f-41de-4851-bfe4-49e1f143655f
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b8a50b-4079-4de8-b6f2-b1913767f699
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01ca7708-93b6-480b-a6e8-a321d58b8f4e
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-27 19-59-38
Description:catalog service description
Model UUID:82fd1db9-677a-4364-be63-cf884a023815
Model Version:NULL
Model InvariantUuid:cd79f944-8962-4c94-b384-2de6530d4ca0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5af3371c-85c8
Model UUID:ac457441-ae8b-40d0-b472-5a886e8a929f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dfdee29e-c571-4122-aa6c-4760bd4bfb3c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49e66762-94e2-42a1-8610-814a3604dc25
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:423376a9-6972-4e0d-b5ad-d31a71290db4
ModelName:Vfw5af3371c85c8..base_vfw..module-0
ModelUuid:068c0595-8e5b-4c41-bfb8-8cfc22aadcf7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b7e9dc4f-41de-4851-bfe4-49e1f143655f
ModelInvariantUuid:b73fb945-acab-4df2-bab6-ac79cfc80ae3
ModelName:vFW 5af3371c-85c8-nodes.vfwCvfc
ModelUuid:3ce1d4dc-6ce4-4ce3-bf50-f67b5c10cb96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:50aefc9b-aee4-4fb1-94b1-bc15a3ee0e3c
ModelInvariantUuid:07e1c34f-5237-43b9-bb6a-828d8171c7de
ModelName:Vfw5af3371c85c8.compute.nodes.heat.vfw
ModelUuid:42611e9d-68a0-4bed-b4ea-85f2d2eb855a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b8a50b-4079-4de8-b6f2-b1913767f699
ModelInvariantUuid:10696a96-1f94-41c1-8c06-887bf4ce6f3f
ModelName:vFW 5af3371c-85c8-nodes.vsnCvfc
ModelUuid:2eb48afa-02ce-4ce7-90c9-57614e8f7271
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0063975e-d9ec-41c9-be57-a9a3e7764b97
ModelInvariantUuid:62474e02-8cde-43e1-a18e-102df895ddd1
ModelName:Vfw5af3371c85c8.compute.nodes.heat.vsn
ModelUuid:8ab55102-24b1-4328-925b-6435f7d4920c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:01ca7708-93b6-480b-a6e8-a321d58b8f4e
ModelInvariantUuid:55deb6cb-4bec-4eca-b554-1c711bd50855
ModelName:vFW 5af3371c-85c8-nodes.vpgCvfc
ModelUuid:56b816f0-ee60-407a-8f0b-bb4c372e2f42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a3bacf6e-9748-40d5-9346-c21d41e1691c
ModelInvariantUuid:c05bbf39-ec7a-4950-a178-2f53e8752182
ModelName:Vfw5af3371c85c8.compute.nodes.heat.vpg
ModelUuid:25756e17-33ae-470a-b930-d63e3ace9997
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-04-27T20:02:01.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dd5c36b-d964-4928-b1fd-3e8049e66103
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-04-27T20:02:01.580Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||vFW 5af3371c-85c8 0
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dd5c36b-d964-4928-b1fd-3e8049e66103
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47c8f55f-756c-46f1-94cf-e6ff020a5e36 from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:01.930Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:02:01.931Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json 47c8f55f-756c-46f1-94cf-e6ff020a5e36 785
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json ASDC sendASDCNotification
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:01.936Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:01.936Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553721932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:02:02.036Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:02.036Z||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-04-27T20:02:02.037Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:02.047Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:02.048Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:02.938Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5af3371c85c8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "423376a9-6972-4e0d-b5ad-d31a71290db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "068c0595-8e5b-4c41-bfb8-8cfc22aadcf7",
    "vfModuleModelCustomizationUUID": "6f0744a8-c777-4cb0-8468-bb3789a77fe7",
    "isBase": true,
    "artifacts": [
      "f516cbe3-8b5f-419c-808b-172a1b1f6597",
      "7b6d4e1b-8793-458d-87b3-ecd568167a3a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-27T20:02:03.075Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5af3371c85c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:068c0595-8e5b-4c41-bfb8-8cfc22aadcf7
VfModuleModelInvariantUUID:423376a9-6972-4e0d-b5ad-d31a71290db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f516cbe3-8b5f-419c-808b-172a1b1f6597
,
7b6d4e1b-8793-458d-87b3-ecd568167a3a

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

isBase:true


}

2021-04-27T20:02:03.078Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5af3371c85c8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "423376a9-6972-4e0d-b5ad-d31a71290db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "068c0595-8e5b-4c41-bfb8-8cfc22aadcf7",
    "vfModuleModelCustomizationUUID": "6f0744a8-c777-4cb0-8468-bb3789a77fe7",
    "isBase": true,
    "artifacts": [
      "f516cbe3-8b5f-419c-808b-172a1b1f6597",
      "7b6d4e1b-8793-458d-87b3-ecd568167a3a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-27T20:02:03.078Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5af3371c85c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:068c0595-8e5b-4c41-bfb8-8cfc22aadcf7
VfModuleModelInvariantUUID:423376a9-6972-4e0d-b5ad-d31a71290db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f516cbe3-8b5f-419c-808b-172a1b1f6597
,
7b6d4e1b-8793-458d-87b3-ecd568167a3a

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

isBase:true


}

2021-04-27T20:02:03.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f516cbe3-8b5f-419c-808b-172a1b1f6597 from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:03.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:02:03.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:03.473Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml f516cbe3-8b5f-419c-808b-172a1b1f6597 20368
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:03.476Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:03.476Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553723474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:02:03.576Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:03.577Z||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-04-27T20:02:03.577Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:03.587Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:03.588Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:04.477Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7b6d4e1b-8793-458d-87b3-ecd568167a3a from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:04.478Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:02:04.478Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:04.961Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:02:04.962Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env 7b6d4e1b-8793-458d-87b3-ecd568167a3a 2098
2021-04-27T20:02:04.962Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-27T20:02:04.962Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:04.963Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:02:04.963Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:04.965Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:04.965Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553724962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:02:05.066Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:05.067Z||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-04-27T20:02:05.067Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:05.077Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:05.077Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:02:05.966Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 82fd1db9-677a-4364-be63-cf884a023815
2021-04-27T20:02:05.967Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5af3371c-85c8 0 7dd5c36b-d964-4928-b1fd-3e8049e66103 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-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 49e66762-94e2-42a1-8610-814a3604dc25
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49e66762-94e2-42a1-8610-814a3604dc25 matches Tosca VF Customization UUID: 49e66762-94e2-42a1-8610-814a3604dc25
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 49e66762-94e2-42a1-8610-814a3604dc25  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-04-27T20:02:06.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.080Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 49e66762-94e2-42a1-8610-814a3604dc25: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58ff0fb5
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f0744a8-c777-4cb0-8468-bb3789a77fe7
2021-04-27T20:02:06.082Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f0744a8-c777-4cb0-8468-bb3789a77fe7
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-04-27T20:02:06.087Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.088Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.088Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.088Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7e9dc4f-41de-4851-bfe4-49e1f143655f
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-04-27T20:02:06.095Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.095Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b8a50b-4079-4de8-b6f2-b1913767f699
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-04-27T20:02:06.099Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.099Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.099Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.101Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-27T20:02:06.104Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01ca7708-93b6-480b-a6e8-a321d58b8f4e
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-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=49e66762-94e2-42a1-8610-814a3604dc25
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-04-27T20:02:06.108Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.108Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 82fd1db9-677a-4364-be63-cf884a023815: vFW 5af3371c-85c8
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:02:06.111Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.111Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-04-27 19-59-38 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:02:06.281Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5af3371c-85c8 7dd5c36b-d964-4928-b1fd-3e8049e66103 1 ASDC deployResourceStructure
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json ASDC sendASDCNotification
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:06.284Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:06.284Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553726282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:02:06.385Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:06.386Z||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-04-27T20:02:06.386Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:06.398Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:06.398Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:07.289Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:07.289Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553727286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:02:07.389Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:07.390Z||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-04-27T20:02:07.390Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:07.402Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:07.403Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:08.290Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-27T20:02:08.290Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:08.291Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:08.291Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:08.293Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:08.293Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553728290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:02:08.393Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:02:08.394Z||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-04-27T20:02:08.394Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:08.407Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:08.407Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:02:09.294Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar ASDC sendASDCNotification
2021-04-27T20:02:09.295Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:09.295Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:09.295Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:09.296Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:09.297Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553729294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:02:09.397Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:09.397Z||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-04-27T20:02:09.397Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:09.410Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:09.410Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:10.298Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:02:10.325Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:02:10.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:02:10.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:02:10.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:02:40.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:02:40.338Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:02:40.341Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:02:40.342Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:02:40.342Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:02:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:02:48.286Z||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-04-27T20:02:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:48.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:02:48.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:02:48.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:02:48.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:03:10.342Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:03:10.361Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:03:10.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:03:10.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:03:10.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:03:40.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:03:40.379Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:03:40.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:03:40.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:03:40.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:03:48.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:03:48.288Z||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-04-27T20:03:48.288Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:03:48.312Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:03:48.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:03:48.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:03:48.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:10.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:04:10.393Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:04:10.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:04:10.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:04:10.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:04:40.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:04:40.404Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:04:40.406Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:04:40.406Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:04:40.407Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:04:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:04:48.287Z||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-04-27T20:04:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:04:48.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:04:48.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553702634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553702635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553709927,
  "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-04-27T20:04:48.828Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.829Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619553710930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553710968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553711014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619553705510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553712441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553712426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553713715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553713706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553714720,
  "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-04-27T20:04:48.843Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:04:48.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553714711,
  "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-04-27T20:04:48.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553708282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619553715725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619553715718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553716687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553720939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553714797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553721932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "aai-ml",
  "timestamp": 1619553721943,
  "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-04-27T20:04:48.859Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.859Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553723004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553716725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553723474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553724962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553726282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553727286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553728290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553728651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553729294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619553729655,
  "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-04-27T20:04:48.870Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.870Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:04:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553741657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553743670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "clamp",
  "timestamp": 1619553744675,
  "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-04-27T20:04:48.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:05:10.407Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:05:10.417Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:05:10.420Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:05:10.427Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:05:40.427Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:05:40.438Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72d05b56-a349-49fa-8d01-249449b0ae39 and serviceModelVersionId: 82fd1db9-677a-4364-be63-cf884a023815
2021-04-27T20:05:40.438Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd79f944-8962-4c94-b384-2de6530d4ca0
2021-04-27T20:05:48.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:05:48.287Z||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-04-27T20:05:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:05:57.429Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0
2021-04-27T20:05:57.536Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:05:57.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:05:58.059Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|INFO|500||Invoke
2021-04-27T20:05:58.065Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72d05b56-a349-49fa-8d01-249449b0ae39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a40a583-5071-4478-8a7e-0831fdb4c580], X-ECOMP-RequestID=[72d05b56-a349-49fa-8d01-249449b0ae39], X-TransactionId=[], X-ONAP-RequestID=[72d05b56-a349-49fa-8d01-249449b0ae39], Content-Type=[application/merge-patch+json]}
2021-04-27T20:05:58.169Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:05:58.454Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?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/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:05:58:177-88997], vertex-id=[192736], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:05:58 GMT], Content-Type=[application/json]}
2021-04-27T20:05:58.455Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:05:58.456Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|INFO|500||InvokeReturn
2021-04-27T20:05:58.459Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:05:58.460Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:05:58.462Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:05:58.463Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72d05b56-a349-49fa-8d01-249449b0ae39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:05:58.463Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:05:58.464Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:05:58.466Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:05:58.466Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553958463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:05:58.566Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:05:58.567Z||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-04-27T20:05:58.567Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:05:58.579Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:05:58.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:05:59.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:05:59.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:05:59.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:09.676Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:06:09.677Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:09.677Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:09.677Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:19.212Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:06:19.213Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:19.214Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:19.215Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:28.759Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:06:28.759Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:28.760Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:28.760Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:38.300Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:06:48.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:48.286Z||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-04-27T20:06:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:48.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:06:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:06:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619553958463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:06:48.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:06:57.824Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:07:48.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:07:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:07:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:07:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:07:48.286Z||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-04-27T20:07:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:07:57.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:07:57.827Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:48.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:08:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:08:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:08:48.286Z||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-04-27T20:08:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:48.908Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:48.909Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.909Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"01268baf-d3f3-4c10-ab65-85935a49a2b5","serviceName":"basic_onboard_pjDexC","serviceVersion":"1.0","serviceUUID":"11cab6c6-c424-41ec-9a14-afbf1417d755","serviceDescription":"service","serviceInvariantUUID":"3ebe097f-2b4c-4e98-aa89-ddc86bcfb160","resources":[{"resourceInstanceName":"basic_onboard_pjDexC 0","resourceName":"basic_onboard_pjDexC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37f799d0-af24-4b15-ad9f-04f382bfb0df","resourceInvariantUUID":"a6aa0376-1f42-43d3-8935-6faf80012284","resourceCustomizationUUID":"e8fbac49-ffe5-46b2-8376-ed9407f85ef3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml","artifactChecksum":"MGNkZDk5MGE1OTlkYWY0YjQ4NWY4NTA3MTMwYWIwNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8976074f-7f0c-42cc-997c-30940175fe13","artifactVersion":"1"},{"artifactName":"basic_onboard_pjdexc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json","artifactChecksum":"M2RiNzZhNTZkYTE3M2Q5ZGEyNzVkMmQwMWVhMTU0NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"001fdf27-59fe-4b35-aec4-978b7786525e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38ac6287-4053-4e3f-95dc-48af3461586c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0e9e290-263a-476b-b5a1-78526c56a90b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8a13dc6-00d9-4fca-9701-3d4c157bfe1a","artifactVersion":"2","generatedFromUUID":"38ac6287-4053-4e3f-95dc-48af3461586c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPjdexc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml","artifactChecksum":"ZTFlNWY1NDFkMmIxNTY4MjM3Y2U1YTdmNGY5ODYzOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20f6c050-9e3c-46ff-bd48-90f7bf20ffcc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPjdexc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar","artifactChecksum":"YjQ4YTg3Y2IxNjg0ZGIyZDJhYjA4ZjNiYzBjNjBkMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:08:48.911Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:48.911Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:48.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:48.913Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:48.913Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "dcae-sch",
  "timestamp": 1619554087052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554092728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554102203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554096540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554103208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "policy-id",
  "timestamp": 1619554104211,
  "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-04-27T20:08:48.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.936Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554104896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554106586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554107773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554108796,
  "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-04-27T20:08:48.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.954Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:08:48.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554102634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554102635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554109799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554110845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554110837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554104797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554112426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554112422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554113032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554106725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554113834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554113944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554114837,
  "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-04-27T20:08:48.970Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:08:48.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554114948,
  "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-04-27T20:08:48.985Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.985Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554115412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554115840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554115951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554116418,
  "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-04-27T20:08:48.996Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.996Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554118721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554112651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554120505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554120730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "clamp",
  "timestamp": 1619554121733,
  "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-04-27T20:08:49.010Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:49.010Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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=?
2021-04-27T20:08:49.013Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:49.014Z||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-04-27T20:08:49.014Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:49.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554126823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:08:49.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "aai-ml",
  "timestamp": 1619554127826,
  "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-04-27T20:08:49.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:49.022Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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=?
2021-04-27T20:08:49.024Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:49.025Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:49.913Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:49.914Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:49.916Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:49.916Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:08:50.016Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:50.017Z||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-04-27T20:08:50.017Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:50.028Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:50.028Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:50.917Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:50.917Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:50.919Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:50.920Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:08:51.020Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:51.020Z||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-04-27T20:08:51.020Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:51.030Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:51.031Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:51.920Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:51.921Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:51.923Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:51.923Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:52.023Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:52.024Z||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-04-27T20:08:52.024Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:52.033Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:52.034Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:52.923Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:52.924Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:52.926Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:52.926Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:08:53.026Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:53.027Z||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-04-27T20:08:53.027Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:53.037Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:53.038Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:53.926Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:53.927Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:53.929Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:53.929Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:08:54.029Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:54.030Z||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-04-27T20:08:54.031Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:54.041Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:54.042Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:54.930Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:54.931Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:54.933Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:54.933Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:08:55.033Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:08:55.034Z||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-04-27T20:08:55.034Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:55.043Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:55.044Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:55.935Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "serviceName": "basic_onboard_pjDexC",
  "serviceVersion": "1.0",
  "serviceUUID": "11cab6c6-c424-41ec-9a14-afbf1417d755",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ebe097f-2b4c-4e98-aa89-ddc86bcfb160",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pjDexC 0",
      "resourceCustomizationUUID": "e8fbac49-ffe5-46b2-8376-ed9407f85ef3",
      "resourceName": "basic_onboard_pjDexC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "37f799d0-af24-4b15-ad9f-04f382bfb0df",
      "resourceInvariantUUID": "a6aa0376-1f42-43d3-8935-6faf80012284",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pjdexc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
          "artifactChecksum": "M2RiNzZhNTZkYTE3M2Q5ZGEyNzVkMmQwMWVhMTU0NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "001fdf27-59fe-4b35-aec4-978b7786525e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "38ac6287-4053-4e3f-95dc-48af3461586c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8a13dc6-00d9-4fca-9701-3d4c157bfe1a",
            "generatedFromUUID": "38ac6287-4053-4e3f-95dc-48af3461586c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8a13dc6-00d9-4fca-9701-3d4c157bfe1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPjdexc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
      "artifactChecksum": "YjQ4YTg3Y2IxNjg0ZGIyZDJhYjA4ZjNiYzBjNjBkMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:08:55.935Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:08:55.935Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11cab6c6-c424-41ec-9a14-afbf1417d755 ASDC
2021-04-27T20:08:55.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:01268baf-d3f3-4c10-ab65-85935a49a2b5
ServiceName:basic_onboard_pjDexC
ServiceVersion:1.0
ServiceUUID:11cab6c6-c424-41ec-9a14-afbf1417d755
ServiceInvariantUUID:3ebe097f-2b4c-4e98-aa89-ddc86bcfb160
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPjdexc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
ArtifactUUID:9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a
ArtifactChecksum:YjQ4YTg3Y2IxNjg0ZGIyZDJhYjA4ZjNiYzBjNjBkMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pjDexC 0
ResourceCustomizationUUID:e8fbac49-ffe5-46b2-8376-ed9407f85ef3
ResourceInvariantUUID:a6aa0376-1f42-43d3-8935-6faf80012284
ResourceName:basic_onboard_pjDexC
ResourceType:VF
ResourceUUID:37f799d0-af24-4b15-ad9f-04f382bfb0df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pjdexc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
ArtifactUUID:001fdf27-59fe-4b35-aec4-978b7786525e
ArtifactChecksum:M2RiNzZhNTZkYTE3M2Q5ZGEyNzVkMmQwMWVhMTU0NDI=
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/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:38ac6287-4053-4e3f-95dc-48af3461586c
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/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
ArtifactUUID:a8a13dc6-00d9-4fca-9701-3d4c157bfe1a
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/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
ArtifactUUID:a8a13dc6-00d9-4fca-9701-3d4c157bfe1a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-27T20:08:55.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11cab6c6-c424-41ec-9a14-afbf1417d755 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-04-27T20:08:55.962Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:56.159Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:08:56.164Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar 9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a 75719
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar ASDC sendASDCNotification
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:56.167Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:56.167Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554136164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:56.267Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:56.269Z||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-04-27T20:08:56.269Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:56.280Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:56.281Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:57.167Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:08:57.168Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:08:57.168Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a, URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.169Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.169Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.169Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.283Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP574412190154945625/Definitions/service-BasicOnboardPjdexc-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-04-27T20:08:58.375Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pjDexC 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-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pjDexC 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is not matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17d7e1cf-bc9e-4c84-aa33-b470851e183c
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pjDexC
Description:service
Model UUID:11cab6c6-c424-41ec-9a14-afbf1417d755
Model Version:NULL
Model InvariantUuid:3ebe097f-2b4c-4e98-aa89-ddc86bcfb160
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pjDexC
Model UUID:f98ab1e6-5644-49c7-af99-5c0f94bf9bcb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6aa0376-1f42-43d3-8935-6faf80012284
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e8fbac49-ffe5-46b2-8376-ed9407f85ef3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:47a0a65f-9eeb-4bfb-b578-bdb74452c698
ModelName:BasicOnboardPjdexc..base_ubuntu18..module-0
ModelUuid:591159c0-639d-4aa5-8575-5bf9454987c3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:17d7e1cf-bc9e-4c84-aa33-b470851e183c
ModelInvariantUuid:1638ba28-f2ff-4e50-986e-92c56dfe6765
ModelName:basic_onboard_pjDexC-nodes.ubuntu18Cvfc
ModelUuid:af84844a-8b18-4e1f-a2db-1883cc7dbec4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ec09488d-32ab-47e9-9ef7-d4fff24243e2
ModelInvariantUuid:b69e211a-8c69-4c91-bdc2-80b5660cad43
ModelName:BasicOnboardPjdexc.compute.nodes.heat.ubuntu18
ModelUuid:c4574535-9fb5-4e91-ad8d-9e2984c35072
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-04-27T20:08:58.388Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 37f799d0-af24-4b15-ad9f-04f382bfb0df
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-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||basic_onboard_pjDexC 0
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37f799d0-af24-4b15-ad9f-04f382bfb0df
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 001fdf27-59fe-4b35-aec4-978b7786525e from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:08:59.129Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json 001fdf27-59fe-4b35-aec4-978b7786525e 798
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json ASDC sendASDCNotification
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:59.132Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:59.132Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554139130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:08:59.232Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:59.233Z||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-04-27T20:08:59.233Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:59.244Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:08:59.244Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:00.132Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPjdexc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "47a0a65f-9eeb-4bfb-b578-bdb74452c698",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "591159c0-639d-4aa5-8575-5bf9454987c3",
    "vfModuleModelCustomizationUUID": "04f7f6c1-dac8-44c3-91a2-e58883f7c725",
    "isBase": true,
    "artifacts": [
      "38ac6287-4053-4e3f-95dc-48af3461586c",
      "a8a13dc6-00d9-4fca-9701-3d4c157bfe1a"
    ],
    "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-04-27T20:09:00.139Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPjdexc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:591159c0-639d-4aa5-8575-5bf9454987c3
VfModuleModelInvariantUUID:47a0a65f-9eeb-4bfb-b578-bdb74452c698
VfModuleModelDescription:NULL
Artifacts UUID List:{
38ac6287-4053-4e3f-95dc-48af3461586c
,
a8a13dc6-00d9-4fca-9701-3d4c157bfe1a

}
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-04-27T20:09:00.141Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPjdexc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "47a0a65f-9eeb-4bfb-b578-bdb74452c698",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "591159c0-639d-4aa5-8575-5bf9454987c3",
    "vfModuleModelCustomizationUUID": "04f7f6c1-dac8-44c3-91a2-e58883f7c725",
    "isBase": true,
    "artifacts": [
      "38ac6287-4053-4e3f-95dc-48af3461586c",
      "a8a13dc6-00d9-4fca-9701-3d4c157bfe1a"
    ],
    "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-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPjdexc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:591159c0-639d-4aa5-8575-5bf9454987c3
VfModuleModelInvariantUUID:47a0a65f-9eeb-4bfb-b578-bdb74452c698
VfModuleModelDescription:NULL
Artifacts UUID List:{
38ac6287-4053-4e3f-95dc-48af3461586c
,
a8a13dc6-00d9-4fca-9701-3d4c157bfe1a

}
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-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 38ac6287-4053-4e3f-95dc-48af3461586c from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:00.648Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:09:00.648Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml 38ac6287-4053-4e3f-95dc-48af3461586c 5033
2021-04-27T20:09:00.648Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T20:09:00.649Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:00.649Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:09:00.649Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:00.650Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:00.650Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554140648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:09:00.750Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:09:00.751Z||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-04-27T20:09:00.751Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:00.760Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:00.761Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:01.652Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a8a13dc6-00d9-4fca-9701-3d4c157bfe1a from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:01.652Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:09:01.652Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:01.918Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env a8a13dc6-00d9-4fca-9701-3d4c157bfe1a 909
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:01.921Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:01.921Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554141919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:09:02.021Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:02.021Z||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-04-27T20:09:02.022Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:02.033Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:02.033Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:02.921Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 11cab6c6-c424-41ec-9a14-afbf1417d755
2021-04-27T20:09:02.922Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pjDexC 0 37f799d0-af24-4b15-ad9f-04f382bfb0df 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-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e8fbac49-ffe5-46b2-8376-ed9407f85ef3
2021-04-27T20:09:02.937Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8fbac49-ffe5-46b2-8376-ed9407f85ef3 matches Tosca VF Customization UUID: e8fbac49-ffe5-46b2-8376-ed9407f85ef3
2021-04-27T20:09:02.937Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e8fbac49-ffe5-46b2-8376-ed9407f85ef3  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-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e8fbac49-ffe5-46b2-8376-ed9407f85ef3: {\"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-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75f74dd3
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:09:02.940Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04f7f6c1-dac8-44c3-91a2-e58883f7c725
2021-04-27T20:09:02.940Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04f7f6c1-dac8-44c3-91a2-e58883f7c725
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-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is not matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:09:02.943Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17d7e1cf-bc9e-4c84-aa33-b470851e183c
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-04-27T20:09:02.944Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.944Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=e8fbac49-ffe5-46b2-8376-ed9407f85ef3
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-04-27T20:09:02.946Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.946Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 11cab6c6-c424-41ec-9a14-afbf1417d755: basic_onboard_pjDexC
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_pjDexC 
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-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pjDexC 37f799d0-af24-4b15-ad9f-04f382bfb0df 1 ASDC deployResourceStructure
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json ASDC sendASDCNotification
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:03.034Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:03.034Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554143031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:09:03.134Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:03.135Z||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-04-27T20:09:03.135Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:03.146Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:03.146Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:04.036Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:04.036Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554144035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:09:04.137Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:04.138Z||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-04-27T20:09:04.138Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:04.150Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:04.151Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:09:05.037Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T20:09:05.037Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:05.037Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:05.038Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:05.039Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:05.039Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554145037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:09:05.141Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-27T20:09:05.141Z||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-04-27T20:09:05.142Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:05.151Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:05.151Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar ASDC sendASDCNotification
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:06.042Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:06.042Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554146040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:09:06.142Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:06.143Z||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-04-27T20:09:06.143Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:06.154Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:06.154Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:07.043Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:09:07.054Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5
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-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:09:07.065Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:09:37.066Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:09:37.072Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5 and serviceModelVersionId: 11cab6c6-c424-41ec-9a14-afbf1417d755
2021-04-27T20:09:37.072Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ebe097f-2b4c-4e98-aa89-ddc86bcfb160
2021-04-27T20:09:37.073Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0
2021-04-27T20:09:37.078Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:09:37.127Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|INFO|500||Invoke
2021-04-27T20:09:37.129Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01268baf-d3f3-4c10-ab65-85935a49a2b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71de17b6-c17d-4a43-9e97-c5e3b8389c7b], X-ECOMP-RequestID=[01268baf-d3f3-4c10-ab65-85935a49a2b5], X-TransactionId=[], X-ONAP-RequestID=[01268baf-d3f3-4c10-ab65-85935a49a2b5], Content-Type=[application/merge-patch+json]}
2021-04-27T20:09:37.149Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:09:37.242Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?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/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:09:37:155-93425], vertex-id=[213088], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:09:37 GMT], Content-Type=[application/json]}
2021-04-27T20:09:37.243Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:09:37.244Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|INFO|500||InvokeReturn
2021-04-27T20:09:37.244Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:09:37.244Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:09:37.249Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:09:37.249Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01268baf-d3f3-4c10-ab65-85935a49a2b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:09:37.249Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:09:37.250Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:37.251Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:37.251Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554177249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:09:37.352Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:09:37.353Z||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-04-27T20:09:37.353Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:37.367Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:37.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:09:48.282Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:09:48.283Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|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-04-27T20:09:48.283Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:48.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:09:48.286Z||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-04-27T20:09:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:48.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:09:48.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:09:48.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:09:48.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:09:57.820Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:10:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:10:48.283Z||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-04-27T20:10:48.284Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:10:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:10:48.286Z||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-04-27T20:10:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:10:48.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:10:48.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:10:48.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:10:48.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554128282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554136164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554139130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554140648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554141919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554143031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554144035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554145037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554146040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554177249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:57.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:11:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:11:48.282Z||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-04-27T20:11:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:11:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:11:48.286Z||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-04-27T20:11:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:11:57.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:11:57.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:12:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:12:48.283Z||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-04-27T20:12:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:12:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:12:48.286Z||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-04-27T20:12:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:12:57.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:12:57.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:13:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:13:48.283Z||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-04-27T20:13:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:13:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:13:48.286Z||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-04-27T20:13:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:13:57.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:13:57.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:14:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:14:48.283Z||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-04-27T20:14:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:14:48.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:14:48.286Z||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-04-27T20:14:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:14:57.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:14:57.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:15:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:15:48.283Z||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-04-27T20:15:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:15:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:15:48.286Z||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-04-27T20:15:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:15:57.823Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:15:57.823Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:16:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:16:48.285Z||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-04-27T20:16:48.285Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:16:48.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:16:48.286Z||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-04-27T20:16:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:16:57.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:16:57.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:17:48.283Z||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-04-27T20:17:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:17:48.286Z||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-04-27T20:17:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:48.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:48.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:48.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "clamp",
  "timestamp": 1619554616725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"92fb3210-dea9-4910-b1b7-8e52108efd2c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"57bab00e-f0b5-4157-bc44-f28670b480e7","serviceDescription":"service","serviceInvariantUUID":"4df6b3ec-e353-4f82-a68b-7c81c4d8b762","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a2dbd9a8-a82d-4559-b19d-0002b54ac355","resourceInvariantUUID":"0bd86b92-8885-4f89-b357-90f62fe25dc8","resourceCustomizationUUID":"bed3c039-254f-4d15-89e6-194a7df04cbd","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":"Y2YxYTc1NDZmY2RiZWNlM2Q1ZDFiZjdkMjU4NjRlMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d47f2de-6f68-4184-80e3-db92ec906d82","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGM3NmFmYWRiZWY5NTkxZGRhZGI0ZjU5NGUyZDBjZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"325b7853-78b9-43a4-8838-02f6ec6887a4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "aai-ml",
  "timestamp": 1619554622651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554622635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554616540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554622634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554625510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "aai-ml",
  "timestamp": 1619554622651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554622634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "clamp",
  "timestamp": 1619554616725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554622635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554616540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554625510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "dcae-sch",
  "timestamp": 1619554627052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "aai-ml",
  "timestamp": 1619554628148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "dcae-sch",
  "timestamp": 1619554627052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "clamp",
  "timestamp": 1619554629806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "aai-ml",
  "timestamp": 1619554631279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "aai-ml",
  "timestamp": 1619554632282,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2021-04-27T20:17:48.915Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:17:48.915Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:48.918Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:48.918Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554668282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:17:48.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:17:48.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "clamp",
  "timestamp": 1619554632808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "policy-id",
  "timestamp": 1619554632728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "clamp",
  "timestamp": 1619554633812,
  "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-04-27T20:17:48.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.946Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:17:48.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "policy-id",
  "timestamp": 1619554632728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "policy-id",
  "timestamp": 1619554635568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "policy-id",
  "timestamp": 1619554636571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "policy-id",
  "timestamp": 1619554637574,
  "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-04-27T20:17:48.959Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.959Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554644797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554644797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554647635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554649157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554650161,
  "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-04-27T20:17:48.973Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.973Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:17:49.018Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:17:49.020Z||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-04-27T20:17:49.021Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:49.032Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:49.032Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:17:49.918Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:17:49.921Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:49.923Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:49.924Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554668282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:17:50.024Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:17:50.025Z||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-04-27T20:17:50.025Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:50.034Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:50.035Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:17:50.925Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "57bab00e-f0b5-4157-bc44-f28670b480e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4df6b3ec-e353-4f82-a68b-7c81c4d8b762",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bed3c039-254f-4d15-89e6-194a7df04cbd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a2dbd9a8-a82d-4559-b19d-0002b54ac355",
      "resourceInvariantUUID": "0bd86b92-8885-4f89-b357-90f62fe25dc8",
      "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": "ZGM3NmFmYWRiZWY5NTkxZGRhZGI0ZjU5NGUyZDBjZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "325b7853-78b9-43a4-8838-02f6ec6887a4"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:17:50.925Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:17:50.925Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 57bab00e-f0b5-4157-bc44-f28670b480e7 ASDC
2021-04-27T20:17:50.926Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:92fb3210-dea9-4910-b1b7-8e52108efd2c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:57bab00e-f0b5-4157-bc44-f28670b480e7
ServiceInvariantUUID:4df6b3ec-e353-4f82-a68b-7c81c4d8b762
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:325b7853-78b9-43a4-8838-02f6ec6887a4
ArtifactChecksum:ZGM3NmFmYWRiZWY5NTkxZGRhZGI0ZjU5NGUyZDBjZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bed3c039-254f-4d15-89e6-194a7df04cbd
ResourceInvariantUUID:0bd86b92-8885-4f89-b357-90f62fe25dc8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a2dbd9a8-a82d-4559-b19d-0002b54ac355
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-27T20:17:50.926Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57bab00e-f0b5-4157-bc44-f28670b480e7 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-04-27T20:17:50.954Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:17:50.955Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:17:50.955Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:17:50.956Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 325b7853-78b9-43a4-8838-02f6ec6887a4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:50.956Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:17:50.956Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:51.423Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:17:51.426Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 325b7853-78b9-43a4-8838-02f6ec6887a4 53010
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:51.429Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:51.430Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554671426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:17:51.529Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:17:51.530Z||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-04-27T20:17:51.530Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:51.539Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:51.540Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:17:52.430Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:17:52.431Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:17:52.431Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 325b7853-78b9-43a4-8838-02f6ec6887a4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:52.431Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-27T20:17:52.432Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:52.432Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:52.605Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8102364767790512291/Definitions/service-BasicNetwork-template.yml
2021-04-27T20:17:53.002Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:17:53.002Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:17:53.002Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:57bab00e-f0b5-4157-bc44-f28670b480e7
Model Version:NULL
Model InvariantUuid:4df6b3ec-e353-4f82-a68b-7c81c4d8b762
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0bd86b92-8885-4f89-b357-90f62fe25dc8
Model UUID:8dfe6dd6-81e9-4056-8fc8-6dfd4a68e44f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bed3c039-254f-4d15-89e6-194a7df04cbd
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-04-27T20:17:53.012Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: a2dbd9a8-a82d-4559-b19d-0002b54ac355
2021-04-27T20:17:53.012Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||No resources found for Service: 57bab00e-f0b5-4157-bc44-f28670b480e7
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-04-27T20:17:53.017Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 57bab00e-f0b5-4157-bc44-f28670b480e7
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 57bab00e-f0b5-4157-bc44-f28670b480e7
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-27T20:17:53.019Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:17:53.025Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 57bab00e-f0b5-4157-bc44-f28670b480e7: Generic NeutronNet
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.027Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.027Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-27T20:17:53.060Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-27T20:17:53.117Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:53.120Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:53.121Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554673118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:17:53.221Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:17:53.221Z||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-04-27T20:17:53.221Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:53.230Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:17:53.231Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:17:54.122Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:17:54.131Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c
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-04-27T20:17:54.135Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:17:54.135Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:17:54.142Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:18:24.142Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:18:24.147Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c and serviceModelVersionId: 57bab00e-f0b5-4157-bc44-f28670b480e7
2021-04-27T20:18:24.147Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4df6b3ec-e353-4f82-a68b-7c81c4d8b762
2021-04-27T20:18:24.148Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0
2021-04-27T20:18:24.155Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:18:24.187Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|INFO|500||Invoke
2021-04-27T20:18:24.188Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92fb3210-dea9-4910-b1b7-8e52108efd2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44caba19-d2e2-4f0d-8cea-125c4e42236f], X-ECOMP-RequestID=[92fb3210-dea9-4910-b1b7-8e52108efd2c], X-TransactionId=[], X-ONAP-RequestID=[92fb3210-dea9-4910-b1b7-8e52108efd2c], Content-Type=[application/merge-patch+json]}
2021-04-27T20:18:24.204Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:18:24.468Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?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/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:18:24:211-76013], vertex-id=[225376], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:18:24 GMT], Content-Type=[application/json]}
2021-04-27T20:18:24.468Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:18:24.469Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|INFO|500||InvokeReturn
2021-04-27T20:18:24.469Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:18:24.470Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:18:24.473Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:18:24.474Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92fb3210-dea9-4910-b1b7-8e52108efd2c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:18:24.474Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:18:24.474Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:24.475Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:24.476Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554704474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:18:24.576Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:24.577Z||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-04-27T20:18:24.577Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:24.595Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:24.596Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:18:48.282Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:18:48.283Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|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-04-27T20:18:48.283Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:18:48.286Z||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-04-27T20:18:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:48.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:48.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:18:48.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554668282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:48.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:18:48.906Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:48.907Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:18:48.907Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b33f9fe9-0d31-4f23-b051-b70b704f1f12","serviceName":"Demo_pNF_9OoyCN3LCUkGUD5ikJu2","serviceVersion":"1.0","serviceUUID":"6dffea09-3331-4e0d-9bbd-0c0f670bf441","serviceDescription":"catalog service description","serviceInvariantUUID":"43887a1f-f5c1-421d-8ade-6df20a34a89c","resources":[{"resourceInstanceName":"pNF 83cc9af7-4461 0","resourceName":"pNF 83cc9af7-4461","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0d5dc50-f598-4260-bc1d-1a4945180d39","resourceInvariantUUID":"1e318e10-b552-450f-9ed4-4ae682a7caf0","resourceCustomizationUUID":"f94c792e-c713-4eca-a6fb-cc91ab7ad13c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml","artifactChecksum":"ZTNhYThjMTc0NmE2ZmI0MmE4NjRkMGJkYjFkZTA2Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c05e0149-b188-4994-9caa-dc5c308e5360","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4abe3a2-ce50-43ad-a856-ccda5de86018","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c184cc3-438e-4489-8317-99c1eaa8e406","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml","artifactChecksum":"YjY2NDhkOTVmNDdlNWQ3NTY0MjdlNDk1ZmE4OWZhMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f5e9d74-9da0-4f37-9c19-de66b6d9e675","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbdd5997-dba2-4b23-93d4-af79c542716f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f618e81c-f7e6-4532-aa18-14765c9e6732","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9ooycn3lcukgud5ikju2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml","artifactChecksum":"YTlhNDU3MGVmNjAzZTliMmM3ODdhMTkzNjE3M2JlYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5e7063-38f6-4d55-a5d8-d4596cac49e0","artifactVersion":"1"},{"artifactName":"service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar","artifactChecksum":"Y2FmN2FkZmI1ZTFjYzY4NTAxOTVhNDcwZTBmMzM1MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b5c3c3e-6b17-4c19-9977-fc929023731b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:18:48.909Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:48.909Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:48.911Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:48.911Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:49.011Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:49.012Z||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-04-27T20:18:49.012Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:49.021Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:49.022Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:18:49.911Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:49.912Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:49.914Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:49.914Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:50.014Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:50.015Z||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-04-27T20:18:50.015Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:50.024Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:50.025Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:50.915Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:50.916Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:50.918Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:50.918Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:51.018Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:51.018Z||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-04-27T20:18:51.019Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:51.028Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:51.028Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:51.918Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:51.920Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:51.922Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:51.922Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:52.022Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:52.023Z||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-04-27T20:18:52.023Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:52.032Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:52.032Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:52.923Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:52.924Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:52.927Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:52.927Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:53.027Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:53.028Z||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-04-27T20:18:53.029Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:53.038Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:53.039Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:53.927Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:53.928Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:53.931Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:53.931Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:54.031Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:54.032Z||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-04-27T20:18:54.032Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:54.041Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:54.042Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:54.932Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:54.933Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:54.934Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:54.934Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:18:55.034Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:55.035Z||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-04-27T20:18:55.036Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:55.050Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:55.051Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:55.935Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:55.936Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:55.938Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:55.938Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:18:56.038Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:18:56.039Z||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-04-27T20:18:56.039Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:56.049Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:56.049Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:18:56.939Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "serviceName": "Demo_pNF_9OoyCN3LCUkGUD5ikJu2",
  "serviceVersion": "1.0",
  "serviceUUID": "6dffea09-3331-4e0d-9bbd-0c0f670bf441",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "43887a1f-f5c1-421d-8ade-6df20a34a89c",
  "resources": [
    {
      "resourceInstanceName": "pNF 83cc9af7-4461 0",
      "resourceCustomizationUUID": "f94c792e-c713-4eca-a6fb-cc91ab7ad13c",
      "resourceName": "pNF 83cc9af7-4461",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d0d5dc50-f598-4260-bc1d-1a4945180d39",
      "resourceInvariantUUID": "1e318e10-b552-450f-9ed4-4ae682a7caf0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
      "artifactChecksum": "Y2FmN2FkZmI1ZTFjYzY4NTAxOTVhNDcwZTBmMzM1MmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9b5c3c3e-6b17-4c19-9977-fc929023731b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:18:56.940Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:18:56.940Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6dffea09-3331-4e0d-9bbd-0c0f670bf441 ASDC
2021-04-27T20:18:56.940Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b33f9fe9-0d31-4f23-b051-b70b704f1f12
ServiceName:Demo_pNF_9OoyCN3LCUkGUD5ikJu2
ServiceVersion:1.0
ServiceUUID:6dffea09-3331-4e0d-9bbd-0c0f670bf441
ServiceInvariantUUID:43887a1f-f5c1-421d-8ade-6df20a34a89c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
ArtifactUUID:9b5c3c3e-6b17-4c19-9977-fc929023731b
ArtifactChecksum:Y2FmN2FkZmI1ZTFjYzY4NTAxOTVhNDcwZTBmMzM1MmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 83cc9af7-4461 0
ResourceCustomizationUUID:f94c792e-c713-4eca-a6fb-cc91ab7ad13c
ResourceInvariantUUID:1e318e10-b552-450f-9ed4-4ae682a7caf0
ResourceName:pNF 83cc9af7-4461
ResourceType:PNF
ResourceUUID:d0d5dc50-f598-4260-bc1d-1a4945180d39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-27T20:18:56.940Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dffea09-3331-4e0d-9bbd-0c0f670bf441 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-04-27T20:18:56.967Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:18:56.967Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:18:56.967Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:18:56.968Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9b5c3c3e-6b17-4c19-9977-fc929023731b from URL: /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:56.968Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:18:56.968Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:57.333Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:18:57.337Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar 9b5c3c3e-6b17-4c19-9977-fc929023731b 83910
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar ASDC sendASDCNotification
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:57.340Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:57.341Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554737338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:18:57.441Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:57.442Z||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-04-27T20:18:57.442Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:57.453Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:57.454Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:58.341Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:18:58.342Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:18:58.342Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9b5c3c3e-6b17-4c19-9977-fc929023731b, URL: /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar to file: /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.342Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.343Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.343Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.429Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13725870824056926857/Definitions/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml
2021-04-27T20:18:59.007Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83cc9af7-4461 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-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83cc9af7-4461 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Node template pNF 83cc9af7-4461 0 is matching search criteria
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 83cc9af7-4461 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Node template pNF 83cc9af7-4461 0 is matching search criteria
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 83cc9af7-4461 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9OoyCN3LCUkGUD5ikJu2
Description:catalog service description
Model UUID:6dffea09-3331-4e0d-9bbd-0c0f670bf441
Model Version:NULL
Model InvariantUuid:43887a1f-f5c1-421d-8ade-6df20a34a89c
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-04-27T20:18:59.017Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d0d5dc50-f598-4260-bc1d-1a4945180d39
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-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||pNF 83cc9af7-4461 0
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d0d5dc50-f598-4260-bc1d-1a4945180d39
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6dffea09-3331-4e0d-9bbd-0c0f670bf441
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6dffea09-3331-4e0d-9bbd-0c0f670bf441
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 83cc9af7-4461 0 d0d5dc50-f598-4260-bc1d-1a4945180d39 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-04-27T20:18:59.027Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.028Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.028Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6dffea09-3331-4e0d-9bbd-0c0f670bf441: pNF 83cc9af7-4461
2021-04-27T20:18:59.029Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Processing PNF resource: d0d5dc50-f598-4260-bc1d-1a4945180d39
2021-04-27T20:18:59.029Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:18:59.029Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.029Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Resource customization UUID: f94c792e-c713-4eca-a6fb-cc91ab7ad13c is the same as notified resource customizationUUID: f94c792e-c713-4eca-a6fb-cc91ab7ad13c
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-04-27T20:18:59.079Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 83cc9af7-4461 d0d5dc50-f598-4260-bc1d-1a4945180d39 0 ASDC deployResourceStructure
2021-04-27T20:18:59.080Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar ASDC sendASDCNotification
2021-04-27T20:18:59.080Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.080Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:18:59.080Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:59.082Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:59.082Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554739080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:18:59.183Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:18:59.184Z||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-04-27T20:18:59.185Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:59.198Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:18:59.199Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:19:00.082Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:19:00.091Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12
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-04-27T20:19:00.094Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:19:00.094Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:19:00.094Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:19:30.094Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:19:30.105Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12
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-04-27T20:19:30.110Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:19:30.110Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:19:30.110Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:19:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:19:48.286Z||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-04-27T20:19:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:19:48.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:19:48.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554668282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554671426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:19:48.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554673118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554704474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554712651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554706725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554704797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "dcae-sch",
  "timestamp": 1619554707052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554712728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554705509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554721977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554722036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554722061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554722282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554722981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554723459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554723955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "policy-id",
  "timestamp": 1619554723984,
  "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-04-27T20:19:48.327Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b33f9fe9-0d31-4f23-b051-b70b704f1f12
2021-04-27T20:19:48.327Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b33f9fe9-0d31-4f23-b051-b70b704f1f12 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-04-27T20:19:48.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554716540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:19:48.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554724463,
  "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-04-27T20:19:48.341Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b33f9fe9-0d31-4f23-b051-b70b704f1f12
2021-04-27T20:19:48.341Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b33f9fe9-0d31-4f23-b051-b70b704f1f12 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-04-27T20:19:48.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554724963,
  "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-04-27T20:19:48.354Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b33f9fe9-0d31-4f23-b051-b70b704f1f12
2021-04-27T20:19:48.354Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b33f9fe9-0d31-4f23-b051-b70b704f1f12 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-04-27T20:19:48.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554726731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554727131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:19:48.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:19:48.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:19:48.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "aai-ml",
  "timestamp": 1619554727734,
  "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-04-27T20:19:48.374Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b33f9fe9-0d31-4f23-b051-b70b704f1f12
2021-04-27T20:19:48.374Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b33f9fe9-0d31-4f23-b051-b70b704f1f12 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-04-27T20:20:00.111Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:20:00.119Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12
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-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:20:00.122Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:20:00.127Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:20:30.127Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12 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-04-27T20:20:30.133Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b33f9fe9-0d31-4f23-b051-b70b704f1f12 and serviceModelVersionId: 6dffea09-3331-4e0d-9bbd-0c0f670bf441
2021-04-27T20:20:30.133Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43887a1f-f5c1-421d-8ade-6df20a34a89c
2021-04-27T20:20:30.134Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0
2021-04-27T20:20:30.141Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:20:30.174Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0|INFO|500||Invoke
2021-04-27T20:20:30.174Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b33f9fe9-0d31-4f23-b051-b70b704f1f12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28c31000-0299-4114-a1d8-1027ddb43af1], X-ECOMP-RequestID=[b33f9fe9-0d31-4f23-b051-b70b704f1f12], X-TransactionId=[], X-ONAP-RequestID=[b33f9fe9-0d31-4f23-b051-b70b704f1f12], Content-Type=[application/merge-patch+json]}
2021-04-27T20:20:30.197Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:20:30.413Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?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/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210427-20:20:30:205-83208], vertex-id=[196648], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:20:30 GMT], Content-Type=[application/json]}
2021-04-27T20:20:30.413Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:20:30.414Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43887a1f-f5c1-421d-8ade-6df20a34a89c/model-vers/model-ver/6dffea09-3331-4e0d-9bbd-0c0f670bf441?depth=0|INFO|500||InvokeReturn
2021-04-27T20:20:30.414Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:20:30.414Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:20:30.419Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:20:30.420Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b33f9fe9-0d31-4f23-b051-b70b704f1f12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:20:30.420Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:20:30.420Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:30.421Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:30.421Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554830420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:20:30.522Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:30.523Z||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-04-27T20:20:30.523Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:30.536Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:30.537Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:20:31.435Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:20:31.435Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|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-04-27T20:20:31.436Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:37.680Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:37.681Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:20:37.681Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ab8335e-378e-4610-8d3c-a23179b8f2b3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81","serviceDescription":"service","serviceInvariantUUID":"ef0d25ab-aea6-409e-8899-c58d2791cea6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a4fd326-f97b-424d-8388-4f90331ff0ed","resourceInvariantUUID":"77f115d5-e9ff-417f-8f78-bffb2cbcc358","resourceCustomizationUUID":"f38b486e-7264-454d-9fe9-784109ea7d81","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":"Mjg1Y2UzYmY0MjcxYzdkNWMzM2M2NTEyMWMyZGI0Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a95b108-e2c9-4c01-bdf5-0eb6a428fe55","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":"MzA0NGI5Zjg2MjlkYmVmN2FiMDdhZmZiNDAxMzdjNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7352908d-82ee-4c8d-8b7b-ed427ee76bc0","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":"b656a4d3-2762-41da-913c-b1c634ca62a5","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":"0ab9a469-206d-4f05-a821-c5d275e9e5c3","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":"ef012133-2abf-4554-8097-d553b5d34aeb","artifactVersion":"2","generatedFromUUID":"b656a4d3-2762-41da-913c-b1c634ca62a5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzM4MmFiYjUyMGRlZDdmMGM5MTc2YjU4NzVmYmM4ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91634ded-1ef4-4424-8bfe-ba6c07993187","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWM4MTY0MzUwMWUxYmEyMDc2YjE0NTNhMjE0MzRkYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0acb5625-025d-4a8c-a1c9-4f7a03eacb95","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:20:37.682Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:37.682Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:37.686Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:37.686Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:20:37.786Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:37.786Z||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-04-27T20:20:37.786Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:37.796Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:37.797Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:20:38.686Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:38.687Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:38.689Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:38.689Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:20:38.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:20:38.791Z||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-04-27T20:20:38.791Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:38.801Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:38.801Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:39.689Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:39.690Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:39.693Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:39.693Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:20:39.794Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:20:39.795Z||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-04-27T20:20:39.795Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:39.805Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:39.806Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:40.694Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:40.694Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:40.696Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:40.696Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:20:40.797Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:20:40.798Z||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-04-27T20:20:40.798Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:40.808Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:40.809Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:41.697Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:41.697Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:41.700Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:41.700Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-27T20:20:41.800Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:41.801Z||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-04-27T20:20:41.801Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:41.811Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:41.811Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:42.700Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:42.701Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:42.702Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:42.702Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:20:42.802Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:42.803Z||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-04-27T20:20:42.803Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:42.812Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:42.813Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:20:43.703Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:20:43.704Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:43.706Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:43.707Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:20:43.807Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:43.808Z||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-04-27T20:20:43.808Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:43.817Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:43.817Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:44.708Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef0d25ab-aea6-409e-8899-c58d2791cea6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f38b486e-7264-454d-9fe9-784109ea7d81",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8a4fd326-f97b-424d-8388-4f90331ff0ed",
      "resourceInvariantUUID": "77f115d5-e9ff-417f-8f78-bffb2cbcc358",
      "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": "MzA0NGI5Zjg2MjlkYmVmN2FiMDdhZmZiNDAxMzdjNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7352908d-82ee-4c8d-8b7b-ed427ee76bc0",
          "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": "b656a4d3-2762-41da-913c-b1c634ca62a5",
          "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": "ef012133-2abf-4554-8097-d553b5d34aeb",
            "generatedFromUUID": "b656a4d3-2762-41da-913c-b1c634ca62a5"
          },
          "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": "ef012133-2abf-4554-8097-d553b5d34aeb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWM4MTY0MzUwMWUxYmEyMDc2YjE0NTNhMjE0MzRkYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0acb5625-025d-4a8c-a1c9-4f7a03eacb95"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:20:44.709Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:20:44.709Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81 ASDC
2021-04-27T20:20:44.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5ab8335e-378e-4610-8d3c-a23179b8f2b3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81
ServiceInvariantUUID:ef0d25ab-aea6-409e-8899-c58d2791cea6
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:0acb5625-025d-4a8c-a1c9-4f7a03eacb95
ArtifactChecksum:ZWM4MTY0MzUwMWUxYmEyMDc2YjE0NTNhMjE0MzRkYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f38b486e-7264-454d-9fe9-784109ea7d81
ResourceInvariantUUID:77f115d5-e9ff-417f-8f78-bffb2cbcc358
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8a4fd326-f97b-424d-8388-4f90331ff0ed
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:7352908d-82ee-4c8d-8b7b-ed427ee76bc0
ArtifactChecksum:MzA0NGI5Zjg2MjlkYmVmN2FiMDdhZmZiNDAxMzdjNDM=
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:b656a4d3-2762-41da-913c-b1c634ca62a5
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:ef012133-2abf-4554-8097-d553b5d34aeb
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:ef012133-2abf-4554-8097-d553b5d34aeb
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-27T20:20:44.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81 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-04-27T20:20:44.746Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:20:44.747Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:20:44.747Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:20:44.747Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0acb5625-025d-4a8c-a1c9-4f7a03eacb95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-27T20:20:44.747Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:20:44.747Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-27T20:20:45.625Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:20:45.629Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0acb5625-025d-4a8c-a1c9-4f7a03eacb95 75126
2021-04-27T20:20:45.629Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-27T20:20:45.629Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-27T20:20:45.629Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:20:45.630Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:45.631Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:45.631Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554845629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:20:45.732Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:20:45.733Z||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-04-27T20:20:45.733Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:45.749Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:45.749Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:46.632Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:20:46.633Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:20:46.634Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0acb5625-025d-4a8c-a1c9-4f7a03eacb95, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:46.634Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-27T20:20:46.635Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:46.635Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:46.766Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14681051018478196921/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-04-27T20:20:47.708Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:20:47.708Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:20:47.709Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.710Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-27T20:20:47.711Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a2b64ba9-d595-47ac-a3c3-93d5aa194e45
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:47.712Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81
Model Version:NULL
Model InvariantUuid:ef0d25ab-aea6-409e-8899-c58d2791cea6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d52752f2-320f-4809-ae22-91e74ac599f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77f115d5-e9ff-417f-8f78-bffb2cbcc358
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f38b486e-7264-454d-9fe9-784109ea7d81
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0aa3829b-d834-42a2-aba8-62315e190f31
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:820bd1f4-e71c-4082-ae24-1d2b1f2baf2f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a2b64ba9-d595-47ac-a3c3-93d5aa194e45
ModelInvariantUuid:f71ab872-4933-4036-922a-ad4335f57272
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:bc6368cf-05ba-4109-9a01-fe8573e9aedc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:a8b114ce-97d4-4af8-9bef-53d63b9e71c6
ModelInvariantUuid:fa548dcd-c5dd-4e98-9cde-3d29bae88dfb
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:9fab026a-2164-47c1-8347-24e2d30377a5
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-04-27T20:20:47.720Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a4fd326-f97b-424d-8388-4f90331ff0ed
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-04-27T20:20:47.723Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-04-27T20:20:47.724Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a4fd326-f97b-424d-8388-4f90331ff0ed
2021-04-27T20:20:47.724Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7352908d-82ee-4c8d-8b7b-ed427ee76bc0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-27T20:20:47.724Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:20:47.724Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-27T20:20:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:20:48.286Z||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-04-27T20:20:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:48.303Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:48.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:20:48.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:20:48.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:20:48.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:20:48.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:20:48.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:20:48.319Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:20:48.320Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7352908d-82ee-4c8d-8b7b-ed427ee76bc0 787
2021-04-27T20:20:48.320Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-27T20:20:48.320Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-27T20:20:48.321Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:20:48.321Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:48.323Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:48.323Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554848320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:20:48.424Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:20:48.424Z||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-04-27T20:20:48.424Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:48.435Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:48.436Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:49.324Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0aa3829b-d834-42a2-aba8-62315e190f31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "820bd1f4-e71c-4082-ae24-1d2b1f2baf2f",
    "vfModuleModelCustomizationUUID": "71908ba2-b627-42a4-9eb0-9e00c52af320",
    "isBase": true,
    "artifacts": [
      "b656a4d3-2762-41da-913c-b1c634ca62a5",
      "ef012133-2abf-4554-8097-d553b5d34aeb"
    ],
    "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-04-27T20:20:49.329Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:820bd1f4-e71c-4082-ae24-1d2b1f2baf2f
VfModuleModelInvariantUUID:0aa3829b-d834-42a2-aba8-62315e190f31
VfModuleModelDescription:NULL
Artifacts UUID List:{
b656a4d3-2762-41da-913c-b1c634ca62a5
,
ef012133-2abf-4554-8097-d553b5d34aeb

}
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-04-27T20:20:49.332Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0aa3829b-d834-42a2-aba8-62315e190f31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "820bd1f4-e71c-4082-ae24-1d2b1f2baf2f",
    "vfModuleModelCustomizationUUID": "71908ba2-b627-42a4-9eb0-9e00c52af320",
    "isBase": true,
    "artifacts": [
      "b656a4d3-2762-41da-913c-b1c634ca62a5",
      "ef012133-2abf-4554-8097-d553b5d34aeb"
    ],
    "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-04-27T20:20:49.332Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:820bd1f4-e71c-4082-ae24-1d2b1f2baf2f
VfModuleModelInvariantUUID:0aa3829b-d834-42a2-aba8-62315e190f31
VfModuleModelDescription:NULL
Artifacts UUID List:{
b656a4d3-2762-41da-913c-b1c634ca62a5
,
ef012133-2abf-4554-8097-d553b5d34aeb

}
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-04-27T20:20:49.332Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b656a4d3-2762-41da-913c-b1c634ca62a5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-27T20:20:49.332Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:20:49.332Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-27T20:20:50.409Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:20:50.409Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b656a4d3-2762-41da-913c-b1c634ca62a5 5033
2021-04-27T20:20:50.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-27T20:20:50.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-27T20:20:50.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:20:50.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:50.411Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:50.412Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554850410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:20:50.512Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:50.513Z||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-04-27T20:20:50.513Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:50.522Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:50.522Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:51.412Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ef012133-2abf-4554-8097-d553b5d34aeb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-27T20:20:51.413Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:20:51.413Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-27T20:20:52.147Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:20:52.147Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ef012133-2abf-4554-8097-d553b5d34aeb 903
2021-04-27T20:20:52.148Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-27T20:20:52.148Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-27T20:20:52.148Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:20:52.148Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:52.150Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:52.150Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554852148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:20:52.250Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:52.252Z||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-04-27T20:20:52.252Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:52.262Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:52.262Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:53.151Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81
2021-04-27T20:20:53.151Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8a4fd326-f97b-424d-8388-4f90331ff0ed 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-04-27T20:20:53.179Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.179Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.180Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-27T20:20:53.180Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f38b486e-7264-454d-9fe9-784109ea7d81
2021-04-27T20:20:53.180Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f38b486e-7264-454d-9fe9-784109ea7d81 matches Tosca VF Customization UUID: f38b486e-7264-454d-9fe9-784109ea7d81
2021-04-27T20:20:53.180Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f38b486e-7264-454d-9fe9-784109ea7d81  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-04-27T20:20:53.185Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.185Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.197Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f38b486e-7264-454d-9fe9-784109ea7d81: {\"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-04-27T20:20:53.197Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6170965a
2021-04-27T20:20:53.197Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.197Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:20:53.198Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 71908ba2-b627-42a4-9eb0-9e00c52af320
2021-04-27T20:20:53.198Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 71908ba2-b627-42a4-9eb0-9e00c52af320
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-04-27T20:20:53.201Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.201Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:53.201Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-27T20:20:53.202Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a2b64ba9-d595-47ac-a3c3-93d5aa194e45
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-04-27T20:20:53.206Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.206Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:53.207Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:20:53.207Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.207Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-27T20:20:53.207Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f38b486e-7264-454d-9fe9-784109ea7d81
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-04-27T20:20:53.209Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.209Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.210Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81: basic_vm
2021-04-27T20:20:53.210Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.210Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.210Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.210Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:20:53.211Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:20:53.309Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8a4fd326-f97b-424d-8388-4f90331ff0ed 1 ASDC deployResourceStructure
2021-04-27T20:20:53.309Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-27T20:20:53.309Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-27T20:20:53.309Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:20:53.309Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:53.310Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:53.311Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554853309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:20:53.411Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:53.412Z||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-04-27T20:20:53.412Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:53.421Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:53.422Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:54.311Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-27T20:20:54.311Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-27T20:20:54.311Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:20:54.311Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:54.313Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:54.313Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554854311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:20:54.414Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:54.414Z||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-04-27T20:20:54.414Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:54.424Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:54.424Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:55.314Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-27T20:20:55.314Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-27T20:20:55.314Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:20:55.315Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:55.316Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:55.316Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554855314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:20:55.416Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:55.417Z||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-04-27T20:20:55.417Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:55.427Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:55.427Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:56.324Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-27T20:20:56.324Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-27T20:20:56.324Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:20:56.324Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:20:56.326Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:20:56.326Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554856324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:20:56.426Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:20:56.427Z||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-04-27T20:20:56.427Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:20:56.435Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:20:56.435Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:20:57.331Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:20:57.339Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:20:57.341Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:20:57.341Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:20:57.341Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:21:27.342Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:21:27.350Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:21:27.352Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:21:27.352Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:21:27.352Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:21:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:21:48.286Z||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-04-27T20:21:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:21:48.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:21:48.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554728834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:21:48.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:21:48.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "clamp",
  "timestamp": 1619554729837,
  "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-04-27T20:21:48.316Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b33f9fe9-0d31-4f23-b051-b70b704f1f12
2021-04-27T20:21:48.316Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b33f9fe9-0d31-4f23-b051-b70b704f1f12 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-04-27T20:21:48.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554722635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554728282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554737338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554739080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:21:48.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:21:57.353Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:21:57.364Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:21:57.367Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:21:57.367Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:21:57.367Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:22:27.368Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:22:27.377Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:22:27.379Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:22:27.379Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:22:27.379Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:22:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:22:48.286Z||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-04-27T20:22:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:22:48.314Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:22:48.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554830420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:22:48.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554832651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554831435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554832728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554836540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554845534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554845541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554845542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554845629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554846546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554847446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:22:48.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:22:48.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "policy-id",
  "timestamp": 1619554847549,
  "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-04-27T20:22:48.332Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:22:48.332Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:22:48.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:48.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:22:48.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:22:48.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:22:57.380Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:22:57.408Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:22:57.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:22:57.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:22:57.410Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:23:27.411Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:23:27.420Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:23:27.422Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:23:27.423Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:23:27.423Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:23:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:23:48.286Z||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-04-27T20:23:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:23:48.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:23:48.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554848320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554849045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554850071,
  "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-04-27T20:23:48.823Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:23:48.824Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:23:48.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554850410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554850928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554850912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554851074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554852148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554852515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554852718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554852834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554853309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "aai-ml",
  "timestamp": 1619554853518,
  "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-04-27T20:23:48.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:23:48.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:23:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554854311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554854316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554854437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554855314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554855319,
  "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-04-27T20:23:48.862Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:23:48.862Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:23:48.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554855440,
  "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-04-27T20:23:48.874Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:23:48.874Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:23:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554856321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619554856324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554856443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619554845509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554852728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554847052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554861772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554862670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554862775,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554863677,
  "artifactURL": "/sdc/v1/catalog/services/4b65f025-8f6c-46ca-8b8d-f95469ad803a/resourceInstances/basicclamp0/artifacts/7bdb9a7b-cb25-4491-8c3e-7974a719052a",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "policy-id",
  "timestamp": 1619554863778,
  "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-04-27T20:23:48.897Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.897Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554856540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554842635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554842634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554864933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554865086,
  "artifactURL": "/sdc/v1/catalog/services/4b65f025-8f6c-46ca-8b8d-f95469ad803a/resourceInstances/basicclamp0/artifacts/7bdb9a7b-cb25-4491-8c3e-7974a719052a",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554865378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554865528,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554865641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554865937,
  "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-04-27T20:23:48.910Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:23:48.910Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:23:48.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "dcae-sch",
  "timestamp": 1619554866090,
  "artifactURL": "/sdc/v1/catalog/services/4b65f025-8f6c-46ca-8b8d-f95469ad803a/resourceInstances/basicclamp0/artifacts/7bdb9a7b-cb25-4491-8c3e-7974a719052a",
  "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-04-27T20:23:48.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.922Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:48.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554866553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554866709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554866853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554868033,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554868059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554868181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554868844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554869094,
  "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-04-27T20:23:48.938Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.938Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:48.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554869184,
  "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-04-27T20:23:48.950Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.950Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:48.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554869314,
  "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-04-27T20:23:48.960Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.960Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619554870098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619554870188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554862651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619554870317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554871485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554871846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "clamp",
  "timestamp": 1619554872850,
  "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-04-27T20:23:48.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ab8335e-378e-4610-8d3c-a23179b8f2b3
2021-04-27T20:23:48.972Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:23:48.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554854797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554875171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554877378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619554878382,
  "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-04-27T20:23:48.986Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.986Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:48.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554879171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:48.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "aai-ml",
  "timestamp": 1619554880174,
  "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-04-27T20:23:48.999Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:48.999Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:49.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:49.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554856728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554889847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554890852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554892253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554893256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:23:49.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "clamp",
  "timestamp": 1619554894259,
  "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-04-27T20:23:49.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06a65665-37b1-482b-9ae8-fecc71400a3f
2021-04-27T20:23:49.012Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:23:57.423Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:23:57.434Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3
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-04-27T20:23:57.437Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:23:57.437Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:23:57.437Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:23:57.437Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:23:57.438Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:23:57.438Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:23:57.438Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:23:57.438Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:23:57.438Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:23:57.438Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:23:57.443Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:24:27.443Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3 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-04-27T20:24:27.448Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ab8335e-378e-4610-8d3c-a23179b8f2b3 and serviceModelVersionId: 4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81
2021-04-27T20:24:27.448Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef0d25ab-aea6-409e-8899-c58d2791cea6
2021-04-27T20:24:27.449Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0
2021-04-27T20:24:27.454Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:24:27.499Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0|INFO|500||Invoke
2021-04-27T20:24:27.500Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ab8335e-378e-4610-8d3c-a23179b8f2b3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ae5ffbf-6350-4757-9929-3c07d0fe399e], X-ECOMP-RequestID=[5ab8335e-378e-4610-8d3c-a23179b8f2b3], X-TransactionId=[], X-ONAP-RequestID=[5ab8335e-378e-4610-8d3c-a23179b8f2b3], Content-Type=[application/merge-patch+json]}
2021-04-27T20:24:27.514Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:24:27.599Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?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/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210427-20:24:27:524-44731], vertex-id=[442568], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:24:27 GMT], Content-Type=[application/json]}
2021-04-27T20:24:27.599Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:24:27.600Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef0d25ab-aea6-409e-8899-c58d2791cea6/model-vers/model-ver/4b9a37f0-a2cc-4fc2-ad15-6d5083d42f81?depth=0|INFO|500||InvokeReturn
2021-04-27T20:24:27.601Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:24:27.601Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:24:27.607Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:24:27.607Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ab8335e-378e-4610-8d3c-a23179b8f2b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:24:27.607Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:24:27.608Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:27.609Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:27.609Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555067607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:24:27.710Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:24:27.710Z||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-04-27T20:24:27.710Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:27.722Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:27.722Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:24:28.621Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:24:28.621Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|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-04-27T20:24:28.621Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:32.920Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:32.920Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:24:32.920Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"06a65665-37b1-482b-9ae8-fecc71400a3f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4b65f025-8f6c-46ca-8b8d-f95469ad803a","serviceDescription":"service","serviceInvariantUUID":"69ad0d1b-de89-4a63-b59f-3d58fdece425","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9028d11-7766-4fa3-96a0-60e36a0ec5f2","resourceInvariantUUID":"a078a6d4-046d-4713-995f-8a4ca914b8d7","resourceCustomizationUUID":"be4ed5b4-242f-47e9-bed9-2c486b00e99c","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":"7bdb9a7b-cb25-4491-8c3e-7974a719052a","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":"OWE3NWU3NWQ5NjlhMTIzMmZjZTRlNTgzMzg4NGUwNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cf27507-30ad-46e6-81c3-fc70ec81052f","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":"ZmFkM2U4NjMyNGFiNGI5NWE1NmM5YjNlMzJkMWMzMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8dc45cf1-e407-4dc0-9792-7dff45e9bce3","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":"beb5576d-494c-40e3-843e-9269b7f7c686","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":"dacc5030-9664-43cd-8043-e1e88fd34df1","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":"94a81398-7fb6-45c4-8879-49a29a6e0f05","artifactVersion":"2","generatedFromUUID":"beb5576d-494c-40e3-843e-9269b7f7c686"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGM3ODQ3ODI5OTczNTI0YWE5ZWMyZGM1ZmFlYjllNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"884ac158-1d7f-4eb0-a055-621c388336e1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2VmYjEwNGMwZTQ2YjRhZjJhOWRkYTIzZjI4ZjdhOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f5c9628-02df-4e26-aead-aae0df1ab2a9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:24:32.921Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:32.922Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:32.923Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:32.923Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:33.023Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:33.024Z||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-04-27T20:24:33.024Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:33.034Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:33.034Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:33.923Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:33.924Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:33.925Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:33.925Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:34.026Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:34.026Z||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-04-27T20:24:34.026Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:34.036Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:34.036Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:24:34.926Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:34.926Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:34.928Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:34.928Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:24:35.028Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:35.029Z||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-04-27T20:24:35.029Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:35.039Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:35.040Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:35.929Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:35.929Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:35.931Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:35.931Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:24:36.031Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:36.032Z||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-04-27T20:24:36.032Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:36.041Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:36.041Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:24:36.931Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:36.932Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:36.933Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:36.933Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:37.034Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:24:37.034Z||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-04-27T20:24:37.035Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:37.043Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:37.044Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:37.934Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:37.935Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:37.937Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:37.937Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:24:38.038Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:24:38.039Z||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-04-27T20:24:38.039Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:38.050Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:38.051Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:24:38.938Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:38.939Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:38.941Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:38.941Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:39.041Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:39.042Z||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-04-27T20:24:39.042Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:39.052Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:39.052Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:39.942Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:24:39.943Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:39.945Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:39.945Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:24:40.045Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:40.046Z||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-04-27T20:24:40.046Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:40.055Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:40.056Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:40.946Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4b65f025-8f6c-46ca-8b8d-f95469ad803a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "69ad0d1b-de89-4a63-b59f-3d58fdece425",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "be4ed5b4-242f-47e9-bed9-2c486b00e99c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f9028d11-7766-4fa3-96a0-60e36a0ec5f2",
      "resourceInvariantUUID": "a078a6d4-046d-4713-995f-8a4ca914b8d7",
      "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": "ZmFkM2U4NjMyNGFiNGI5NWE1NmM5YjNlMzJkMWMzMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8dc45cf1-e407-4dc0-9792-7dff45e9bce3",
          "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": "beb5576d-494c-40e3-843e-9269b7f7c686",
          "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": "94a81398-7fb6-45c4-8879-49a29a6e0f05",
            "generatedFromUUID": "beb5576d-494c-40e3-843e-9269b7f7c686"
          },
          "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": "94a81398-7fb6-45c4-8879-49a29a6e0f05",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "N2VmYjEwNGMwZTQ2YjRhZjJhOWRkYTIzZjI4ZjdhOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f5c9628-02df-4e26-aead-aae0df1ab2a9"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:24:40.947Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:24:40.947Z|5ab8335e-378e-4610-8d3c-a23179b8f2b3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b65f025-8f6c-46ca-8b8d-f95469ad803a ASDC
2021-04-27T20:24:40.947Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:06a65665-37b1-482b-9ae8-fecc71400a3f
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4b65f025-8f6c-46ca-8b8d-f95469ad803a
ServiceInvariantUUID:69ad0d1b-de89-4a63-b59f-3d58fdece425
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:8f5c9628-02df-4e26-aead-aae0df1ab2a9
ArtifactChecksum:N2VmYjEwNGMwZTQ2YjRhZjJhOWRkYTIzZjI4ZjdhOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:be4ed5b4-242f-47e9-bed9-2c486b00e99c
ResourceInvariantUUID:a078a6d4-046d-4713-995f-8a4ca914b8d7
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:f9028d11-7766-4fa3-96a0-60e36a0ec5f2
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:8dc45cf1-e407-4dc0-9792-7dff45e9bce3
ArtifactChecksum:ZmFkM2U4NjMyNGFiNGI5NWE1NmM5YjNlMzJkMWMzMjg=
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:beb5576d-494c-40e3-843e-9269b7f7c686
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:94a81398-7fb6-45c4-8879-49a29a6e0f05
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:94a81398-7fb6-45c4-8879-49a29a6e0f05
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-27T20:24:40.947Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b65f025-8f6c-46ca-8b8d-f95469ad803a 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-04-27T20:24:40.979Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:24:40.980Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:24:40.980Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:24:40.980Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8f5c9628-02df-4e26-aead-aae0df1ab2a9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T20:24:40.980Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:24:40.980Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T20:24:41.207Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:24:41.210Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8f5c9628-02df-4e26-aead-aae0df1ab2a9 77703
2021-04-27T20:24:41.210Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-27T20:24:41.210Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T20:24:41.210Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:24:41.211Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:41.212Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:41.212Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555081210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:41.312Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:41.313Z||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-04-27T20:24:41.313Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:41.321Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:41.321Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:24:42.212Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:24:42.213Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:24:42.214Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8f5c9628-02df-4e26-aead-aae0df1ab2a9, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:42.214Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-27T20:24:42.214Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:42.214Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:42.347Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4224993773890753619/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-04-27T20:24:43.375Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:24:43.375Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:24:43.375Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.376Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.377Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-27T20:24:43.378Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:24:43.379Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-27T20:24:43.380Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1549154b-b261-40f0-a737-2926211178d5
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:43.381Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:43.382Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4b65f025-8f6c-46ca-8b8d-f95469ad803a
Model Version:NULL
Model InvariantUuid:69ad0d1b-de89-4a63-b59f-3d58fdece425
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5e4f285c-b078-4089-afad-1f09b4ec572b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a078a6d4-046d-4713-995f-8a4ca914b8d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:be4ed5b4-242f-47e9-bed9-2c486b00e99c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ac083fef-2f43-470e-b3b1-6fc8fd3fad10
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a2ca3a5c-6377-40cb-aed2-466c8af80f59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1549154b-b261-40f0-a737-2926211178d5
ModelInvariantUuid:6078ce27-6d8b-4e9d-8603-e8aee3630ef5
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f7d9f7a6-3233-40ed-bb48-3c7a83364522
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:00ccd66d-f0ad-4870-b777-bcc655b5ec04
ModelInvariantUuid:72910334-d514-4380-a70e-af4100b45120
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:35f856cd-d1a3-4f28-a0c5-c9d2c57a3c17
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-04-27T20:24:43.389Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f9028d11-7766-4fa3-96a0-60e36a0ec5f2
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-04-27T20:24:43.392Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-04-27T20:24:43.392Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9028d11-7766-4fa3-96a0-60e36a0ec5f2
2021-04-27T20:24:43.392Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8dc45cf1-e407-4dc0-9792-7dff45e9bce3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T20:24:43.392Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:24:43.392Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T20:24:44.142Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:24:44.143Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 8dc45cf1-e407-4dc0-9792-7dff45e9bce3 790
2021-04-27T20:24:44.143Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-27T20:24:44.143Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T20:24:44.143Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:24:44.144Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:44.147Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:44.147Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555084143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:44.247Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:44.247Z||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-04-27T20:24:44.248Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:44.257Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:44.258Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:45.148Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ac083fef-2f43-470e-b3b1-6fc8fd3fad10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2ca3a5c-6377-40cb-aed2-466c8af80f59",
    "vfModuleModelCustomizationUUID": "c2265e0b-152e-4b95-811b-f2642bcccba1",
    "isBase": true,
    "artifacts": [
      "beb5576d-494c-40e3-843e-9269b7f7c686",
      "94a81398-7fb6-45c4-8879-49a29a6e0f05"
    ],
    "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-04-27T20:24:45.152Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2ca3a5c-6377-40cb-aed2-466c8af80f59
VfModuleModelInvariantUUID:ac083fef-2f43-470e-b3b1-6fc8fd3fad10
VfModuleModelDescription:NULL
Artifacts UUID List:{
beb5576d-494c-40e3-843e-9269b7f7c686
,
94a81398-7fb6-45c4-8879-49a29a6e0f05

}
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-04-27T20:24:45.155Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ac083fef-2f43-470e-b3b1-6fc8fd3fad10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2ca3a5c-6377-40cb-aed2-466c8af80f59",
    "vfModuleModelCustomizationUUID": "c2265e0b-152e-4b95-811b-f2642bcccba1",
    "isBase": true,
    "artifacts": [
      "beb5576d-494c-40e3-843e-9269b7f7c686",
      "94a81398-7fb6-45c4-8879-49a29a6e0f05"
    ],
    "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-04-27T20:24:45.156Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2ca3a5c-6377-40cb-aed2-466c8af80f59
VfModuleModelInvariantUUID:ac083fef-2f43-470e-b3b1-6fc8fd3fad10
VfModuleModelDescription:NULL
Artifacts UUID List:{
beb5576d-494c-40e3-843e-9269b7f7c686
,
94a81398-7fb6-45c4-8879-49a29a6e0f05

}
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-04-27T20:24:45.156Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: beb5576d-494c-40e3-843e-9269b7f7c686 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T20:24:45.156Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:24:45.156Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T20:24:45.856Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:24:45.857Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml beb5576d-494c-40e3-843e-9269b7f7c686 5033
2021-04-27T20:24:45.857Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T20:24:45.857Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T20:24:45.857Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:24:45.858Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:45.860Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:45.860Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555085857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:45.960Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:45.961Z||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-04-27T20:24:45.961Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:45.971Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:45.972Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:46.861Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 94a81398-7fb6-45c4-8879-49a29a6e0f05 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T20:24:46.861Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:24:46.862Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T20:24:47.535Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:24:47.536Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 94a81398-7fb6-45c4-8879-49a29a6e0f05 909
2021-04-27T20:24:47.536Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T20:24:47.536Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T20:24:47.536Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:24:47.536Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:47.538Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:47.538Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555087536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:47.638Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:47.639Z||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-04-27T20:24:47.639Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:47.649Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:47.649Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:24:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:24:48.286Z||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-04-27T20:24:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:48.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ab8335e-378e-4610-8d3c-a23179b8f2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555067607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555068621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555081210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555072651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "dcae-sch",
  "timestamp": 1619555067052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555072728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555066725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555084143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555076540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555085437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555085557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555085857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555086561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:24:48.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555086836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555087536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "policy-id",
  "timestamp": 1619555087563,
  "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-04-27T20:24:48.436Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:24:48.436Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:24:48.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555088111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:24:48.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:24:48.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:24:48.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:24:48.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:24:48.539Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4b65f025-8f6c-46ca-8b8d-f95469ad803a
2021-04-27T20:24:48.540Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f9028d11-7766-4fa3-96a0-60e36a0ec5f2 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-04-27T20:24:48.556Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.557Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.557Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-27T20:24:48.557Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= be4ed5b4-242f-47e9-bed9-2c486b00e99c
2021-04-27T20:24:48.557Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be4ed5b4-242f-47e9-bed9-2c486b00e99c matches Tosca VF Customization UUID: be4ed5b4-242f-47e9-bed9-2c486b00e99c
2021-04-27T20:24:48.557Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: be4ed5b4-242f-47e9-bed9-2c486b00e99c  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-04-27T20:24:48.559Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.559Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.560Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id be4ed5b4-242f-47e9-bed9-2c486b00e99c: {\"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-04-27T20:24:48.560Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2233ca92
2021-04-27T20:24:48.560Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.560Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:24:48.560Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2265e0b-152e-4b95-811b-f2642bcccba1
2021-04-27T20:24:48.560Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2265e0b-152e-4b95-811b-f2642bcccba1
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-04-27T20:24:48.562Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.562Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:24:48.563Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1549154b-b261-40f0-a737-2926211178d5
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-04-27T20:24:48.565Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.565Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:48.565Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:24:48.565Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.565Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-27T20:24:48.565Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=be4ed5b4-242f-47e9-bed9-2c486b00e99c
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-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4b65f025-8f6c-46ca-8b8d-f95469ad803a: basicclamp
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.567Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.568Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.568Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.568Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.568Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:24:48.568Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:24:48.568Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:24:48.648Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f9028d11-7766-4fa3-96a0-60e36a0ec5f2 1 ASDC deployResourceStructure
2021-04-27T20:24:48.649Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-27T20:24:48.649Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-27T20:24:48.649Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:24:48.649Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:48.651Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:48.651Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555088649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:24:48.751Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:48.751Z||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-04-27T20:24:48.752Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:48.761Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:48.761Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:49.652Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T20:24:49.652Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-27T20:24:49.652Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:24:49.652Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:49.654Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:49.654Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555089651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:24:49.754Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:49.755Z||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-04-27T20:24:49.755Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:49.764Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:49.765Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:50.655Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T20:24:50.655Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-27T20:24:50.655Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:24:50.655Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:50.656Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:50.656Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555090654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:24:50.757Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:50.757Z||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-04-27T20:24:50.757Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:50.766Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:50.767Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:24:51.657Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-27T20:24:51.658Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-27T20:24:51.658Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:24:51.658Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:24:51.660Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:24:51.660Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555091657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:24:51.760Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:24:51.761Z||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-04-27T20:24:51.761Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:24:51.769Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:24:51.769Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:24:52.661Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a65665-37b1-482b-9ae8-fecc71400a3f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:24:52.673Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a65665-37b1-482b-9ae8-fecc71400a3f
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-04-27T20:24:52.677Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:24:52.677Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:24:52.678Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:24:52.678Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:24:52.678Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:24:52.678Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:24:52.679Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:24:52.679Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:24:52.679Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:24:52.679Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:24:52.679Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:24:52.685Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:25:22.686Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06a65665-37b1-482b-9ae8-fecc71400a3f 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-04-27T20:25:22.690Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06a65665-37b1-482b-9ae8-fecc71400a3f and serviceModelVersionId: 4b65f025-8f6c-46ca-8b8d-f95469ad803a
2021-04-27T20:25:22.690Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69ad0d1b-de89-4a63-b59f-3d58fdece425
2021-04-27T20:25:22.691Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0
2021-04-27T20:25:22.694Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:25:22.726Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0|INFO|500||Invoke
2021-04-27T20:25:22.726Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06a65665-37b1-482b-9ae8-fecc71400a3f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ea4f0f9-42c7-4816-a417-2f7f9aff5e36], X-ECOMP-RequestID=[06a65665-37b1-482b-9ae8-fecc71400a3f], X-TransactionId=[], X-ONAP-RequestID=[06a65665-37b1-482b-9ae8-fecc71400a3f], Content-Type=[application/merge-patch+json]}
2021-04-27T20:25:22.748Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:25:22.847Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?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/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-20:25:22:755-95267], vertex-id=[241880], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:25:22 GMT], Content-Type=[application/json]}
2021-04-27T20:25:22.848Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:25:22.848Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ad0d1b-de89-4a63-b59f-3d58fdece425/model-vers/model-ver/4b65f025-8f6c-46ca-8b8d-f95469ad803a?depth=0|INFO|500||InvokeReturn
2021-04-27T20:25:22.849Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:25:22.849Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:25:22.854Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:25:22.855Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06a65665-37b1-482b-9ae8-fecc71400a3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:25:22.855Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:25:22.855Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:22.856Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:22.857Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555122855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:25:22.957Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:22.957Z||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-04-27T20:25:22.958Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:22.972Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:22.972Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:25:23.868Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:25:23.868Z|06a65665-37b1-482b-9ae8-fecc71400a3f|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-04-27T20:25:23.868Z|06a65665-37b1-482b-9ae8-fecc71400a3f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:24.491Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:24.491Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:25:24.492Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddbf99a6-32c0-442e-9701-cfce04a2b4be","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"77d3fcd7-90c7-432f-ae71-dae9f8873702","serviceDescription":"service","serviceInvariantUUID":"d99ab7f3-aad6-4ce4-b02b-898b4e8fe995","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6775d898-eb31-496e-b786-1ef0ab1e979e","resourceInvariantUUID":"42a9b7af-1ef6-4f80-a198-e5eac016fe5a","resourceCustomizationUUID":"c991fed3-2377-4799-9b34-9803e999a795","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":"NTBiN2Y0NTY2Y2I4ZmIyMzI3OWYzMjkyNDczNWIwZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"525d6c99-898e-4ebd-abee-1d00e63e16d6","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":"33e93ece-50d2-4ad8-b3cc-107ce700a86e","artifactVersion":"2","generatedFromUUID":"d219eec2-1265-45e1-83bc-3c002fb8c72a"},{"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":"d219eec2-1265-45e1-83bc-3c002fb8c72a","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":"Y2I2N2JkMzUwYTk5MDk0OTY3M2ZjNjYzMmIzNmZhYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16ff3c7e-beee-4d60-b87a-b6e327273fd4","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":"274d7879-8570-482c-b637-8f843527890f","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":"195b4303-3ad4-4f72-8c06-2d4b35bef398","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":"c8707360-ebd8-47b9-b241-0900e55ddf45","artifactVersion":"2","generatedFromUUID":"274d7879-8570-482c-b637-8f843527890f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGViZWFmMWVjNDdjYTFkN2RlODg2ZWM4NjBhY2EwNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6423f912-906a-45b8-991b-e0bdc02318d7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjIxMDU4ODBlYzRhNjYwNWJjZmRhZGFkMDc1YzhmNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8e656d9-7d6c-45d2-8774-228b66f54efa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:25:24.493Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:24.493Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:24.494Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:24.495Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:25:24.595Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:24.596Z||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-04-27T20:25:24.596Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:24.605Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:24.606Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:25.495Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:25.496Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:25.497Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:25.497Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-27T20:25:25.598Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:25:25.599Z||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-04-27T20:25:25.599Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:25.608Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:25.609Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:26.499Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:26.499Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:26.502Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:26.503Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-27T20:25:26.602Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:25:26.603Z||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-04-27T20:25:26.603Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:26.613Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:26.614Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:27.503Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:27.504Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:27.506Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:27.506Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:25:27.606Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:27.607Z||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-04-27T20:25:27.607Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:27.617Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:27.617Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:28.506Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:28.507Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:28.509Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:28.509Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:25:28.609Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:28.610Z||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-04-27T20:25:28.610Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:28.619Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:28.620Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:25:29.509Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:29.510Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:29.512Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:29.512Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:25:29.613Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:29.614Z||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-04-27T20:25:29.614Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:29.623Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:29.623Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:30.513Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:30.513Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:30.515Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:30.515Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-27T20:25:30.615Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:30.616Z||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-04-27T20:25:30.616Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:30.626Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:30.627Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:31.515Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:31.516Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:31.518Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:31.518Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:25:31.619Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:25:31.620Z||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-04-27T20:25:31.620Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:31.631Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:31.631Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:32.519Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:25:32.520Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:32.522Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:32.523Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:25:32.623Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:32.624Z||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-04-27T20:25:32.624Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:32.633Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:32.634Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:25:33.524Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "77d3fcd7-90c7-432f-ae71-dae9f8873702",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d99ab7f3-aad6-4ce4-b02b-898b4e8fe995",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c991fed3-2377-4799-9b34-9803e999a795",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6775d898-eb31-496e-b786-1ef0ab1e979e",
      "resourceInvariantUUID": "42a9b7af-1ef6-4f80-a198-e5eac016fe5a",
      "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": "33e93ece-50d2-4ad8-b3cc-107ce700a86e",
          "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": "d219eec2-1265-45e1-83bc-3c002fb8c72a",
          "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": "Y2I2N2JkMzUwYTk5MDk0OTY3M2ZjNjYzMmIzNmZhYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16ff3c7e-beee-4d60-b87a-b6e327273fd4",
          "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": "274d7879-8570-482c-b637-8f843527890f",
          "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": "c8707360-ebd8-47b9-b241-0900e55ddf45",
            "generatedFromUUID": "274d7879-8570-482c-b637-8f843527890f"
          },
          "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": "c8707360-ebd8-47b9-b241-0900e55ddf45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjIxMDU4ODBlYzRhNjYwNWJjZmRhZGFkMDc1YzhmNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8e656d9-7d6c-45d2-8774-228b66f54efa"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:25:33.525Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:25:33.525Z|06a65665-37b1-482b-9ae8-fecc71400a3f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 77d3fcd7-90c7-432f-ae71-dae9f8873702 ASDC
2021-04-27T20:25:33.526Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ddbf99a6-32c0-442e-9701-cfce04a2b4be
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:77d3fcd7-90c7-432f-ae71-dae9f8873702
ServiceInvariantUUID:d99ab7f3-aad6-4ce4-b02b-898b4e8fe995
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:e8e656d9-7d6c-45d2-8774-228b66f54efa
ArtifactChecksum:YjIxMDU4ODBlYzRhNjYwNWJjZmRhZGFkMDc1YzhmNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c991fed3-2377-4799-9b34-9803e999a795
ResourceInvariantUUID:42a9b7af-1ef6-4f80-a198-e5eac016fe5a
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6775d898-eb31-496e-b786-1ef0ab1e979e
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:33e93ece-50d2-4ad8-b3cc-107ce700a86e
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:d219eec2-1265-45e1-83bc-3c002fb8c72a
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:16ff3c7e-beee-4d60-b87a-b6e327273fd4
ArtifactChecksum:Y2I2N2JkMzUwYTk5MDk0OTY3M2ZjNjYzMmIzNmZhYjA=
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:274d7879-8570-482c-b637-8f843527890f
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:c8707360-ebd8-47b9-b241-0900e55ddf45
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:c8707360-ebd8-47b9-b241-0900e55ddf45
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-27T20:25:33.526Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77d3fcd7-90c7-432f-ae71-dae9f8873702 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-04-27T20:25:33.562Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:25:33.562Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:25:33.562Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:25:33.562Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8e656d9-7d6c-45d2-8774-228b66f54efa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T20:25:33.563Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:25:33.563Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T20:25:33.764Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:25:33.766Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e8e656d9-7d6c-45d2-8774-228b66f54efa 72005
2021-04-27T20:25:33.766Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-27T20:25:33.766Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T20:25:33.767Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:25:33.767Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:33.768Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:33.769Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555133766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:25:33.869Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:33.870Z||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-04-27T20:25:33.870Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:33.880Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:33.880Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:34.769Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:25:34.770Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:25:34.770Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e8e656d9-7d6c-45d2-8774-228b66f54efa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:34.771Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-27T20:25:34.771Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:34.771Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:34.862Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7405053518437967999/Definitions/service-BasicCnf-template.yml
2021-04-27T20:25:35.824Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:25:35.824Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:25:35.824Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:25:35.825Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:25:35.826Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=112669f9-dd0b-4e8c-ae76-9151c77f2d6f
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.827Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.828Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.828Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.828Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:35.828Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:35.828Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:77d3fcd7-90c7-432f-ae71-dae9f8873702
Model Version:NULL
Model InvariantUuid:d99ab7f3-aad6-4ce4-b02b-898b4e8fe995
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ecd5c0ee-fa5d-4496-a17a-daf3ff9352d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42a9b7af-1ef6-4f80-a198-e5eac016fe5a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c991fed3-2377-4799-9b34-9803e999a795
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:65c3600f-61d4-45e7-9f1f-95eb3c4c6d0f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:45774d4e-f091-400f-a8d4-e201884bce9e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:112669f9-dd0b-4e8c-ae76-9151c77f2d6f
ModelInvariantUuid:6946afad-9373-46f8-b0b8-b53d0c1dc4e2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0f350d16-cea6-4a0d-aa6c-1044a539bb32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:860ef6d8-c92c-4541-9808-1568cff8f02e
ModelInvariantUuid:c65403e7-c599-4d58-b225-d97c4fa622c5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fe1d07fb-2df1-4ea8-b94f-8ee2663b94a9
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-04-27T20:25:35.833Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6775d898-eb31-496e-b786-1ef0ab1e979e
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-04-27T20:25:35.836Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-04-27T20:25:35.836Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6775d898-eb31-496e-b786-1ef0ab1e979e
2021-04-27T20:25:35.836Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33e93ece-50d2-4ad8-b3cc-107ce700a86e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-27T20:25:35.837Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:25:35.837Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-27T20:25:36.042Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:25:36.043Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 33e93ece-50d2-4ad8-b3cc-107ce700a86e 12
2021-04-27T20:25:36.043Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-27T20:25:36.043Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-27T20:25:36.043Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:25:36.043Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:36.045Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:36.045Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555136043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:25:36.145Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:36.146Z||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-04-27T20:25:36.146Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:36.157Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:36.158Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:37.045Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d219eec2-1265-45e1-83bc-3c002fb8c72a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-27T20:25:37.046Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:25:37.046Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-27T20:25:37.228Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:25:37.228Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d219eec2-1265-45e1-83bc-3c002fb8c72a 2688
2021-04-27T20:25:37.228Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-27T20:25:37.228Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-27T20:25:37.228Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:25:37.229Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:37.230Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:37.231Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555137228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:25:37.331Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:37.331Z||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-04-27T20:25:37.332Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:37.341Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:37.341Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:38.232Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16ff3c7e-beee-4d60-b87a-b6e327273fd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T20:25:38.232Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:25:38.232Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T20:25:38.410Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:25:38.410Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 16ff3c7e-beee-4d60-b87a-b6e327273fd4 828
2021-04-27T20:25:38.411Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-27T20:25:38.411Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T20:25:38.411Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:25:38.411Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:38.412Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:38.412Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555138411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:25:38.513Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:38.514Z||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-04-27T20:25:38.514Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:38.524Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:38.524Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:39.413Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "65c3600f-61d4-45e7-9f1f-95eb3c4c6d0f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45774d4e-f091-400f-a8d4-e201884bce9e",
    "vfModuleModelCustomizationUUID": "916aa796-25b8-41e4-a514-5bffc8e6e010",
    "isBase": true,
    "artifacts": [
      "274d7879-8570-482c-b637-8f843527890f",
      "d219eec2-1265-45e1-83bc-3c002fb8c72a",
      "c8707360-ebd8-47b9-b241-0900e55ddf45"
    ],
    "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-04-27T20:25:39.417Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45774d4e-f091-400f-a8d4-e201884bce9e
VfModuleModelInvariantUUID:65c3600f-61d4-45e7-9f1f-95eb3c4c6d0f
VfModuleModelDescription:NULL
Artifacts UUID List:{
274d7879-8570-482c-b637-8f843527890f
,
d219eec2-1265-45e1-83bc-3c002fb8c72a
,
c8707360-ebd8-47b9-b241-0900e55ddf45

}
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-04-27T20:25:39.421Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "65c3600f-61d4-45e7-9f1f-95eb3c4c6d0f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45774d4e-f091-400f-a8d4-e201884bce9e",
    "vfModuleModelCustomizationUUID": "916aa796-25b8-41e4-a514-5bffc8e6e010",
    "isBase": true,
    "artifacts": [
      "274d7879-8570-482c-b637-8f843527890f",
      "d219eec2-1265-45e1-83bc-3c002fb8c72a",
      "c8707360-ebd8-47b9-b241-0900e55ddf45"
    ],
    "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-04-27T20:25:39.421Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45774d4e-f091-400f-a8d4-e201884bce9e
VfModuleModelInvariantUUID:65c3600f-61d4-45e7-9f1f-95eb3c4c6d0f
VfModuleModelDescription:NULL
Artifacts UUID List:{
274d7879-8570-482c-b637-8f843527890f
,
d219eec2-1265-45e1-83bc-3c002fb8c72a
,
c8707360-ebd8-47b9-b241-0900e55ddf45

}
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-04-27T20:25:39.421Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 274d7879-8570-482c-b637-8f843527890f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T20:25:39.421Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:25:39.421Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T20:25:39.629Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:25:39.630Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 274d7879-8570-482c-b637-8f843527890f 1164
2021-04-27T20:25:39.630Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-27T20:25:39.630Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T20:25:39.630Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:25:39.630Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:39.632Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:39.632Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555139630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:25:39.732Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:39.732Z||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-04-27T20:25:39.733Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:39.742Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:39.743Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:40.632Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8707360-ebd8-47b9-b241-0900e55ddf45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T20:25:40.633Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:25:40.633Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T20:25:40.884Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:25:40.884Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c8707360-ebd8-47b9-b241-0900e55ddf45 200
2021-04-27T20:25:40.884Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-27T20:25:40.885Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T20:25:40.885Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:25:40.885Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:40.886Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:40.886Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555140884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:25:40.987Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:40.987Z||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-04-27T20:25:40.988Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:40.997Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:40.997Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:41.887Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 77d3fcd7-90c7-432f-ae71-dae9f8873702
2021-04-27T20:25:41.887Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6775d898-eb31-496e-b786-1ef0ab1e979e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-04-27T20:25:41.900Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-04-27T20:25:41.904Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.904Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.904Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-27T20:25:41.904Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c991fed3-2377-4799-9b34-9803e999a795
2021-04-27T20:25:41.904Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c991fed3-2377-4799-9b34-9803e999a795 matches Tosca VF Customization UUID: c991fed3-2377-4799-9b34-9803e999a795
2021-04-27T20:25:41.904Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c991fed3-2377-4799-9b34-9803e999a795  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-04-27T20:25:41.906Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.907Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.907Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c991fed3-2377-4799-9b34-9803e999a795: {\"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-04-27T20:25:41.907Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@314cdf03
2021-04-27T20:25:41.907Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.907Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:25:41.908Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 916aa796-25b8-41e4-a514-5bffc8e6e010
2021-04-27T20:25:41.908Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 916aa796-25b8-41e4-a514-5bffc8e6e010
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-04-27T20:25:41.910Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.910Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:41.910Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:25:41.911Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.911Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:41.911Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:25:41.911Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.911Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-27T20:25:41.912Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-27T20:25:41.912Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=112669f9-dd0b-4e8c-ae76-9151c77f2d6f
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-04-27T20:25:41.914Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.914Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:41.914Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:25:41.914Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.914Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-27T20:25:41.915Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c991fed3-2377-4799-9b34-9803e999a795
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-04-27T20:25:41.916Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.916Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.916Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 77d3fcd7-90c7-432f-ae71-dae9f8873702: basic_cnf
2021-04-27T20:25:41.916Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:25:41.917Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:25:41.918Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:25:41.991Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6775d898-eb31-496e-b786-1ef0ab1e979e 1 ASDC deployResourceStructure
2021-04-27T20:25:41.992Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-27T20:25:41.992Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-04-27T20:25:41.992Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-27T20:25:41.993Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:41.994Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:41.994Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555141992,
  "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-04-27T20:25:42.094Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:42.095Z||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-04-27T20:25:42.095Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:42.109Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:42.110Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:42.995Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-27T20:25:42.996Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-04-27T20:25:42.996Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-27T20:25:42.996Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:42.998Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:42.998Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555142995,
  "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-04-27T20:25:43.098Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:43.099Z||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-04-27T20:25:43.099Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:43.110Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:43.111Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:43.999Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-27T20:25:43.999Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-27T20:25:43.999Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:25:43.999Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:44.001Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:44.001Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555143999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:25:44.101Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:44.102Z||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-04-27T20:25:44.102Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:44.113Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:44.113Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:45.002Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-27T20:25:45.002Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-27T20:25:45.002Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:25:45.002Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:45.004Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:45.004Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555145002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:25:45.104Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:45.105Z||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-04-27T20:25:45.105Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:45.114Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:45.115Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:46.005Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-27T20:25:46.005Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-27T20:25:46.005Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:25:46.006Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:46.008Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:46.008Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555146004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:25:46.108Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:25:46.109Z||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-04-27T20:25:46.109Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:46.119Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:46.120Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:47.008Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-27T20:25:47.008Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-27T20:25:47.008Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:25:47.009Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:25:47.010Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:25:47.010Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555147008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:25:47.111Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:25:47.111Z||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-04-27T20:25:47.111Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:47.120Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:47.120Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:25:48.011Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:25:48.023Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
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-04-27T20:25:48.026Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:25:48.026Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:25:48.026Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:25:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:25:48.286Z||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-04-27T20:25:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:25:48.303Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:25:48.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:25:48.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:25:48.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:26:18.026Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:26:18.037Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
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-04-27T20:26:18.039Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:26:18.039Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:26:18.039Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:26:48.039Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:26:48.053Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
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-04-27T20:26:48.055Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:26:48.055Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:26:48.055Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:26:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:26:48.286Z||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-04-27T20:26:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:26:48.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:26:48.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:26:48.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:26:48.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:18.056Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:27:18.068Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
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-04-27T20:27:18.070Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:27:18.070Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:27:18.070Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:27:48.071Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:27:48.084Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
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-04-27T20:27:48.086Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:27:48.086Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:27:48.086Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:27:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:27:48.286Z||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-04-27T20:27:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:27:48.806Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:27:48.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555088649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555089651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555089821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555090654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555082634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555082635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555091335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555091657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555091896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555092116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555092441,
  "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-04-27T20:27:48.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:27:48.825Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:27:48.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555092940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555093029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "aai-ml",
  "timestamp": 1619555093119,
  "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-04-27T20:27:48.839Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:27:48.839Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:27:48.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555093443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555093901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555094135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555085509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555094223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "clamp",
  "timestamp": 1619555094906,
  "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-04-27T20:27:48.853Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:27:48.853Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:27:48.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555095316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555095418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555096495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555096587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555097498,
  "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-04-27T20:27:48.873Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:27:48.873Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:27:48.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555097590,
  "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-04-27T20:27:48.885Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:27:48.885Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:27:48.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555098501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555098593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555094797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555104784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555106937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555107941,
  "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-04-27T20:27:48.896Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddbf99a6-32c0-442e-9701-cfce04a2b4be
2021-04-27T20:27:48.896Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a65665-37b1-482b-9ae8-fecc71400a3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555122855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555123868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555133766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555136043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555137228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555138411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555139630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555140884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555141992,
  "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-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555142995,
  "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-04-27T20:27:48.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555143999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555145002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555146004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555147008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:27:48.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:28:18.086Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:28:18.096Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be
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-04-27T20:28:18.099Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:28:18.099Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:28:18.099Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:28:18.100Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:28:18.106Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:28:48.106Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be 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-04-27T20:28:48.111Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddbf99a6-32c0-442e-9701-cfce04a2b4be and serviceModelVersionId: 77d3fcd7-90c7-432f-ae71-dae9f8873702
2021-04-27T20:28:48.111Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d99ab7f3-aad6-4ce4-b02b-898b4e8fe995
2021-04-27T20:28:48.112Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0
2021-04-27T20:28:48.118Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:28:48.145Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0|INFO|500||Invoke
2021-04-27T20:28:48.145Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ddbf99a6-32c0-442e-9701-cfce04a2b4be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bac9def4-e789-41ee-9df4-0d5d1d2aea43], X-ECOMP-RequestID=[ddbf99a6-32c0-442e-9701-cfce04a2b4be], X-TransactionId=[], X-ONAP-RequestID=[ddbf99a6-32c0-442e-9701-cfce04a2b4be], Content-Type=[application/merge-patch+json]}
2021-04-27T20:28:48.163Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:28:48.252Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?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/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-20:28:48:169-21286], vertex-id=[225448], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:28:48 GMT], Content-Type=[application/json]}
2021-04-27T20:28:48.252Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:28:48.253Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d99ab7f3-aad6-4ce4-b02b-898b4e8fe995/model-vers/model-ver/77d3fcd7-90c7-432f-ae71-dae9f8873702?depth=0|INFO|500||InvokeReturn
2021-04-27T20:28:48.253Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:28:48.253Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:28:48.257Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:28:48.257Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddbf99a6-32c0-442e-9701-cfce04a2b4be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:28:48.257Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:28:48.258Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:48.259Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:48.259Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555328257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:28:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:28:48.286Z||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-04-27T20:28:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:48.359Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:28:48.360Z||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-04-27T20:28:48.360Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:48.369Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:48.370Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:28:48.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555312651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619555316540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555312728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555327576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555327584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:48.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:28:49.268Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:28:49.268Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|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-04-27T20:28:49.268Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:53.574Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:53.575Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:28:53.575Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d58de9f-314e-4333-bac9-9528ed64000f","serviceName":"Demo_pNF_WPXq4Jxkn5VsgUhwjuY4","serviceVersion":"1.0","serviceUUID":"4f5df7f2-6b8e-4269-8dab-e347f862f682","serviceDescription":"catalog service description","serviceInvariantUUID":"a55b2a94-1b34-42c7-b073-19ea2e68442b","resources":[{"resourceInstanceName":"pNF 348c07f8-b4a5 0","resourceName":"pNF 348c07f8-b4a5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"18c49500-dcfe-4571-8df7-f4e387b91c71","resourceInvariantUUID":"a525250e-f4ec-4f84-93da-6d126d27c09e","resourceCustomizationUUID":"ba0e5feb-3347-4004-bace-fbc7aa2ec2a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml","artifactChecksum":"MWE5NzA2ODMwOTVmMTE5MjNiM2RlMTExNjQ2YzI1ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d75272ea-8312-437c-a3d9-188a87ea25c8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa4225f5-7926-4c80-b0ab-b66817b1e29b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"013e56f3-45df-47c6-ad60-435bd766d93c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MjA2MDZhOWY0MDhhNmVlZGVmNmJjNTQ3NmVmZDg3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e8254ad-2702-46c5-a19b-029c627e9fea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38cd2f6e-4d47-46a8-8d17-db939ab1cf5e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"022d3ab0-9175-40a0-b206-282cbf22a83a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml","artifactChecksum":"ZjU0NTQyMzdmNWIwMDk0NTU3MmQ2YTZjZjRkYjRlNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9b98067-7855-4cee-b70b-99f0b9307d74","artifactVersion":"1"},{"artifactName":"service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar","artifactChecksum":"Y2UyODAxYTE4ZTg1YTM1Yjk2YzZhYzllNGQwOTdlYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70b61f64-8c2c-4103-b16c-2889beadf9bb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:28:53.578Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:53.579Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:53.580Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:53.580Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:53.680Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:28:53.681Z||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-04-27T20:28:53.681Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:53.691Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:53.692Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:28:54.581Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:54.581Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:54.583Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:54.583Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:54.682Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:28:54.683Z||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-04-27T20:28:54.683Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:54.698Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:54.698Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:28:55.583Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:55.584Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:55.586Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:55.586Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:55.686Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:28:55.686Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:28:55.686Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:55.696Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:55.696Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:28:56.587Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:56.587Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:56.590Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:56.591Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:56.690Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:28:56.691Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:28:56.691Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:56.701Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:56.702Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:28:57.591Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:57.592Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:57.593Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:57.593Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:57.693Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:28:57.694Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:28:57.694Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:57.704Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:57.704Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:28:58.594Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:58.594Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:58.596Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:58.596Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:58.695Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:28:58.696Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:28:58.696Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:58.706Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:58.707Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:28:59.596Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:28:59.597Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:28:59.598Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:28:59.598Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:28:59.698Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:28:59.699Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:28:59.699Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:28:59.709Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:28:59.710Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:29:00.599Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:29:00.599Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:29:00.601Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:29:00.601Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:29:00.701Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:29:00.701Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:29:00.701Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:29:00.717Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:29:00.718Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:29:01.601Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "serviceName": "Demo_pNF_WPXq4Jxkn5VsgUhwjuY4",
  "serviceVersion": "1.0",
  "serviceUUID": "4f5df7f2-6b8e-4269-8dab-e347f862f682",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a55b2a94-1b34-42c7-b073-19ea2e68442b",
  "resources": [
    {
      "resourceInstanceName": "pNF 348c07f8-b4a5 0",
      "resourceCustomizationUUID": "ba0e5feb-3347-4004-bace-fbc7aa2ec2a7",
      "resourceName": "pNF 348c07f8-b4a5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "18c49500-dcfe-4571-8df7-f4e387b91c71",
      "resourceInvariantUUID": "a525250e-f4ec-4f84-93da-6d126d27c09e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
      "artifactChecksum": "Y2UyODAxYTE4ZTg1YTM1Yjk2YzZhYzllNGQwOTdlYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70b61f64-8c2c-4103-b16c-2889beadf9bb"
    }
  ],
  "workloadContext": "Production"
}
2021-04-27T20:29:01.602Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:29:01.602Z|ddbf99a6-32c0-442e-9701-cfce04a2b4be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f5df7f2-6b8e-4269-8dab-e347f862f682 ASDC
2021-04-27T20:29:01.602Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6d58de9f-314e-4333-bac9-9528ed64000f
ServiceName:Demo_pNF_WPXq4Jxkn5VsgUhwjuY4
ServiceVersion:1.0
ServiceUUID:4f5df7f2-6b8e-4269-8dab-e347f862f682
ServiceInvariantUUID:a55b2a94-1b34-42c7-b073-19ea2e68442b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
ArtifactUUID:70b61f64-8c2c-4103-b16c-2889beadf9bb
ArtifactChecksum:Y2UyODAxYTE4ZTg1YTM1Yjk2YzZhYzllNGQwOTdlYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 348c07f8-b4a5 0
ResourceCustomizationUUID:ba0e5feb-3347-4004-bace-fbc7aa2ec2a7
ResourceInvariantUUID:a525250e-f4ec-4f84-93da-6d126d27c09e
ResourceName:pNF 348c07f8-b4a5
ResourceType:PNF
ResourceUUID:18c49500-dcfe-4571-8df7-f4e387b91c71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-27T20:29:01.603Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f5df7f2-6b8e-4269-8dab-e347f862f682 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-04-27T20:29:01.629Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:29:01.630Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:29:01.630Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:29:01.630Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 70b61f64-8c2c-4103-b16c-2889beadf9bb from URL: /sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:01.630Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:29:01.630Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:01.906Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:29:01.911Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar 70b61f64-8c2c-4103-b16c-2889beadf9bb 83924
2021-04-27T20:29:01.911Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar ASDC sendASDCNotification
2021-04-27T20:29:01.911Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:01.911Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:29:01.911Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:29:01.913Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:29:01.913Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555341911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:29:02.013Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:29:02.013Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:29:02.013Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:29:02.022Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:29:02.023Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:29:02.913Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:29:02.914Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:29:02.914Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 70b61f64-8c2c-4103-b16c-2889beadf9bb, URL: /sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar to file: /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:02.914Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:02.915Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:02.915Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.009Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9452565241642454918/Definitions/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 348c07f8-b4a5 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 348c07f8-b4a5 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-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.674Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Node template pNF 348c07f8-b4a5 0 is matching search criteria
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 348c07f8-b4a5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Node template pNF 348c07f8-b4a5 0 is matching search criteria
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 348c07f8-b4a5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.675Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.676Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WPXq4Jxkn5VsgUhwjuY4
Description:catalog service description
Model UUID:4f5df7f2-6b8e-4269-8dab-e347f862f682
Model Version:NULL
Model InvariantUuid:a55b2a94-1b34-42c7-b073-19ea2e68442b
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-04-27T20:29:03.686Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 18c49500-dcfe-4571-8df7-f4e387b91c71
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-04-27T20:29:03.689Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||pNF 348c07f8-b4a5 0
2021-04-27T20:29:03.689Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 18c49500-dcfe-4571-8df7-f4e387b91c71
2021-04-27T20:29:03.689Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4f5df7f2-6b8e-4269-8dab-e347f862f682
2021-04-27T20:29:03.689Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4f5df7f2-6b8e-4269-8dab-e347f862f682
2021-04-27T20:29:03.689Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 348c07f8-b4a5 0 18c49500-dcfe-4571-8df7-f4e387b91c71 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-04-27T20:29:03.694Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.695Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.695Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4f5df7f2-6b8e-4269-8dab-e347f862f682: pNF 348c07f8-b4a5
2021-04-27T20:29:03.695Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Processing PNF resource: 18c49500-dcfe-4571-8df7-f4e387b91c71
2021-04-27T20:29:03.695Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-27T20:29:03.695Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_WPXq4Jxkn5VsgUhwjuY4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:29:03.695Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||Resource customization UUID: ba0e5feb-3347-4004-bace-fbc7aa2ec2a7 is the same as notified resource customizationUUID: ba0e5feb-3347-4004-bace-fbc7aa2ec2a7
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-04-27T20:29:03.726Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 348c07f8-b4a5 18c49500-dcfe-4571-8df7-f4e387b91c71 0 ASDC deployResourceStructure
2021-04-27T20:29:03.727Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar ASDC sendASDCNotification
2021-04-27T20:29:03.727Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar
2021-04-27T20:29:03.727Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:29:03.727Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:29:03.728Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:29:03.728Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555343727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:29:03.828Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:29:03.829Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:29:03.829Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:29:03.840Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:29:03.841Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:29:04.729Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:29:04.739Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:29:04.742Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:29:04.742Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:29:04.742Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:29:34.742Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:29:34.752Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:29:34.754Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:29:34.754Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:29:34.754Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:29:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:29:48.286Z||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-04-27T20:29:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:29:48.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:29:48.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:29:48.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddbf99a6-32c0-442e-9701-cfce04a2b4be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555328257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:29:48.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:30:04.755Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:30:04.765Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:30:04.767Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:30:04.767Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:30:04.767Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:30:34.768Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:30:34.775Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:30:34.778Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:30:34.778Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:30:34.778Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:30:48.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:30:48.286Z||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-04-27T20:30:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:30:48.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:30:48.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:30:48.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:30:48.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:30:48.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:30:48.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:30:48.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:04.778Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:31:04.792Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:31:04.794Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:31:04.794Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:31:04.794Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:31:34.794Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:31:34.809Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:31:34.811Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:31:34.811Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:31:34.811Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:31:48.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:31:48.287Z||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-04-27T20:31:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:31:48.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:31:48.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555328588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "policy-id",
  "timestamp": 1619555329591,
  "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-04-27T20:31:48.820Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d58de9f-314e-4333-bac9-9528ed64000f
2021-04-27T20:31:48.821Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d58de9f-314e-4333-bac9-9528ed64000f 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-04-27T20:31:48.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619555322634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619555322635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-27T20:31:48.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555332116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "aai-ml",
  "timestamp": 1619555333119,
  "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-04-27T20:31:48.836Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d58de9f-314e-4333-bac9-9528ed64000f
2021-04-27T20:31:48.836Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d58de9f-314e-4333-bac9-9528ed64000f 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-04-27T20:31:48.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555325509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555334359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "dcae-sch",
  "timestamp": 1619555327052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555335379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-27T20:31:48.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619555336381,
  "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-04-27T20:31:48.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6d58de9f-314e-4333-bac9-9528ed64000f
2021-04-27T20:31:48.847Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d58de9f-314e-4333-bac9-9528ed64000f 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-04-27T20:31:48.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555329268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555341911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/resourceInstances/pnf348c07f8b4a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555334797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555343636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555343727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555336725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "NOTIFIED"
}
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-27T20:31:48.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555345451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:31:48.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619555346454,
  "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-04-27T20:31:48.862Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d58de9f-314e-4333-bac9-9528ed64000f
2021-04-27T20:31:48.862Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d58de9f-314e-4333-bac9-9528ed64000f 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-04-27T20:31:48.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555352936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555355940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpxq4jxkn5vsguhwjuy4/1.0/artifacts/service-DemoPnfWpxq4jxkn5vsguhwjuy4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:31:48.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "clamp",
  "timestamp": 1619555356945,
  "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-04-27T20:31:48.873Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d58de9f-314e-4333-bac9-9528ed64000f
2021-04-27T20:31:48.873Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d58de9f-314e-4333-bac9-9528ed64000f 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-04-27T20:32:04.812Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-27T20:32:04.829Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f
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-04-27T20:32:04.832Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:32:04.833Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:32:04.834Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-27T20:32:04.834Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:32:04.839Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:32:34.839Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d58de9f-314e-4333-bac9-9528ed64000f 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-04-27T20:32:34.847Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d58de9f-314e-4333-bac9-9528ed64000f and serviceModelVersionId: 4f5df7f2-6b8e-4269-8dab-e347f862f682
2021-04-27T20:32:34.847Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a55b2a94-1b34-42c7-b073-19ea2e68442b
2021-04-27T20:32:34.848Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0
2021-04-27T20:32:34.855Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:32:34.894Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0|INFO|500||Invoke
2021-04-27T20:32:34.895Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d58de9f-314e-4333-bac9-9528ed64000f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e508819f-ae35-40a3-8986-1c5710590903], X-ECOMP-RequestID=[6d58de9f-314e-4333-bac9-9528ed64000f], X-TransactionId=[], X-ONAP-RequestID=[6d58de9f-314e-4333-bac9-9528ed64000f], Content-Type=[application/merge-patch+json]}
2021-04-27T20:32:34.913Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-27T20:32:35.005Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?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/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:32:34:918-70803], vertex-id=[512200], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:32:34 GMT], Content-Type=[application/json]}
2021-04-27T20:32:35.005Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:32:35.006Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b2a94-1b34-42c7-b073-19ea2e68442b/model-vers/model-ver/4f5df7f2-6b8e-4269-8dab-e347f862f682?depth=0|INFO|500||InvokeReturn
2021-04-27T20:32:35.006Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:32:35.006Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:32:35.011Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-27T20:32:35.011Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d58de9f-314e-4333-bac9-9528ed64000f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:32:35.011Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:32:35.011Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:32:35.013Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:32:35.014Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555555011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:32:35.114Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:32:35.115Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:32:35.115Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:32:35.128Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:32:35.128Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:32:36.022Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:32:36.023Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:32:36.023Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:32:46.223Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:32:46.224Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:32:46.225Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:32:46.225Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:32:48.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:32:48.286Z||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-04-27T20:32:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:32:48.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:32:48.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-27T20:32:48.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d58de9f-314e-4333-bac9-9528ed64000f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619555555011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:32:48.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:32:55.765Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:32:55.765Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:32:55.766Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:32:55.766Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:05.301Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:33:05.301Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:05.302Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:33:05.302Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:14.838Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:33:14.839Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:14.839Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:33:14.840Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:24.377Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:33:24.378Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:24.379Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:33:24.379Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:33.913Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:33:33.913Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:33.914Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:33:33.914Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:43.450Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:33:43.451Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:43.451Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:33:43.451Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:48.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:48.286Z||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-04-27T20:33:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:52.992Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:33:52.993Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:33:52.993Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:33:52.993Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:33:57.823Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:34:02.531Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:34:02.532Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:34:02.532Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:34:02.532Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:34:12.067Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:34:12.068Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:34:12.068Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:34:12.068Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:34:21.605Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:34:48.282Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:34:48.282Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:34:48.283Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:34:48.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:34:48.286Z||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-04-27T20:34:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:34:57.821Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:34:57.821Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:35:48.282Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:35:48.283Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:35:48.283Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:35:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:35:48.286Z||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-04-27T20:35:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:35:57.822Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:35:57.823Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:36:48.282Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:36:48.283Z|6d58de9f-314e-4333-bac9-9528ed64000f|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-04-27T20:36:48.283Z|6d58de9f-314e-4333-bac9-9528ed64000f|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:36:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:36:48.286Z||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-04-27T20:36:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:36:57.822Z|6d58de9f-314e-4333-bac9-9528ed64000f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-27T20:36:57.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK